You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Larry Isaacs <La...@sas.com> on 2001/11/01 13:47:57 UTC

RE: Solving JSPErrors

I have vague recollections seeing a similar error on a JSP
page that had too many custom tags (hundreds, I think).
Reducing the number of tags was the only workaround found.

If this is not the problem (a JSP page with "error" in its
name probably doesn't have lots of custom tags), then you 
can try directly compiling the Java file generated from the
JSP page.  Try removing portions of code to try to find
what is tripping up javac.  If you are using Tomcat 3.2.x,
you can rename the file and edit the class name so it isn't
using the long mangled name it initially gives the file.

Hope this helps.

Cheers,
Larry


> -----Original Message-----
> From: Juan Carlos Castaño Palacio [mailto:JUANCASP@susalud.com.co]
> Sent: Wednesday, October 31, 2001 5:53 PM
> To: rashmi@cysphere.com; tomcat-user@jakarta.apache.org
> Subject: Solving JSPErrors
> 
> 
> Hi everybody.
> 
> My name is Juan Carlos; I´m writing from Colombia.
> 
> I´d like to know if you have a solution for the following 
> error message:
> 
> Internal Servlet Error: org.apache.jasper.JasperException: 
> Unable to compile class for JSPerror: An error has occurred 
> in the compiler; please file a bug report 
> (http://java.sun.com/cgi-bin/bugreport.cgi).
> 
> I work with Iplanet Web Server 6.0 for Solaris 8 and JVM HotSpot.
> 
> I´m really worried because it´s happened a lot of days with 
> no success trying to find someone who is aware of any solution.
> 
> Thanks in advanced.
> 
> Ph (57 4) 5718383 ext 239
> 
> 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>