The Artima Developer Community
Sponsored Link

Java Answers Forum
java.lang.VerifyError: (class:

1 reply on 1 page. Most recent reply: Dec 3, 2003 6:33 AM by Adam Duffy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Birendar S Waldiya

Posts: 21
Nickname: ebiren
Registered: Nov, 2003

java.lang.VerifyError: (class: Posted: Dec 1, 2003 11:05 PM
Reply to this message Reply
Advertisement
Hi,
Im facing following exception when i insert few like of valid code in my jsp file can any one tell me why exaclty this error comes ..
I faced same problem last time, when i resolved it by reducing code size and embeding some code in java bean..
But i wanna to know reason for this exception occured ?
thanks


Exception:
java.lang.VerifyError: (class: oa_html/tcscustom/tcs_mis_dcwise_employee_report_one, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse ;)V) Illegal target of jump or branch
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at oracle.jsp.app.JspAppLoader.instantiatePage(JspAppLoader.java, Compiled Code)
at oracle.jsp.app.JspAppLoader.reloadPage(JspAppLoader.java, Compiled Code)
at oracle.jsp.app.JspAppLoader.loadPage(JspAppLoader.java, Compiled Code)
at oracle.jsp.app.JspAppLoader.getPage(JspAppLoader.java, Compiled Code)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java, Compiled Code)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java, Compiled Code)
at oracle.jsp.JspServlet.service(JspServlet.java, Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)


Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: java.lang.VerifyError: (class: Posted: Dec 3, 2003 6:33 AM
Reply to this message Reply
To quote the javadocs for J2SE,

Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.

Adam

Flat View: This topic has 1 reply on 1 page
Topic: Rand classs nextFloat not working? Previous Topic   Next Topic Topic: how & why static?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use