Hi!
I was getting a Null Pointer Exception with my previous version of Turbine.
Now, I've downloaded the latest version (as of 05/26/2000) and installed it.
Still I'm getting the following error, while running Turbine Servlet.
500 Internal Server Error
The servlet named Turbine at the requested URL
http://localhost:8080/servlet/Turbine
reported this exception: java.lang.NullPointerException. Please report this
to the administrator of the web server.
java.lang.NullPointerException at Turbine.doGet(Compiled Code) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:715) at
javax.servlet.http.HttpServlet.service(Compiled Code) at
com.sun.server.ServletState.callService(Compiled Code) at
com.sun.server.ServletManager.callServletService(Compiled Code) at
com.sun.server.http.servlet.InvokerServlet.service(Compiled Code) at
javax.servlet.http.HttpServlet.service(Compiled Code) at
com.sun.server.ServletState.callService(Compiled Code) at
com.sun.server.ServletManager.callServletService(Compiled Code) at
com.sun.server.ProcessingState.invokeTargetServlet(Compiled Code) at
com.sun.server.http.HttpProcessingState.execute(Compiled Code) at
com.sun.server.http.stages.Runner.process(Compiled Code) at
com.sun.server.ProcessingSupport.process(Compiled Code) at
com.sun.server.Service.process(Compiled Code) at
com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code) at
com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code) at
com.sun.server.HandlerThread.run(Compiled Code)
----------------------------
Environment:
OS: Win NT workstation.
JDK 1.2.2
Web Server: Java Web Server 2.0
I've put the Turbine.class and org package in "JavaWebServer2.0\classes"
directory, so that it's always in the classpath for the web server. I've
also put the TurbineResources.properties file in the Document root
directory.
When I load the servlet, it loads. Doesn't crib. But when I try to invoke it
(from web browser), I'm getting the above pasted error.
Any comment??
Thanks,
- Hement
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]