Created
June 27, 2014 12:49
-
-
Save jfarcand/472cd0e7c1d5b541a7df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Started Jetty Server | |
[INFO] Starting scanner at interval of 1 seconds. | |
08:47:51.486 ERROR [qtp1737820907-41] i.a.p.ClientAckInterceptor [ClientAckInterceptor.java:56] Jackson has failed to parse JSON | |
com.fasterxml.jackson.databind.JsonMappingException: No content to map due to end-of-input | |
at [Source: java.io.StringReader@b3bd73; line: 1, column: 1] | |
at com.fasterxml.jackson.databind.JsonMappingException.from(JsonMappingException.java:164) ~[jackson-databind-2.3.1.jar:2.3.1] | |
at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:3036) ~[jackson-databind-2.3.1.jar:2.3.1] | |
at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2978) ~[jackson-databind-2.3.1.jar:2.3.1] | |
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2098) ~[jackson-databind-2.3.1.jar:2.3.1] | |
at io.async.postman.ClientAckInterceptor.inspect(ClientAckInterceptor.java:54) ~[atmosphere-postman-1.0.0-SNAPSHOT.jar:na] | |
at org.atmosphere.cpr.AsynchronousProcessor.invokeInterceptors(AsynchronousProcessor.java:302) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.cpr.AsynchronousProcessor.action(AsynchronousProcessor.java:167) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.cpr.AsynchronousProcessor.suspended(AsynchronousProcessor.java:104) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.container.Jetty9AsyncSupportWithWebSocket.service(Jetty9AsyncSupportWithWebSocket.java:180) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.cpr.AtmosphereFramework.doCometSupport(AtmosphereFramework.java:2013) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.websocket.DefaultWebSocketProcessor.dispatch(DefaultWebSocketProcessor.java:568) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.websocket.DefaultWebSocketProcessor.open(DefaultWebSocketProcessor.java:213) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.container.Jetty9WebSocketHandler.onWebSocketConnect(Jetty9WebSocketHandler.java:62) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onConnect(JettyListenerEventDriver.java:86) [websocket-common-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.openSession(AbstractEventDriver.java:218) [websocket-common-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.websocket.common.WebSocketSession.open(WebSocketSession.java:405) [websocket-common-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.websocket.server.WebSocketServerConnection.onOpen(WebSocketServerConnection.java:63) [websocket-server-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.server.HttpConnection.completed(HttpConnection.java:334) [jetty-server-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:410) [jetty-server-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244) [jetty-server-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534) [jetty-io-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607) [jetty-util-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536) [jetty-util-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at java.lang.Thread.run(Thread.java:744) [na:1.7.0_45] | |
08:47:51.487 ERROR [qtp1737820907-41] o.a.c.AsynchronousProcessor [AsynchronousProcessor.java:304] Interceptor io.async.postman.ClientAckInterceptor crashed. Processing will continue with other interceptor. | |
java.lang.RuntimeException: atmosphere.postman.js required | |
at io.async.postman.ClientAckInterceptor.inspect(ClientAckInterceptor.java:57) ~[atmosphere-postman-1.0.0-SNAPSHOT.jar:na] | |
at org.atmosphere.cpr.AsynchronousProcessor.invokeInterceptors(AsynchronousProcessor.java:302) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.cpr.AsynchronousProcessor.action(AsynchronousProcessor.java:167) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.cpr.AsynchronousProcessor.suspended(AsynchronousProcessor.java:104) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.container.Jetty9AsyncSupportWithWebSocket.service(Jetty9AsyncSupportWithWebSocket.java:180) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.cpr.AtmosphereFramework.doCometSupport(AtmosphereFramework.java:2013) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.websocket.DefaultWebSocketProcessor.dispatch(DefaultWebSocketProcessor.java:568) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.websocket.DefaultWebSocketProcessor.open(DefaultWebSocketProcessor.java:213) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.atmosphere.container.Jetty9WebSocketHandler.onWebSocketConnect(Jetty9WebSocketHandler.java:62) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] | |
at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onConnect(JettyListenerEventDriver.java:86) [websocket-common-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.openSession(AbstractEventDriver.java:218) [websocket-common-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.websocket.common.WebSocketSession.open(WebSocketSession.java:405) [websocket-common-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.websocket.server.WebSocketServerConnection.onOpen(WebSocketServerConnection.java:63) [websocket-server-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.server.HttpConnection.completed(HttpConnection.java:334) [jetty-server-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:410) [jetty-server-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244) [jetty-server-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534) [jetty-io-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607) [jetty-util-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536) [jetty-util-9.2.1.v20140609.jar:9.2.1.v20140609] | |
at java.lang.Thread.run(Thread.java:744) [na:1.7.0_45] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment