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:[EMAIL PROTECTED]]
> Sent: Wednesday, October 31, 2001 5:53 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> 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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to