You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ashutosh Sharma <As...@tavant.com> on 2003/04/29 11:48:08 UTC

unable to run JSPs in tomcat 4.1.24

Hi everybody,
I have windows 2000 professional with jdk1.3.1_02 installed on the m/c. On
my system servlets are running fine but i JSPs are not at al executing
i am getting this error message
type Exception report
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
message 

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception 

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 1 source file
    [javac] Since fork is true, ignoring compiler setting.
    [javac] C:\Tomcat\work\Standalone\localhost\_\index_jsp.java:266:
handlePageException(java.lang.Exception) in javax.servlet.jsp.PageContext
cannot be applied to (java.lang.Throwable)
    [javac]       if (pageContext != null)
pageContext.handlePageException(t);
    [javac]                                           ^
    [javac] 1 error
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

And then the stack trace. Can anyone help me out how to get rid of it.

With best regards:
Ashutosh Sharma


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: unable to run JSPs in tomcat 4.1.24

Posted by James Lewis <ja...@goodtechnology.com>.
Are you yourself using:

 if (pageContext != null) pageContext.handlePageException(t);

or is that the servlet?

If you, then don't pass a Throwable object to a method expecting an
Exception.

Otherwise, it could be one of those "missing ';', or missing '}'" tricky
ones.

Cheers,

James


> -----Original Message-----
> From: Ashutosh Sharma [mailto:Ashutosh.Sharma@tavant.com]
> Sent: 29 April 2003 10:48
> To: tomcat-user@jakarta.apache.org
> Subject: unable to run JSPs in tomcat 4.1.24
>
>
> Hi everybody,
> I have windows 2000 professional with jdk1.3.1_02 installed on the m/c. On
> my system servlets are running fine but i JSPs are not at al executing
> i am getting this error message
> type Exception report
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~~~~~
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> message
>
> description The server encountered an internal error () that prevented it
> from fulfilling this request.
>
> exception
>
> org.apache.jasper.JasperException: Unable to compile class for JSP
>
> An error occurred at line: -1 in the jsp file: null
>
> Generated servlet error:
>     [javac] Since fork is true, ignoring compiler setting.
>     [javac] Compiling 1 source file
>     [javac] Since fork is true, ignoring compiler setting.
>     [javac] C:\Tomcat\work\Standalone\localhost\_\index_jsp.java:266:
> handlePageException(java.lang.Exception) in javax.servlet.jsp.PageContext
> cannot be applied to (java.lang.Throwable)
>     [javac]       if (pageContext != null)
> pageContext.handlePageException(t);
>     [javac]                                           ^
>     [javac] 1 error
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~~~~~
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> And then the stack trace. Can anyone help me out how to get rid of it.
>
> With best regards:
> Ashutosh Sharma
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org