[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
GNUJSP: ArrayIndexOutOfBoundsException
Hello!
I get the ArrayIndexOutOfBoundsException from GNUJSP Servlet on an Apache
1.3.9 running JServ 1.0.
After several accesses to a compiled JSP class, the GNUJSP Servlet throws an
ArrayIndexOutOfBoundsException.
These are the lines from jserv.log for the same JSP class:
(GNUJSP 1.0.0 revision from 18 Oct 1999)
[17/05/2000 11:20:02:267 GMT+01:00] gnujsp/org.gjt.jsp.JspServlet: service
started
[17/05/2000 11:20:02:267 GMT+01:00] gnujsp/org.gjt.jsp.JspServlet: GNUJSP:
unhandled exception
[17/05/2000 11:20:02:271 GMT+01:00] gnujsp/org.gjt.jsp.JspServlet:
java.lang.ArrayIndexOutOfBoundsException: 1
at org.gjt.jsp.JspServlet$Page.needToRecompile(Compiled Code)
at org.gjt.jsp.JspServlet$Page.process(Compiled Code)
at org.gjt.jsp.JspServlet.service(JspServlet.java:284)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:335)
at org.apache.jserv.JServConnection.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
----------------------------------------------------------------------------
----------------------------------------------------------------
(GNUJSP 1.0.0 revision from 30 April 2000, JSP class recompiled with this
new revision)
[17/05/2000 20:06:55:180 GMT+01:00] gnujsp/org.gjt.jsp.JspServlet:
file:/opt/apache/accept.jsp timestamp 958584363000
[17/05/2000 20:06:55:181 GMT+01:00] gnujsp/org.gjt.jsp.JspServlet: GNUJSP:
unhandled exception
[17/05/2000 20:06:55:181 GMT+01:00] gnujsp/org.gjt.jsp.JspServlet:
java.lang.ArrayIndexOutOfBoundsException: 8142848
at org.gjt.jsp.HttpJspPageImpl.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.gjt.jsp.JspServlet$Page.process(Compiled Code)
at org.gjt.jsp.JspServlet.xservice(Compiled Code)
at org.gjt.jsp.JspServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.apache.jserv.JServConnection.processRequest(Compiled Code)
at org.apache.jserv.JServConnection.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
----------------------------------------------------------------------------
----------------------------------------------------------------
Do you know how to fix that error?
Every help would be graceful
René Leonhardt