Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ArrayIndexOutOfBoundsException in javax.servlet.http.HttpServlet.service

0 views
Skip to first unread message

Jason Jonas

unread,
Nov 22, 2000, 3:00:00 AM11/22/00
to
I apologize if this has already been discussed. I willingly admit I
have not searched the NG yet and that I'm the consemate slacker,
but...

Environment is:
SunOS bambam 5.6 Generic_105181-21 sun4u sparc SUNW,Ultra-80
java full version "Solaris_JDK_1.2.2_05"
WebLogic Build: 5.1.0 Service Pack 6 09/20/2000 21:03:19 #84511

Twice over the past 3 days javax.servlet.http.HttpServlet.service has
thrown an ArrayIndexOutOfBoundsException. Both times it was a result
of a servlet calling RequestDispatcher.forward. Different servlet each
instance.

After the exception is thrown each and every request regardless of
what it is results in the same ArrayIndexOutOfBoundsException and the
only resolution is to restart WL.

Any ideas? I've included the stack trace below. Any ideas are
appreciated. Thanks!

Jason

Tue Nov 21 16:47:43 CST 2000:<E> <ServletContext-General> Servlet
failed with Exception
java.lang.ArrayIndexOutOfBoundsException: 66552832
at javax.servlet.http.HttpServlet.service(Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled Code)
at
weblogic.servlet.internal.RequestDispatcherImpl.forward(Compiled Code)
at
com.questia.infranet.servlet.LoginMediator.gotoPreviousURL(LoginMediator.java:549)
at
com.questia.infranet.servlet.LoginMediator.loginUser(LoginMediator.java:508)
at
com.questia.infranet.servlet.LoginMediator.doAction(Compiled Code)
at
com.questia.dl.server.servlets.DLNoAuthServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(Compiled
Code)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled
Code)
at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
at weblogic.kernel.ExecuteThread.run(Compiled Code)

Tue Nov 21 16:47:43 CST 2000:<E> <ServletContext-General> Servlet
failed with Exception
java.lang.ArrayIndexOutOfBoundsException: 66551808
at javax.servlet.http.HttpServlet.service(Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(Compiled
Code)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled
Code)
at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
at weblogic.kernel.ExecuteThread.run(Compiled Code)

0 new messages