DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7770>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7770

NPE in at session creation shortly after starting tomcat 3.3.1





------- Additional Comments From [EMAIL PROTECTED]  2002-04-29 07:56 -------
It is definately at startup time. 
The failing Thread was the third to access(create) a new session (according to 
our logs). When the NPE occurs, two more sessions were created in between:
the order seem sto be (in this case):

[Thread-21] new session
[Thread-18] new session
[Thread-22] new session <-- this is our thread with the NPE
[Thread-20] new session
[Thread-19] new session
[Thread-22] ERROR (gui.framework.ExceptionHandler)  - Stacktrace:
java.lang.NullPointerException
        at org.apache.tomcat.modules.session.SessionId.processSession
(SessionId.java:237)
        at org.apache.tomcat.modules.session.SessionId.requestMap
(SessionId.java:188)
        at org.apache.tomcat.core.ContextManager.processRequest
(ContextManager.java:968)
        at org.apache.tomcat.facade.RequestDispatcherImpl.doForward
(RequestDispatcherImpl.java:259)
        at org.apache.tomcat.facade.RequestDispatcherImpl.forward
(RequestDispatcherImpl.java:174)
        at org.apache.struts.action.ActionServlet.processActionForward
(ActionServlet.java:1758)
        at org.apache.struts.action.ActionServlet.process
(ActionServlet.java:1595)
        at de.einsurance.gui.framework.ExtendedActionServlet.process
(ExtendedActionServlet.java:65)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to