Kennt jemand diese Warning?
Taucht bei mir im Logfile in unregelmäßigen Abständen auf, und ich habe keine Ahnung wo ich suchen soll.
Meine Config:
RasPi, aktuelle Oracle JVM, OH 1.6.1,
Bindings knx, ntp, influxdb, weather, cv, rrd4j
Taucht bei mir im Logfile in unregelmäßigen Abständen auf, und ich habe keine Ahnung wo ich suchen soll.
Meine Config:
RasPi, aktuelle Oracle JVM, OH 1.6.1,
Bindings knx, ntp, influxdb, weather, cv, rrd4j
Code:
2015-01-05 10:29:49.635 [WARN ] [org.eclipse.jetty.io.nio ] - handle failed java.lang.IllegalStateException: STATE!=START 2 at org.eclipse.jetty.http.AbstractGenerator.setVersion(AbstractGenerator.java:281) ~[org.eclipse.jetty.http_8.1.3.v20120522.jar:8.1.3.v20120522] at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:828) ~[org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522] at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:944) ~[org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522] at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:630) ~[org.eclipse.jetty.http_8.1.3.v20120522.jar:8.1.3.v20120522] at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230) ~[org.eclipse.jetty.http_8.1.3.v20120522.jar:8.1.3.v20120522] at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77) ~[org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522] at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:606) ~[org.eclipse.jetty.io_8.1.3.v20120522.jar:8.1.3.v20120522] at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:46) [org.eclipse.jetty.io_8.1.3.v20120522.jar:8.1.3.v20120522] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:603) [org.eclipse.jetty.util_8.1.3.v20120522.jar:8.1.3.v20120522] at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:538) [org.eclipse.jetty.util_8.1.3.v20120522.jar:8.1.3.v20120522] at java.lang.Thread.run(Thread.java:744) [na:1.8.0]
Kommentar