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=3973>. 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=3973 session.getAttribute() locks-up in HttpSessionListener.sessionDestroyed() ------- Additional Comments From [EMAIL PROTECTED] 2001-10-04 20:10 ------- I'm not seeing any exceptions, which led me to post this issue. stderr.log is empty bellow is the entire stdout.log file from startup to shutdown with only the class posted in the web.xml file and two JSP pages to create and invalidate the session. i can post the jsps if you might find them useful. as indicated in the code, i didn't wrap the call to session.getAttribute() in a try / catch block so I would have expected any exceptions thrown to show up here. none are listed Create Catalina server <!-- start tomcat service --> Starting service Tomcat-Standalone Apache Tomcat/4.0 ServletContext Initialised Starting service Tomcat-Apache Apache Tomcat/4.0 Session Created <!-- click on populateSession.jsp --> attribute added Session Destroyed <!-- click on invalidateSession.jsp --> Stopping service Tomcat-Standalone <!-- stop tomcat service - no exception?--> ServletContext Destroyed Stopping service Tomcat-Apache Stop server complete