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

Reply via email to