<% out.println(""); %>
into the middle of the large html section, to make it parse correctly.
Lynn
Claudio Cordova wrote:
Look at this:http://www.allaire.com/Handlers/index.cfm?ID=15511&Method=Full
I had the same problem.
Claudio
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 03, 2000 12:28 PM
> To: JRun-Talk
> Subject: RE: ArrayIndexOutOfBoundsException
>
>
>
> --openmail-part-2cba43a1-00000001
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Disposition: inline
> ;Creation-Date="Fri, 3 Nov 2000 14:27:34 -0600"
> Content-Transfer-Encoding: quoted-printable
> X-MIME-Autoconverted: from 8bit to quoted-printable by
> damgwp01.corp.sprint.com id eA3KW7E27142
>
> 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=3D"/cre/fas/imagecenter/bodyincludes/WorkOrderForm/DeptInfo.inc" %>
>
> To "write out" HTML or JAVASCRIPT use the include statement:
> <jsp:include page=3D"/includes/fasmenu_ie.inc" flush=3D"true" />
>
> - Doug Turner
> =A0
>
>
> -----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=3Dlists&body=3Dlists/jrun_=
> tal
> k
> or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>
>
> --openmail-part-2cba43a1-00000001--
>
> ------------------------------------------------------------------
> ------------
> 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.
