You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bruno Crapart <br...@chreurope.com> on 2001/05/17 18:31:34 UTC

A Servlet Exception Has Occurred

I have tried to upgrade all my system to Tomcat4, JDK1.3.1, JSDK1.3
Here is the result,
Wrong java file is created from jsp file ....
It worked fine with past versions of Tomcat JDK and JSDK

A Servlet Exception Has Occurred
org.apache.jasper.JasperException: Unable to compile class for
JSPC:\tomcat\bin\..\work\localhost\egc\carriersite\code_jsp.java:62:
Incompatible type for method. Explicit cast needed to convert
java.lang.Throwable to java.lang.Exception.
            if (pageContext != null) pageContext.handlePageException(t);
                                                                     ^
1 error

Help please