Re: Illegal target of jump or branch

2003-06-05 Thread mmolinar
pmt_1, 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(Class.java:232

Re: Illegal target of jump or branch

2003-06-05 Thread James Mitchell
day, June 04, 2003 7:55 AM Subject: Illegal target of jump or branch > Hi, I'm using a b3 version of Struts everything works fine my problem occurs > when I try to use a lot of tags in the same page,about 120 ( many of them are > img tag...) > The page that generetes the error is i

RE: Illegal target of jump or branch

2003-06-04 Thread Rajesh P
Try to split the JSP page and use in the main jsp. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 5:25 PM To: [EMAIL PROTECTED] Subject: Illegal target of jump or branch Hi, I'm using a b3 version of Struts everything works fi

Illegal target of jump or branch

2003-06-04 Thread mmolinar
anks a lot. Marco. This is how the error looks like: java.lang.VerifyError: (class: com/pramati/jsp/generated/webboard_message_body_messageBody_pmt_1, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse ;)V) Illegal target of jump

RE: Illegal target of jump or branch w/Tomcat

2002-11-21 Thread Emmanuel Bridonneau
: Wednesday, November 20, 2002 2:04 PM To: Struts Users Mailing List Subject: Re: Illegal target of jump or branch w/Tomcat On Wed, 20 Nov 2002, Emmanuel Bridonneau wrote: > Date: Wed, 20 Nov 2002 12:30:27 -0800 > From: Emmanuel Bridonneau <[EMAIL PROTECTED]> > Reply-To: Strut

Re: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread Craig R. McClanahan
On Wed, 20 Nov 2002, Emmanuel Bridonneau wrote: > Date: Wed, 20 Nov 2002 12:30:27 -0800 > From: Emmanuel Bridonneau <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List' (E-mail)" > &

Re: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread Martin Cooper
On Wed, 20 Nov 2002, Martin Cooper wrote: > > > On Wed, 20 Nov 2002, Emmanuel Bridonneau wrote: > > > Some double talk, > > so I ran into this JVM exeption after switching from the "oh you're too expensive >for me" Weblogic to "you're great for a free software" JBoss. > > Turns out that Tomcat

Re: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread Martin Cooper
On Wed, 20 Nov 2002, Emmanuel Bridonneau wrote: > Some double talk, > so I ran into this JVM exeption after switching from the "oh you're too expensive >for me" Weblogic to "you're great for a free software" JBoss. > Turns out that Tomcat (used in conjunction w/JBoss) has a 64kb limitation whil

RE: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread James Childers
We ran across this exact same problem recently, and it has to do with the way that the servlet container does the JSP --> Java translation. You are likely to encounter this problem if the container puts everything -- scriptlets, custom tags, etc. -- into a single monolithic _jspService method, w

RE: Illegal target of jump or branch w/Tomcat

2002-11-20 Thread edgar
: Emmanuel Bridonneau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 3:30 PM To: ''Struts Users Mailing List' (E-mail)' Subject: Illegal target of jump or branch w/Tomcat Some double talk, so I ran into this JVM exeption after switching from the "oh yo

Illegal target of jump or branch w/Tomcat

2002-11-20 Thread Emmanuel Bridonneau
Some double talk, so I ran into this JVM exeption after switching from the "oh you're too expensive for me" Weblogic to "you're great for a free software" JBoss. Turns out that Tomcat (used in conjunction w/JBoss) has a 64kb limitation whilst generating the servlet code from a JSP. I intend to fo

Re: HELP - "Illegal target of jump or branch"

2001-03-20 Thread Martin Cooper
As I mentioned in an earlier post on this topic, using <%@include%> does not help, since it's a compile time include (similar to #include in C++). Using can help, though. -- Martin Cooper At 01:44 PM 3/20/01, Maya Muchnik wrote: >Several guys suggested to replace a lot of tags in one JSP to

Re: HELP - "Illegal target of jump or branch"

2001-03-20 Thread Martin Cooper
I am, unfortunately, intimately familiar with this problem. The problem is that there is a limit on the size of a compiled method in a Java class file, and that limit is what we're running up against. Recall that a JSP page is compiled into a servlet, and into essentially only one method in th

HELP - "Illegal target of jump or branch"

2001-03-20 Thread Marc Ellison
Hi, I have been getting a very interesting error folks ;-) I have constructed a jsp file that uses ALOT of struts-defined tags, and which I have running with Tomcat. Initially the page would not work so I commented out a lot of the code. The page now works to an extent, but as soon as I try to

Re: HELP - "Illegal target of jump or branch"

2001-03-20 Thread DONNIE HALE
I know other folks here have run into the Java (not Tomcat, not Struts) limitation of methods being no bigger than 64K (lines? bytecode?). I'm not sure what the resulting error is, but that may be your problem. Donnie >>> [EMAIL PROTECTED] 03/20/01 03:06PM >>> Hi, I have been getting a very

Re: HELP - "Illegal target of jump or branch"

2001-03-20 Thread Maya Muchnik
Several guys suggested to replace a lot of tags in one JSP to several JSPs, and make the first one with <@ include file=.../> Marc Ellison wrote: > Hi, > > I have been getting a very interesting error folks ;-) > > I have constructed a jsp file that uses ALOT of struts-defined tags, and > which

RE: HELP - "Illegal target of jump or branch"

2001-03-20 Thread McCay, Larry
, 2001 3:07 PM To: '[EMAIL PROTECTED]' Cc: Kyle Robinson Subject: HELP - "Illegal target of jump or branch" Hi, I have been getting a very interesting error folks ;-) I have constructed a jsp file that uses ALOT of struts-defined tags, and which I have running with Tomcat. Init

RE: "Illegal target of jump or branch" Error

2001-02-07 Thread TMalvos
Subject: RE: "Illegal target of jump or branch" Error

RE: "Illegal target of jump or branch" Error

2001-02-07 Thread D'Orto, David
it on the command line, I get the 64kb limit exception. I do not know why the "Illegal target of jump or branch" error gets thrown in Tomcat as opposed to the 64kb limit exception. Dave D'Orto [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: "Illegal target of jump or branch" Error

2001-02-07 Thread horn_ken
scriptlets (!) can also help significantly... or if you can afford the flush, use jsp:include (roll on JSP 1.2). [EMAIL PROTECTED] on 07/02/2001 06:59:08 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Ken X Horn) Subject: Re: "Illegal target of jump or branch&q

Re: "Illegal target of jump or branch" Error

2001-02-06 Thread Martin Cooper
bruary 06, 2001 8:00 AM Subject: HELP: "Illegal target of jump or branch" Error > I receive the following error when accessing my JSP in WebLogic 5.1 (sp8): > > Tue Feb 06 10:56:07 EST 2001: Servlet > failed with Exception > java.lang.VerifyError: (class: jsp_servlet/_

HELP: "Illegal target of jump or branch" Error

2001-02-06 Thread TMalvos
/HttpServletResponse;)V) Illegal target of jump or branch at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java, Compiled Code) at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:431) at