Hi,
I've installed the jswdk-1.0.1 package on solaris at uni, which has jdk1.2beta4 
installed.  Using the default configuration (i.e. the examples server and port 8080), 
I can load the examples page.  The problem lies when I try to execute a servlet, which 
returns the following error:

Error: 500
Internal Servlet Error:

java.lang.NegativeArraySizeException
 at com.sun.web.core.ServletLoader.loadClass(Compiled Code)
 at com.sun.web.core.ServletLoader.loadServlet(Compiled Code)
 at com.sun.web.core.ServletWrapper.loadServlet(Compiled Code)
 at com.sun.web.core.ServletWrapper.handleRequest(Compiled Code)
 at com.sun.web.core.InvokerServlet.service(Compiled Code)
 at javax.servlet.http.HttpServlet.service(Compiled Code)
 at com.sun.web.core.ServletWrapper.handleRequest(Compiled Code)
 at com.sun.web.core.Context.handleRequest(Compiled Code)
 at com.sun.web.server.ConnectionHandler.run(Compiled Code)


The strange thing is that running the same thing on windows 98 does not produce this 
error, but runs fine.

Can anyone help me since I need to run servlets for my thesis project.  Any help will 
be greatly appreciated.

Mars

___________________________________________________________________________
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