I'd be willing to bet you're using Sun's 1.2.2_05 JVM. Want to check?
There's a bug with class unloading in that JVM (such as the class unloading
and reloading that goes on when you are developing JSPs and servlets), which
can throw intermittent ArrayIndexOutOfBoundsExceptions and hang the VM. If
you are using that version of Sun's JVM, get 1.2.2_05a, which fixes the bug.
Scott Stirling
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Lisa Lewis
Sent: Tuesday, May 09, 2000 11:48 AM
To: [EMAIL PROTECTED]
Subject: JRUN and IPlanet -- JRUN crashes
I am developing an application that uses JSP 1.0 and Servlets.
I use JRUN 2.3 Build 157 (the latest) with IPlanet webserver 4.0. I
consistently
get errors such as:
500 Internal Server Error
com.livesoftware.jsp.JSPServlet:
java.lang.ArrayIndexOutOfBoundsException: 5173296
and
500 Internal Server Error
GuiControllerServlet:
java.lang.ArrayIndexOutOfBounds Exception: -1
After I get these errors, I must stop and restart JRUN in order to even run
the SnoopServlet.
I am running Solaris 2.7 with 256M of memory.
Does anyone have any idea of what is going on here?
I am extremely frustrated. (I have successfully used JRUN
for servlets with Netscape Server 3.51). I am using jdk1.2 and servlet api
2.1
There is absolutely nothing special about what I am doing. I have a
GuiControllerServlet
that is called upon pressing a submit button. This Servlet uses the
RequestDispatcher
object to forward the request to a jsp page for display. The problem is
intermittent.
Thanks very much!!!!
Lisa
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets