Hi all, I just upgraded to a new version of Tomcat and I've been
having problems with the HttpSession.  My web application allows me to
invalidate any of the currently running sessions from an administration
component.  So when new sessions are created, I save a reference to
them.  This was working fine with my previous version of Tomcat (I
believe 3.1).  Now when I invalidate the HttpSession object I get a null
pointer exception in HttpSessionFacade... the underlying realSession is
null.  Has anyone encountered this or has any ideas?
 
 - Billy
 
java.lang.NullPointerException
DEBUG: java.lang.NullPointerException
        at
org.apache.tomcat.facade.HttpSessionFacade.invalidate(HttpSessionFaca
de.java:136)
 
 
---------------------
Billy Turchin
mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
 

Reply via email to