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

Erreurs trop "violentes" lorsqu'une ressource statique ne peut être servie par le web browser #4

Open
jrlemieux opened this issue Dec 8, 2011 · 0 comments
Assignees

Comments

@jrlemieux
Copy link
Collaborator

13:37:19.432 [qtp1853381059-20 - /favicon.ico] DEBUG org.eclipse.jetty.server.Server - REQUEST /favicon.ico on org.eclipse.jetty.server.BlockingHttpConnection@[email protected]:8080<->127.0.0.1:51487
13:37:19.432 [qtp1853381059-20 - /favicon.ico] DEBUG o.e.j.server.handler.ContextHandler - scope null||/favicon.ico @ o.e.j.s.ServletContextHandler{/,file:/C:/Users/Jacques/dev/scalaforms-demo/scalaforms-demo/webroot}
13:37:19.433 [qtp1853381059-20 - /favicon.ico] DEBUG o.e.j.server.handler.ContextHandler - context=||/favicon.ico @ o.e.j.s.ServletContextHandler{/,file:/C:/Users/Jacques/dev/scalaforms-demo/scalaforms-demo/webroot}
13:37:19.433 [qtp1853381059-20 - /favicon.ico] DEBUG o.e.jetty.servlet.ServletHandler - servlet |/favicon.ico|null -> Servlet 4
13:37:19.433 [qtp1853381059-20 - /favicon.ico] DEBUG o.e.jetty.servlet.ServletHandler - chain=Filter 5->Servlet 4
13:37:19.433 [qtp1853381059-20 - /favicon.ico] DEBUG o.e.jetty.servlet.ServletHandler - call filter Filter 5
13:37:19.433 [qtp1853381059-20 - /favicon.ico] DEBUG o.e.jetty.servlet.ServletHandler - call servlet Servlet 4
13:37:19.433 [qtp1853381059-20 - /favicon.ico] DEBUG o.e.jetty.servlet.DefaultServlet - Resource /favicon.ico.gz=null
13:37:19.434 [qtp1853381059-20 - /favicon.ico] DEBUG o.e.jetty.servlet.DefaultServlet - Resource /favicon.ico=null
13:37:19.434 [qtp1853381059-20 - /favicon.ico] DEBUG o.e.jetty.servlet.DefaultServlet - uri=/favicon.ico resource=null
13:37:19.434 [qtp1853381059-20 - /favicon.ico] ERROR n.strong_links.fawtests.TestServer$ - ERROR serving static file : 404, Not Found
13:37:19.434 [qtp1853381059-20 - /favicon.ico] DEBUG org.eclipse.jetty.server.Server - RESPONSE /favicon.ico 404
13:37:24.312 [qtp1853381059-21] DEBUG org.eclipse.jetty.http.HttpParser -
java.net.SocketException: Socket is closed
at java.net.Socket.shutdownInput(Unknown Source) ~[na:1.7.0_01]
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(Unknown Source) [na:1.7.0_01]
13:37:24.312 [qtp1853381059-22] DEBUG org.eclipse.jetty.http.HttpParser -
java.net.SocketException: Socket is closed
at java.net.Socket.shutdownInput(Unknown Source) ~[na:1.7.0_01]
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(Unknown Source) [na:1.7.0_01]
13:37:24.313 [qtp1853381059-21] DEBUG org.eclipse.jetty.http.HttpParser - state=-14 length=0 len=0
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(Unknown Source) [na:1.7.0_01]
Caused by: java.net.SocketException: Socket is closed
at java.net.Socket.shutdownInput(Unknown Source) ~[na:1.7.0_01]
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
13:37:24.313 [qtp1853381059-22] DEBUG org.eclipse.jetty.http.HttpParser - state=-14 length=0 len=0
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(Unknown Source) [na:1.7.0_01]
Caused by: java.net.SocketException: Socket is closed
at java.net.Socket.shutdownInput(Unknown Source) ~[na:1.7.0_01]
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
13:37:24.314 [qtp1853381059-21] DEBUG o.e.jetty.server.bio.SocketConnector - EOF
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(Unknown Source) [na:1.7.0_01]
Caused by: java.net.SocketException: Socket is closed
at java.net.Socket.shutdownInput(Unknown Source) ~[na:1.7.0_01]
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
13:37:24.314 [qtp1853381059-22] DEBUG o.e.jetty.server.bio.SocketConnector - EOF
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(Unknown Source) [na:1.7.0_01]
Caused by: java.net.SocketException: Socket is closed
at java.net.Socket.shutdownInput(Unknown Source) ~[na:1.7.0_01]
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 Dec 8, 2011
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