Jochen,
That error is telling you that you have stepped beyond the constraints of
the array. Meaning that you have array of length 4 and you tried to access
element 5. Or your array starts at 1 and you tried to access element
0(zero).

<!--- Use the following information to reprimand the sender --->
<cf_signature
who = "Rob Rusher"
company = "Withion" title = "who cares"
fluff = "Allaire Spectra Architect, Allaire Certified Instructor, Sun
Certified Java Programmer"
email = " [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> " phone =
"303-885-7044"/>


-----Original Message-----
From: Loelkes, Jochen [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 03, 2000 10:05 AM
To: JRun-Talk
Subject: ArrayIndexOutOfBoundsException


Hi all,

we are using JRun 3.0 SP1 and sometimes (not regularly recurring) get the
following Exception:
500 Internal Server Error
/TestApp/index.jsp:

10745720
java.lang.ArrayIndexOutOfBoundsException: 10745720
        at allaire.jrun.jsp.HttpJSPServlet.service(Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(Compiled Code)
        at allaire.jrun.servlet.JRunSE.runServlet(Compiled Code)
        at allaire.jrun.servlet.JRunNamedDispatcher.forward(Compiled Code)
        at allaire.jrun.jsp.JSPServlet.service(Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(Compiled Code)
        at allaire.jrun.servlet.JRunSE.runServlet(Compiled Code)
        at allaire.jrun.servlet.JRunRequestDispatcher.forward(Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(Compiled Code)
        at allaire.jrun.servlet.JvmContext.dispatch(Compiled Code)
        at allaire.jrun.http.WebEndpoint.run(Compiled Code)
        at allaire.jrun.ThreadPool.run(Compiled Code)
        at allaire.jrun.WorkerThread.run(Compiled Code)


Does anyone have an idea or suggestion, what the reason for such exception
can be ???

Any help would be greatly appreciated. Thanks for your time.

Jochen

----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to