Title: Message
Most likely, your .jsp page is too large.  I think there is a limit of 64K per method, and since the JSP page all get's generated into a single method, you might be exceeding that.  Try using dynamic includes instead of static includes, or if you are not using includes at all, try to break up the page and use dynamic includes.
 
-AP_
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nihilist
Sent: Wednesday, January 09, 2002 6:41 AM
To: Orion-Interest
Subject: Help!

Can anybody explain this error to me:
 
Error parsing JSP page /process/index.jsp
Error creating jsp-page instance: java.lang.VerifyError: (class: __jspPage1_process_index_jsp, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Illegal target of jump or branch
 
It can't be replicated on a consistent basis, it seems to pop up, then go away, all by itself.  And that's disturbing...  Gotta be able to trust the app server!
 
Thanks,
Michael
 

-------------------------------------
Michael Laccetti

Developer, Eldan Software
[EMAIL PROTECTED]
 
  • Help! Nihilist
    • Alex Paransky

Reply via email to