Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] EofException when PUT or DELETE

I'm seeing this log message in my logs, but I am unsure what is causing it, or if it is a concern. My tests appear to pass, but the warning is consistent and repeatable. It happens when I make a PUT or DELETE request. Can anyone provide any clues?

     [java] 61878 [HttpClient-15] WARN  org.eclipse.jetty.util.log  - EXCEPTION adapter1@773092604=DELETE//localhost:9300/myapp/api/profiles/de5dc583cf6a4a01b2fb5532d16914e4#9
     [java] org.eclipse.jetty.io.EofException
     [java] at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:318)
     [java] at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:211)
     [java] at org.eclipse.jetty.client.HttpConnection.handle(HttpConnection.java:254)
     [java] at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:506)
     [java] at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436)
     [java] at java.lang.Thread.run(Thread.java:680)
     [java]  PASSED (62266 ms)


Back to the top