I was just getting a similar error but it was due to an existing jsp page that was using a tag incorrectly.  In my case they we're using <%@ some java code %> which Orion didn't like and it threw an out-of-bounds exception on a String. 
 
There's probably an JSP syntax error somewhere in your code.
 
Note to Orion developers:
One thing that would be more helpful, trace messages in the console window or even to a log file.  Sometimes you'll get an error w/o a stack trace and all you get is an 'unable to display the page' message, not very helpful.   How about msgs upon startup so we can determine what's been loaded or not, etc..
 
Does anyone know if tracing exists in Orion and if so, how do you turn it on?
 
Tom
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steven Punte
Sent: Wednesday, July 05, 2000 10:42 AM
To: Orion-Interest
Subject: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

Dear Orion Interest Group:
 
    Has anyone experienced this error below?  My team is repeatedly
    running into this, but I cannot create the problem in a deterministic
    manner.  We are using no arrays, so the error is from somewhere inside
    Orion.  Once this error occurs, all JSPs on all application become
    non-functinoal.
 
    Any help appreciated!
 
7/5/00 10:19 AM ebusinessWebApp: Servlet error
java.lang.ArrayIndexOutOfBoundsException: 13274200
        at com.evermind.server.http.EvermindHttpJspPage.service(Compiled Code)
        at com.evermind.server.http.HttpApplication.tb(Compiled Code)
        at com.evermind.server.http.JSPServlet.service(Compiled Code)
        at com.evermind.server.http.df.o3(Compiled Code)
        at com.evermind.server.http.df.forward(Compiled Code)
        at com.evermind.server.http.dm.o9(Compiled Code)
        at com.evermind.server.http.dm.o8(Compiled Code)
        at com.evermind.util.e.run(Compiled Code)
STeve Punte
e-Business Software Architect
Technologent Inc
[EMAIL PROTECTED]

Reply via email to