https://bz.apache.org/bugzilla/show_bug.cgi?id=59876
Bug ID: 59876
Summary: java.io.EOFException is thrown
Product: Tomcat 8
Version: 8.0.36
Hardware: PC
OS: Linux
Status: NEW
Severity: regression
Priority: P2
Component: WebSocket
Assignee: [email protected]
Reporter: [email protected]
After upgrading from 8.0.22 my server started to throw the following exception:
17.07.2016 15:36:55 [ERROR]: sessionId 15. java.io.EOFException
org.apache.coyote.http11.upgrade.NioServletInputStream.doRead(NioServletInputStream.java:97)
org.apache.coyote.http11.upgrade.AbstractServletInputStream.read(AbstractServletInputStream.java:124)
org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:60)
org.apache.tomcat.websocket.server.WsHttpUpgradeHandler$WsReadListener.onDataAvailable(WsHttpUpgradeHandler.java:185)
org.apache.coyote.http11.upgrade.AbstractServletInputStream.onDataAvailable(AbstractServletInputStream.java:198)
org.apache.coyote.http11.upgrade.AbstractProcessor.upgradeDispatch(AbstractProcessor.java:96)
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:647)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:745)
There are many such exceptions in my log file. 8.0.22 worked well
--
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]