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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]