[jboss-jira] [JBoss JIRA] (WFLY-1539) Stack trace on remote disconnect
Timothy Heider (JIRA)
jira-events at lists.jboss.org
Sun Jun 16 19:07:20 EDT 2013
Timothy Heider created WFLY-1539:
------------------------------------
Summary: Stack trace on remote disconnect
Key: WFLY-1539
URL: https://issues.jboss.org/browse/WFLY-1539
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 8.0.0.Alpha1
Environment: Mac OS X
Reporter: Timothy Heider
Assignee: Stuart Douglas
I have a Comet request in my app. If I break the connection on the remote client the server is generating a log ERROR message.
It seems like this is not really an ERROR that should be logged. Subject to interpretation but I wanted to mention it.
15:17:17,493 ERROR [io.undertow.request.io] (default I/O-2) UT005013: An IOException occurred: java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method) [rt.jar:1.7.0_21]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) [rt.jar:1.7.0_21]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225) [rt.jar:1.7.0_21]
at sun.nio.ch.IOUtil.read(IOUtil.java:193) [rt.jar:1.7.0_21]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:359) [rt.jar:1.7.0_21]
at org.xnio.nio.NioSocketConduit.read(NioSocketConduit.java:262) [xnio-nio-3.1.0.CR3.jar:3.1.0.CR3]
at org.xnio.conduits.ConduitStreamSourceChannel.read(ConduitStreamSourceChannel.java:127) [xnio-api-3.1.0.CR3.jar:3.1.0.CR3]
at io.undertow.server.HttpReadListener.handleEvent(HttpReadListener.java:83)
at io.undertow.server.HttpReadListener.handleEvent(HttpReadListener.java:43)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:91) [xnio-api-3.1.0.CR3.jar:3.1.0.CR3]
at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:61) [xnio-api-3.1.0.CR3.jar:3.1.0.CR3]
at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:85) [xnio-nio-3.1.0.CR3.jar:3.1.0.CR3]
at org.xnio.nio.WorkerThread.run(WorkerThread.java:528) [xnio-nio-3.1.0.CR3.jar:3.1.0.CR3]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list