I've written a servlet that gets an RMI connection to an RMI Server
process and am seeing random exceptions with JRun or JRun just stos.  If
you get a status from JRun doing a jsmctl status it says that JRun is
running.  The RMI server sits on a separate box than the web server
running JRun and my servlets.  The exception I get is:

        Exception while handling uncaught exception
        Exception in thread "Thread-6"
java.lang.ArrayIndexOutOfBoundsException
        Stack trace failed with exception:
        java.lang.ArrayIndexOutOfBoundsException
        Exception while handling uncaught exception
        Exception in thread "RMI RenewClean-[xxx.xxx.xxx.xxx:x]"
        java.lang.ArrayIndexOutOfBoundsException
        Stack trace failed with exception:
        java.lang.ArrayIndexOutOfBoundsException

The IP address in the exception is the box that has the RMI server
running on it.  I've noticed many posts to Allaire's site with random
JRun crashes.  Has anyone else experienced these types of problems?  The
call to get the RMI servers object reference is a simple Naming.lookup
call.  It's just one line so I don't think it is a coding error on my
part.

Any ideas?

Jeff Mikres
Java E-Commerce Developer
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to