Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created May 6, 2014 19:13
Show Gist options
  • Save jfarcand/a438769ac96675ee7a4a to your computer and use it in GitHub Desktop.
Save jfarcand/a438769ac96675ee7a4a to your computer and use it in GitHub Desktop.
java.lang.IllegalStateException: No body AtmosphereResource{
uuid=fbddaf44-dedb-4d25-9870-ff361f5830b0,
transport=LONG_POLLING,
isInScope=true,
isResumed=false,
isCancelled=false,
isSuspended=false,
broadcaster=/chat size: 0,
atmosphereHandler=ManagedAtmosphereHandler proxy for org.atmosphere.samples.chat.Chat,
action=Action{timeout=-1, type=CREATED}}
at org.atmosphere.util.IOUtils.readEntirelyAsByte(IOUtils.java:144) ~[atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at org.atmosphere.interceptor.HeartbeatInterceptor.inspect(HeartbeatInterceptor.java:225) ~[atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at org.atmosphere.cpr.AsynchronousProcessor.invokeInterceptors(AsynchronousProcessor.java:287) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at org.atmosphere.cpr.AsynchronousProcessor.action(AsynchronousProcessor.java:151) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at org.atmosphere.cpr.AsynchronousProcessor.suspended(AsynchronousProcessor.java:100) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at org.atmosphere.container.Servlet30CometSupport.service(Servlet30CometSupport.java:66) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at org.atmosphere.container.Jetty9AsyncSupportWithWebSocket.service(Jetty9AsyncSupportWithWebSocket.java:169) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at org.atmosphere.cpr.AtmosphereFramework.doCometSupport(AtmosphereFramework.java:2001) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at org.atmosphere.cpr.AtmosphereServlet.doPost(AtmosphereServlet.java:210) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at org.atmosphere.cpr.AtmosphereServlet.doGet(AtmosphereServlet.java:196) [atmosphere-runtime-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [javax.servlet-api-3.1.0.jar:3.1.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet-api-3.1.0.jar:3.1.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:738) [jetty-servlet-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1651) [jetty-servlet-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:171) [websocket-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) [jetty-servlet-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:549) [jetty-servlet-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:568) [jetty-security-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:478) [jetty-servlet-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:199) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:109) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.Server.handle(Server.java:462) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:279) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:232) [jetty-server-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534) [jetty-io-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607) [jetty-util-9.1.4.v20140401.jar:9.1.4.v20140401]
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536) [jetty-util-9.1.4.v20140401.jar:9.1.4.v20140401]
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