Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erreur de fermeture des sockets. #15

Open
jrlemieux opened this issue Feb 9, 2012 · 0 comments
Open

Erreur de fermeture des sockets. #15

jrlemieux opened this issue Feb 9, 2012 · 0 comments
Assignees

Comments

@jrlemieux
Copy link
Collaborator

Si le navigateur garde le socket ouvert et que cette erreur est normale, alors on devrait la trapper et ne pas la logger. Si c'est anormal, régler la cause...

10:44:17.238 [qtp1180915164-13] DEBUG org.eclipse.jetty.http.HttpParser -
java.net.SocketException: Socket is closed
at java.net.Socket.shutdownInput(Socket.java:1377) ~[na:1.6.0_30]
at org.eclipse.jetty.io.bio.SocketEndPoint.shutdownInput(SocketEndPoint.java:119) ~[jetty-io-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.io.bio.StreamEndPoint.fill(StreamEndPoint.java:142) ~[jetty-io-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.fill(SocketConnector.java:213) [jetty-server-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:949) [jetty-http-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:274) [jetty-http-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218) [jetty-http-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:50) [jetty-server-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:245) [jetty-server-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598) [jetty-util-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533) [jetty-util-7.5.4.v20111024.jar:7.5.4.v20111024]
at java.lang.Thread.run(Thread.java:662) [na:1.6.0_30]
10:44:17.239 [qtp1180915164-13] DEBUG org.eclipse.jetty.http.HttpParser - state=-14 length=0 len=-3
org.eclipse.jetty.io.EofException: null
at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:954) [jetty-http-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:274) [jetty-http-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218) [jetty-http-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:50) [jetty-server-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:245) [jetty-server-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598) [jetty-util-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533) [jetty-util-7.5.4.v20111024.jar:7.5.4.v20111024]
at java.lang.Thread.run(Thread.java:662) [na:1.6.0_30]
Caused by: java.net.SocketException: Socket is closed
at java.net.Socket.shutdownInput(Socket.java:1377) ~[na:1.6.0_30]
at org.eclipse.jetty.io.bio.SocketEndPoint.shutdownInput(SocketEndPoint.java:119) ~[jetty-io-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.io.bio.StreamEndPoint.fill(StreamEndPoint.java:142) ~[jetty-io-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.fill(SocketConnector.java:213) [jetty-server-7.5.4.v20111024.jar:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:949) [jetty-http-7.5.4.v20111024.jar:7.5.4.v20111024]
... 7 common frames omitted

@ghost ghost assigned max-l Feb 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants