You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/07/15 16:44:16 UTC

DO NOT REPLY [Bug 21611] New: - NullPointerException in CoyoteRequestFacade.getSession(

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=21611>.
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=21611

NullPointerException in CoyoteRequestFacade.getSession(

           Summary: NullPointerException in CoyoteRequestFacade.getSession(
           Product: Tomcat 4
           Version: 4.1.12
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: jstutte@quidinfo.it


Rarely i find this Exception in my logfiles:

java.lang.NullPointerException
	at org.apache.coyote.tomcat4.CoyoteRequestFacade.getSession
(CoyoteRequestFacade.java(Compiled Code))
	at org.apache.coyote.tomcat4.CoyoteRequestFacade.getSession
(CoyoteRequestFacade.java(Compiled Code))
	at it.quidinfo.bccore.struts.ADRSActionData.getSessionAttribute
(ADRSActionData.java(Compiled Code))

I had a look at the code of CoyoteRequestFacade, only way to procduce this is 
by having the request member variable == null. Is it possible that someone 
calls the clear() function to early/occasionally ? Or a multithread problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org