DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43805>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43805 Summary: NullPointerException at Ctrl-Break shutdown Product: Tomcat 6 Version: 6.0.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Here's stack trace: java.lang.NullPointerException at org.apache.juli.FileHandler.publish(FileHandler.java:139) at java.util.logging.Logger.log(Logger.java:452) at java.util.logging.Logger.doLog(Logger.java:474) at java.util.logging.Logger.logp(Logger.java:590) at org.apache.commons.logging.impl.Jdk14Logger.log(Jdk14Logger.java:91) at org.apache.commons.logging.impl.Jdk14Logger.info (Jdk14Logger.java:162) at org.apache.coyote.http11.Http11BaseProtocol.pause (Http11BaseProtocol.java:168) at org.apache.catalina.connector.Connector.pause(Connector.java:1032) at org.apache.catalina.core.StandardService.stop (StandardService.java:489) at org.apache.catalina.core.StandardServer.stop(StandardServer.java:734) at org.apache.catalina.startup.Catalina.stop(Catalina.java:602) at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run (Catalina.java:645) This problem occurs very offen (almost every time) when I shut tomcat down after execution of stress-tests for the product being developed by our team. OS: Windows XP Pro; Tomcat: 5.5.23 and 6.0.14; JDK: SUN J2SE 1.5.0_12-b04; I have investigated source-codes and figured out, that this could happen because of simultenious execution of shutdown-hook of J2SE's java.util.logging.LogManager and stopping process of Tomcat's juli. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]