Hello All!
Environment: JDK 1.3; Tomcat 3.1; Win 2K
I've sucessfully gotten the TDK working.. (yeah!) But I've got a wierd
problem, if I use the turbine.jar from the TDK, everything is ok.
_BUT_ if I use turbine-2.0.jar from either CVS compiling, OR from the
version included in Jetspeed, I get an NPE (Shown Below)
What is the difference between the files? Maybe I can track the error down
that way.
Thanks for your help, and sorry for all these abstract questions, I don't
have a clue as to what I'm doing ..... yet :-)
-Mike
[Fri Jul 14 04:18:51 PDT 2000] -- ERROR --
Exception: java.lang.NullPointerException
Stack Trace follows:
java.lang.NullPointerException
at Turbine.handleException(Turbine.java:450)
at Turbine.doGet(Turbine.java:344)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
at org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:156)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
at java.lang.Thread.run(Thread.java:484)
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]