Usually means that there's too many lines of code in your JSP.
Try cutting out sections of code and using the two various include
directives.
To parse JSP code use the include statement:
<%@ include
file="/cre/fas/imagecenter/bodyincludes/WorkOrderForm/DeptInfo.inc" %>
To "write out" HTML or JAVASCRIPT use the include statement:
<jsp:include page="/includes/fasmenu_ie.inc" flush="true" />
- Doug Turner
�
-----Original Message-----
From: Jochen.Loelkes [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 03, 2000 11: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_tal
k
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.