I built JukeX and deployed the war file. All I get is
the following error message.
/tmp/Jetty__8080___JukeX/index$jsp.java:96:
Incompatible type for method. Explicit cast needed to
convert java.lang.Throwable to java.lang.Exception. if
(pageContext != null)
pageContext.handlePageException(t); ^ 1 error, 1
warning Date: Sun, 25 Aug 2002 09:17:48 GMT Server:
Jetty/4.0.1 (Linux 2.4.9-31 i386) Servlet-Engine:
Jetty/1.1 (Servlet 2.3; JSP 1.2; java 1.4.0_01)
Content-Type: text/html Content-Length: 1859
HTTP ERROR: 500 Unable to compile class for JSPNote:
sun.tools.javac.Main has been deprecated.
/tmp/Jetty__8080___JukeX/index$jsp.java:96:
Incompatible type for method. Explicit cast needed to
convert java.lang.Throwable to java.lang.Exception. if
(pageContext != null)
pageContext.handlePageException(t); ^ 1 error, 1 warning
RequestURI=/JukeX/index.jsp
Logged In: YES
user_id=532507
This looks to be an internal error from your servlet engine
caused when it tries to compile the generated code from
index.jsp.
Could you upload the source to
/tmp/Jetty__8080___JukeX/index$jsp.java and let us know
which Servlet engine/version you are using so we can try and
ascertain if there's anything we can do about this.
Thanks