https://issues.apache.org/bugzilla/show_bug.cgi?id=55947
Bug ID: 55947
Summary: cometD longpolling results in Nullpointer using NIO
Product: Tomcat 7
Version: 7.0.47
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
We use cometD 2.7.0 which connects to a Tomcat 7.0.47 via Longpolling. This
works as long as we use the BIO Protocol. If we switch to NIO, after an amount
of time we'll get this exception:
Jan 02, 2014 10:23:43 AM org.apache.tomcat.util.net.NioEndpoint$SocketProcessor
doRun
Schwerwiegend:
java.lang.NullPointerException at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:560)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1721)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1679)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]