Created
October 19, 2010 15:59
-
-
Save jfarcand/634437 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
# | |
1. | |
10-19 08:57AM 48.678 /pubsub/aaaa 200 29459ms 11764cpu_ms 0kb Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10,gzip(gfe) | |
See details | |
66.131.224.29 - - [19/Oct/2010:08:58:18 -0700] "GET /pubsub/aaaa HTTP/1.1" 200 172 "http://atmosphere-pubsub.appspot.com/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10,gzip(gfe)" "atmosphere-pubsub.appspot.com" ms=29459 cpu_ms=11764 api_cpu_ms=0 cpm_usd=0.326850 exit_code=104 | |
2. | |
I 10-19 08:57AM 50.631 | |
org.atmosphere.cpr.AtmosphereServlet autoDetectAtmosphereHandlers: Atmosphere using Broadcaster org.atmosphere.util.gae.GAEDefaultBroadcaster | |
3. | |
W 10-19 08:57AM 50.655 | |
org.atmosphere.cpr.AtmosphereServlet detectSupportedFramework: Missing META-INF/atmosphere.xml but found the Jersey runtime. Starting Jersey | |
4. | |
I 10-19 08:57AM 50.718 | |
org.atmosphere.cpr.AtmosphereServlet autoDetectContainer: Atmosphere is using for CometSupport: org.atmosphere.container.GoogleAppEngineCometSupport running under container Google App Engine/Google App Engine/1.3.8 | |
5. | |
I 10-19 08:57AM 50.721 | |
org.atmosphere.cpr.AtmosphereServlet configureBroadcaster: Using org.atmosphere.util.gae.GAEDefaultBroadcaster | |
6. | |
I 10-19 08:57AM 50.880 | |
com.sun.jersey.api.core.WebAppResourceConfig init: Scanning for root resource and provider classes in the Web app resource paths: | |
/WEB-INF/lib | |
/WEB-INF/classes | |
7. | |
I 10-19 08:57AM 51.431 | |
com.sun.jersey.api.core.ScanningResourceConfig logClasses: Root resource classes found: | |
class org.atmosphere.samples.pubsub.FileResource | |
class org.atmosphere.samples.pubsub.JQueryPubSub | |
8. | |
I 10-19 08:57AM 51.432 | |
com.sun.jersey.api.core.ScanningResourceConfig init: No provider classes found. | |
9. | |
I 10-19 08:57AM 52.203 | |
com.sun.jersey.server.impl.application.WebApplicationImpl _initiate: Initiating Jersey application, version 'Jersey: 1.5-ea01 10/08/2010 10:54 AM' | |
10. | |
I 10-19 08:57AM 52.226 | |
com.sun.jersey.server.impl.application.WebApplicationImpl _initiate: Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration: | |
class org.atmosphere.jersey.AtmosphereResourceConfigurator | |
11. | |
E 10-19 08:57AM 53.279 | |
com.sun.jersey.core.spi.component.ProviderFactory __getComponentProvider: The provider class, class com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider, could not be instantiated. Processing will continue but the class will not be utilized | |
java.lang.SecurityException: Unable to get members for class com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider | |
at com.google.appengine.runtime.Request.process-9b3afb2f53674671(Request.java) | |
at java.lang.Class.getDeclaredMethods(Class.java:252) | |
at com.sun.jersey.core.reflection.MethodList.getAllDeclaredMethods(MethodList.java:70) | |
at com.sun.jersey.core.reflection.MethodList.<init>(MethodList.java:64) | |
at com.sun.jersey.core.spi.component.ComponentConstructor.getPostConstructMethod(ComponentConstructor.java:126) | |
at com.sun.jersey.core.spi.component.ComponentConstructor.<init>(ComponentConstructor.java:120) | |
at com.sun.jersey.core.spi.component.ProviderFactory.__getComponentProvider(ProviderFactory.java:165) | |
at com.sun.jersey.core.spi.component.ProviderFactory.getComponentProvider(ProviderFactory.java:137) | |
at com.sun.jersey.core.spi.component.ProviderServices.getComponent(ProviderServices.java:256) | |
at com.sun.jersey.core.spi.component.ProviderServices.getServices(ProviderServices.java:160) | |
at com.sun.jersey.core.spi.factory.MessageBodyFactory.initReaders(MessageBodyFactory.java:176) | |
at com.sun.jersey.core.spi.factory.MessageBodyFactory.init(MessageBodyFactory.java:162) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl._initiate(WebApplicationImpl.java:1163) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.access$600(WebApplicationImpl.java:161) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl$12.f(WebApplicationImpl.java:698) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl$12.f(WebApplicationImpl.java:695) | |
at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:197) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:695) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:690) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:457) | |
at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:287) | |
at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:587) | |
at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:213) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:342) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:525) | |
at javax.servlet.GenericServlet.init(GenericServlet.java:215) | |
at org.atmosphere.util.AtmosphereFilterChain.init(AtmosphereFilterChain.java:109) | |
at org.atmosphere.handler.ReflectorServletProcessor$FilterChainServletWrapper.init(ReflectorServletProcessor.java:251) | |
at org.atmosphere.handler.ReflectorServletProcessor.init(ReflectorServletProcessor.java:148) | |
at org.atmosphere.cpr.AtmosphereServlet.initAtmosphereServletProcessor(AtmosphereServlet.java:755) | |
at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:533) | |
at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440) | |
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263) | |
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) | |
at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:685) | |
at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) | |
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517) | |
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467) | |
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) | |
at com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest(BlockingApplicationHandler.java:24) | |
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:418) | |
at com.google.net.rpc.impl.Server$RpcTask.runInContext(Server.java:572) | |
at com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:448) | |
at com.google.tracing.TraceContext.runInContext(TraceContext.java:688) | |
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:326) | |
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:318) | |
at com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:446) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) | |
at java.lang.Thread.run(Thread.java:636) | |
Caused by: java.lang.reflect.InvocationTargetException | |
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:616) | |
... 50 more | |
Caused by: java.lang.NoClassDefFoundError: javax/mail/MessagingException | |
at java.lang.Class.getDeclaredMethods0(Native Method) | |
at java.lang.Class.privateGetDeclaredMethods(Class.java:2444) | |
... 50 more | |
Caused by: java.lang.ClassNotFoundException: javax.mail.MessagingException | |
at com.google.appengine.runtime.Request.process-9b3afb2f53674671(Request.java) | |
... 50 more | |
12. | |
E 10-19 08:57AM 53.933 | |
com.sun.jersey.core.spi.component.ProviderFactory __getComponentProvider: The provider class, class com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider, could not be instantiated. Processing will continue but the class will not be utilized | |
java.lang.SecurityException: Unable to get members for class com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider | |
at com.google.appengine.runtime.Request.process-9b3afb2f53674671(Request.java) | |
at java.lang.Class.getDeclaredMethods(Class.java:252) | |
at com.sun.jersey.core.reflection.MethodList.getAllDeclaredMethods(MethodList.java:70) | |
at com.sun.jersey.core.reflection.MethodList.<init>(MethodList.java:64) | |
at com.sun.jersey.core.spi.component.ComponentConstructor.getPostConstructMethod(ComponentConstructor.java:126) | |
at com.sun.jersey.core.spi.component.ComponentConstructor.<init>(ComponentConstructor.java:120) | |
at com.sun.jersey.core.spi.component.ProviderFactory.__getComponentProvider(ProviderFactory.java:165) | |
at com.sun.jersey.core.spi.component.ProviderFactory.getComponentProvider(ProviderFactory.java:137) | |
at com.sun.jersey.core.spi.component.ProviderServices.getComponent(ProviderServices.java:256) | |
at com.sun.jersey.core.spi.component.ProviderServices.getServices(ProviderServices.java:160) | |
at com.sun.jersey.core.spi.factory.MessageBodyFactory.initWriters(MessageBodyFactory.java:207) | |
at com.sun.jersey.core.spi.factory.MessageBodyFactory.init(MessageBodyFactory.java:163) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl._initiate(WebApplicationImpl.java:1163) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.access$600(WebApplicationImpl.java:161) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl$12.f(WebApplicationImpl.java:698) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl$12.f(WebApplicationImpl.java:695) | |
at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:197) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:695) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:690) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:457) | |
at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:287) | |
at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:587) | |
at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:213) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:342) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:525) | |
at javax.servlet.GenericServlet.init(GenericServlet.java:215) | |
at org.atmosphere.util.AtmosphereFilterChain.init(AtmosphereFilterChain.java:109) | |
at org.atmosphere.handler.ReflectorServletProcessor$FilterChainServletWrapper.init(ReflectorServletProcessor.java:251) | |
at org.atmosphere.handler.ReflectorServletProcessor.init(ReflectorServletProcessor.java:148) | |
at org.atmosphere.cpr.AtmosphereServlet.initAtmosphereServletProcessor(AtmosphereServlet.java:755) | |
at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:533) | |
at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440) | |
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263) | |
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) | |
at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:685) | |
at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) | |
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517) | |
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467) | |
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) | |
at com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest(BlockingApplicationHandler.java:24) | |
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:418) | |
at com.google.net.rpc.impl.Server$RpcTask.runInContext(Server.java:572) | |
at com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:448) | |
at com.google.tracing.TraceContext.runInContext(TraceContext.java:688) | |
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:326) | |
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:318) | |
at com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:446) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) | |
at java.lang.Thread.run(Thread.java:636) | |
Caused by: java.lang.reflect.InvocationTargetException | |
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:616) | |
... 50 more | |
Caused by: java.lang.NoClassDefFoundError: javax/mail/MessagingException | |
at java.lang.Class.getDeclaredMethods0(Native Method) | |
at java.lang.Class.privateGetDeclaredMethods(Class.java:2444) | |
... 50 more | |
Caused by: java.lang.ClassNotFoundException: javax.mail.MessagingException | |
at com.google.appengine.runtime.Request.process-9b3afb2f53674671(Request.java) | |
... 50 more | |
13. | |
D 10-19 08:57AM 58.910 | |
org.atmosphere.jersey.AtmosphereFilter create: AtmosphereFilter processing annotation: @javax.ws.rs.Path(value=/jquery/{id}) | |
14. | |
D 10-19 08:57AM 58.910 | |
org.atmosphere.jersey.AtmosphereFilter create: AtmosphereFilter processing annotation: @javax.ws.rs.GET() | |
15. | |
D 10-19 08:57AM 58.955 | |
org.atmosphere.jersey.AtmosphereFilter create: AtmosphereFilter processing annotation: @javax.ws.rs.GET() | |
16. | |
D 10-19 08:57AM 59.020 | |
org.atmosphere.jersey.AtmosphereFilter create: AtmosphereFilter processing annotation: @javax.ws.rs.POST() | |
17. | |
D 10-19 08:57AM 59.020 | |
org.atmosphere.jersey.AtmosphereFilter create: AtmosphereFilter processing annotation: @org.atmosphere.annotation.Broadcast(resumeOnBroadcast=false, value=[], delay=-1) | |
18. | |
D 10-19 08:57AM 59.045 | |
org.atmosphere.jersey.AtmosphereFilter create: AtmosphereFilter processing annotation: @javax.ws.rs.GET() | |
19. | |
D 10-19 08:57AM 59.087 | |
org.atmosphere.jersey.AtmosphereFilter create: AtmosphereFilter processing annotation: @javax.ws.rs.GET() | |
20. | |
I 10-19 08:57AM 59.117 | |
org.atmosphere.cpr.AtmosphereServlet init: Atmosphere Framework 0.7-SNAPSHOT started. | |
21. | |
D 10-19 08:57AM 59.136 | |
org.atmosphere.cpr.AsynchronousProcessor suspended: (suspend) invoked: | |
HttpServletRequest: GET http://atmosphere-pubsub.appspot.com/pubsub/aaaa HTTP/1.1 | |
Host: atmosphere-pubsub.appspot.com | |
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
Accept-Language: en-us,en;q=0.5 | |
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 | |
X-Atmosphere-Framework: 0.7 | |
X-Atmosphere-Transport: long-polling | |
X-Cache-Date: 1287503868639 | |
Referer: http://atmosphere-pubsub.appspot.com/ | |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10,gzip(gfe) | |
HttpServletResponse: HTTP/1.1 200 | |
22. | |
I 10-19 08:57AM 59.264 | |
[atmosphere-pubsub/1.345611610003345958].<stdout>: onSuspend: 66.131.224.290 | |
23. | |
D 10-19 08:57AM 59.268 | |
org.atmosphere.container.BlockingIOCometSupport service: SuspendingHTTP/1.1 200 | |
Content-Type: text/html; charset=iso-8859-1 | |
Expires: -1 | |
Cache-Control: no-store, no-cache, must-revalidate | |
Pragma: no-cache | |
Content-Type: text/html;charset=ISO-8859-1 | |
24. | |
W 10-19 08:58AM 18.079 | |
org.atmosphere.container.GoogleAppEngineCometSupport suspend: Unable to resume the suspended connection | |
com.google.apphosting.api.DeadlineExceededException: This request (9b3afb2f53674671) started at 2010/10/19 15:57:49.373 UTC and was still executing at 2010/10/19 15:58:18.070 UTC. | |
at sun.misc.Unsafe.park(Native Method) | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1326) | |
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:281) | |
at org.atmosphere.container.GoogleAppEngineCometSupport.suspend(GoogleAppEngineCometSupport.java:91) | |
at org.atmosphere.container.BlockingIOCometSupport.service(BlockingIOCometSupport.java:93) | |
at org.atmosphere.cpr.AtmosphereServlet.doCometSupport(AtmosphereServlet.java:1083) | |
at org.atmosphere.cpr.AtmosphereServlet.doPost(AtmosphereServlet.java:1066) | |
at org.atmosphere.cpr.AtmosphereServlet.doGet(AtmosphereServlet.java:1052) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:693) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) | |
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) | |
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) | |
at com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:97) | |
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) | |
at com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35) | |
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) | |
at com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43) | |
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) | |
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) | |
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) | |
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) | |
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) | |
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418) | |
at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:238) | |
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) | |
at org.mortbay.jetty.Server.handle(Server.java:326) | |
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) | |
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923) | |
at com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76) | |
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) | |
at com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:135) | |
at com.google.apphosting.runtime.JavaRuntime.handleRequest(JavaRuntime.java:261) | |
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:8486) | |
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:8484) | |
at com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest(BlockingApplicationHandler.java:24) | |
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:418) | |
at com.google.net.rpc.impl.Server$RpcTask.runInContext(Server.java:572) | |
at com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:448) | |
at com.google.tracing.TraceContext.runInContext(TraceContext.java:688) | |
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:326) | |
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:318) | |
at com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:446) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) | |
at java.lang.Thread.run(Thread.java:636) | |
25. | |
I 10-19 08:58AM 18.085 | |
[atmosphere-pubsub/1.345611610003345958].<stdout>: onResume: 66.131.224.29 | |
26. | |
W 10-19 08:58AM 18.112 | |
A serious problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. If you see this message frequently, you may be throwing exceptions during the initialization of your application. (Error code 104) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment