https://issues.apache.org/bugzilla/show_bug.cgi?id=51883
--- Comment #4 from Mark Thomas <ma...@apache.org> 2011-09-27 10:59:44 UTC --- There are a number of things that are odd about this bug report. 1. It states that this occurs for Comet requests but the stack trace shows that a non-Comet request is being processed since Http11NioProcessor.process() appears rather than Http11NioProcessor.event() 2. The NPE can only occur if the Context has been stopped but it is stated that the application is running. There is more going on here than the information available so far suggests. Without further information that explains what is happening this issue will eventually get resolved as WONTFIX. What we really need to know is how to reproduce this issue or enough clues to enable us to make an educated guess as to how this is happening. The questions that spring to mind at this point are: - Has the application ever been reloaded? - Might these errors be triggered as an inactive request times out? - Access log entries for the relevant requests would also help -- 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