ArrayIndexOutOfBoundsException

2001-01-31 Thread Juan Fuentes
Hi, list! >From time to time, I get this exception from orionserver (1.3.8). It only happens when the resource to serve is a dynamic page (jsp or servlet) but not if an html file. The only way of getting out from this exception is restarting the server (which obviously is not a good thing to do

RE: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

2000-07-06 Thread james_dodd
Orion has two JSP compilers - one outputs bytecode and the other (I think) outputs source, which is then compiled.. I'm willing to wager that if you use the latter compiler, the problem will disappear. To change compilers, add the attribute development="true" to the element 'orion-web-

RE: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

2000-07-06 Thread Tom Wnuk
: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion I would be surprised if it were a syntax error, as the problem is sporadic, and crops up/disappears between server bounces despite no changes having been perpetrated on the JSP code. Regards, James Dodd ZDNet Tom Wnuk <[EM

RE: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

2000-07-06 Thread james_dodd
ond to [EMAIL PROTECTED] To: Orion-Interest <[EMAIL PROTECTED]> cc:(bcc: James Dodd/ZDNet/LON/ZDEUR) Subject: RE: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion I was just getting a similar error but it was due to an existing jsp page that was using a tag incorrectly.

Re: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

2000-07-06 Thread james_dodd
what this is about too. James Dodd ZDNet Steven Punte <[EMAIL PROTECTED]> on 07/05/2000 06:42:09 PM To: Orion-Interest <[EMAIL PROTECTED]> cc:(bcc: James Dodd/ZDNet/LON/ZDEUR) Subject: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion Dear Orion In

RE: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

2000-07-05 Thread David Mankin
Title: RE: HELP: Reoccurring ArrayIndexOutOfBoundsException At 12:19 PM -0700 7/5/00, Tom Wnuk wrote: 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&#x

RE: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

2000-07-05 Thread Tom Wnuk
Excellent! -Original Message- From: Karl Avedal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 05, 2000 3:32 PM To: [EMAIL PROTECTED]; Orion-Interest Subject: Re: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion Hello Tom, There's an application log file written for

Re: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

2000-07-05 Thread Karl Avedal
oes 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-Intere

RE: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

2000-07-05 Thread Tom Wnuk
Sent: Wednesday, July 05, 2000 10:42 AMTo: Orion-InterestSubject: 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

HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion

2000-07-05 Thread Steven Punte
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 J