Reputation: 12372
We are migrating to Jetty 6.1 and we see a lot of following exceptions:
[2012-10-15 01:22:08,286: [btpool0-646] [] DEBUG,http.jetty.JettyServerManager] EOF
org.mortbay.jetty.EofException
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:302)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)
Although, till now I am not not see any impact on the responses. Is there something wrong I have configured? These are DEBUG log statements, is it okay to ignore these?
Upvotes: 3
Views: 6021
Reputation: 5315
You can ignore this messages, I think they are produced if the remote browser closes the connection. It is not an error.
Upvotes: 3