https://issues.apache.org/bugzilla/show_bug.cgi?id=52837
Bug #: 52837 Summary: NullPointerException at AprEndpoint.getCometPoller() Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: me_o...@inbox.ru Classification: Unclassified For unknown reason we've got the following exception in our application which causes its death. This happened once but still important for us to research as we need some prevention plan not to have system down time. Exception in thread "tomcat-exec-171" java.lang.NullPointerException at org.apache.tomcat.util.net.AprEndpoint.getCometPoller(AprEndpoint.java:368) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.event(Http11AprProtocol.java:556) at org.apache.tomcat.util.net.AprEndpoint$SocketEventProcessor.run(AprEndpoint.java:2049) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org