Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created January 5, 2015 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfarcand/8897c4c2c490e1d32a14 to your computer and use it in GitHub Desktop.
Save jfarcand/8897c4c2c490e1d32a14 to your computer and use it in GitHub Desktop.
[INFO] Webapp directory = /Users/jfarcand/workspace/2samples/samples/jersey-pubsub/src/main/webapp
2015-01-05 07:30:46.588:INFO:oejs.Server:main: jetty-9.1.2.v20140210
2015-01-05 07:30:47.158:INFO:oeja.AnnotationConfiguration:main: Scanned 1 container path jars, 9 WEB-INF/lib jars, 2 WEB-INF/classes dirs in 244ms for context o.e.j.m.p.JettyWebAppContext@65b3ed91{/,[file:/Users/jfarcand/workspace/2samples/samples/jersey-pubsub/src/main/webapp/, file:/Users/jfarcand/workspace/2samples/samples/jersey-pubsub/target/tmp/javascript-2_2_6_war1/],STARTING}{file:/Users/jfarcand/workspace/2samples/samples/jersey-pubsub/src/main/webapp/}
2015-01-05 07:30:47.506:INFO:/:main: Initializing AtmosphereFramework
07:30:47.633 [main] INFO org.atmosphere.util.IOUtils - META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
07:30:47.659 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Installing BroadcastFilter class(es) org.atmosphere.client.TrackMessageSizeFilter
07:30:47.670 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
07:30:47.671 [main] INFO o.a.cpr.DefaultAnnotationProcessor - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$ServletContainerInitializerAnnotationProcessor being used
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.BroadcasterCacheInspectorServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.AsyncSupportListenerServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.MeteorServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.AtmosphereHandlerServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.BroadcasterCacheListenererviceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.AtmosphereInterceptorServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.WebSocketProcessorServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.BroadcasterFactoryServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.WebSocketProtocolServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.EndpointMapperServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.BroadcasterServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.BroadcasterCacheServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.BroadcasterListenerServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.ManagedServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.WebSocketHandlerServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.BroadcastFilterServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.AsyncSupportServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.672 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.atmosphere.annotation.AtmosphereServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
07:30:47.676 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Auto detecting atmosphere handlers /WEB-INF/classes/
07:30:47.678 [main] DEBUG o.atmosphere.cpr.AtmosphereFramework - Missing META-INF/atmosphere.xml but found the Jersey runtime. Starting Jersey
07:30:47.685 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path /* and Broadcaster Class org.atmosphere.jersey.JerseyBroadcaster
07:30:47.685 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Auto detecting WebSocketHandler in /WEB-INF/classes/
07:30:47.685 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
07:30:47.692 [main] INFO o.a.h.ReflectorServletProcessor - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer
Jan 05, 2015 7:30:47 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
org.atmosphere.samples.pubsub
org.atmosphere.samples.pubsub
io.async.control
io.async.satellite
io.async.postman
Jan 05, 2015 7:30:47 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
class org.atmosphere.samples.pubsub.FileResource
class org.atmosphere.samples.pubsub.JerseyPubSub
Jan 05, 2015 7:30:47 AM com.sun.jersey.api.core.ScanningResourceConfig init
INFO: No provider classes found.
Jan 05, 2015 7:30:47 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
Jan 05, 2015 7:30:47 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration:
class org.atmosphere.jersey.AtmosphereResourceConfigurator
07:30:48.243 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Installing Default AtmosphereInterceptor
07:30:48.243 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
07:30:48.244 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
07:30:48.244 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
07:30:48.244 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
07:30:48.245 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support
07:30:48.245 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
07:30:48.245 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
07:30:48.245 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
07:30:48.246 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
07:30:48.246 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
07:30:48.246 [main] INFO o.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
07:30:48.246 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
07:30:48.249 [main] INFO o.a.interceptor.HeartbeatInterceptor - HeartbeatInterceptor configured with padding value ' ', client frequency 60 seconds and server frequency 0 seconds
07:30:48.249 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
07:30:48.249 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Using BroadcastFilter: org.atmosphere.client.TrackMessageSizeFilter
07:30:48.249 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
07:30:48.249 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Default Broadcaster Class: org.atmosphere.jersey.JerseyBroadcaster
07:30:48.249 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Broadcaster Polling Wait Time 100
07:30:48.249 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Shared ExecutorService supported: true
07:30:48.249 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Messaging Thread Pool Size: Unlimited
07:30:48.250 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Async I/O Thread Pool Size: 200
07:30:48.250 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
07:30:48.250 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
07:30:48.250 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Invoke AtmosphereInterceptor on WebSocket message true
07:30:48.250 [main] INFO o.atmosphere.cpr.AtmosphereFramework - HttpSession supported: false
07:30:48.250 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
07:30:48.250 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Atmosphere is using async support: org.atmosphere.container.Jetty9AsyncSupportWithWebSocket running under container: jetty/9.1.2.v20140210 with WebSocket enabled.
07:30:48.250 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Atmosphere Framework 2.2.4 started.
07:30:48.250 [main] INFO o.atmosphere.cpr.AtmosphereFramework -
For Atmosphere Framework Commercial Support, visit
http://www.async-io.org/ or send an email to support@async-io.org
2015-01-05 07:30:48.296:INFO:oejsh.ContextHandler:main: Started o.e.j.m.p.JettyWebAppContext@65b3ed91{/,[file:/Users/jfarcand/workspace/2samples/samples/jersey-pubsub/src/main/webapp/, file:/Users/jfarcand/workspace/2samples/samples/jersey-pubsub/target/tmp/javascript-2_2_6_war1/],AVAILABLE}{file:/Users/jfarcand/workspace/2samples/samples/jersey-pubsub/src/main/webapp/}
2015-01-05 07:30:48.296:WARN:oejsh.RequestLogHandler:main: !RequestLog
2015-01-05 07:30:48.332:INFO:oejs.ServerConnector:main: Started ServerConnector@5c314b48{HTTP/1.1}{0.0.0.0:8080}
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 1 seconds.
07:30:48.485 [Thread-14] INFO o.atmosphere.cpr.AtmosphereFramework - Latest version of Atmosphere's JavaScript Client 2.2.6
07:31:02.062 [qtp286312251-31] INFO o.a.samples.pubsub.EventsLogger - onSuspend(): 127.0.0.1:51298
07:31:02.063 [qtp286312251-31] INFO o.a.samples.pubsub.EventsLogger - onConnect(): WebSocketEvent{message='', type=CONNECT, webSocket=org.atmosphere.container.version.Jetty9WebSocket@1a54a8c4}
07:31:02.752 [qtp286312251-20] INFO o.a.samples.pubsub.EventsLogger - onMessage(): WebSocketEvent{message='message=dsa sent trying to use websocket', type=MESSAGE, webSocket=org.atmosphere.container.version.Jetty9WebSocket@1a54a8c4}
07:31:02.754 [Atmosphere-Shared-AsyncOp-0] INFO o.a.samples.pubsub.EventsLogger - onBroadcast(): 32|dsa sent trying to use websocket
07:31:02.931 [qtp286312251-31] INFO o.a.samples.pubsub.EventsLogger - onMessage(): WebSocketEvent{message='message=asd sent using websocket', type=MESSAGE, webSocket=org.atmosphere.container.version.Jetty9WebSocket@1a54a8c4}
07:31:02.932 [Atmosphere-Shared-AsyncOp-1] INFO o.a.samples.pubsub.EventsLogger - onBroadcast(): 24|asd sent using websocket
07:31:03.099 [qtp286312251-20] INFO o.a.samples.pubsub.EventsLogger - onMessage(): WebSocketEvent{message='message=dsa sent using websocket', type=MESSAGE, webSocket=org.atmosphere.container.version.Jetty9WebSocket@1a54a8c4}
07:31:03.100 [Atmosphere-Shared-AsyncOp-2] INFO o.a.samples.pubsub.EventsLogger - onBroadcast(): 24|dsa sent using websocket
07:31:03.257 [qtp286312251-31] INFO o.a.samples.pubsub.EventsLogger - onMessage(): WebSocketEvent{message='message=dsa sent using websocket', type=MESSAGE, webSocket=org.atmosphere.container.version.Jetty9WebSocket@1a54a8c4}
07:31:03.257 [Atmosphere-Shared-AsyncOp-3] INFO o.a.samples.pubsub.EventsLogger - onBroadcast(): 24|dsa sent using websocket
07:31:03.437 [qtp286312251-20] INFO o.a.samples.pubsub.EventsLogger - onMessage(): WebSocketEvent{message='message=das sent using websocket', type=MESSAGE, webSocket=org.atmosphere.container.version.Jetty9WebSocket@1a54a8c4}
07:31:03.438 [Atmosphere-Shared-AsyncOp-4] INFO o.a.samples.pubsub.EventsLogger - onBroadcast(): 24|das sent using websocket
^C2015-01-05 07:31:05.045:INFO:oejs.ServerConnector:Thread-1: Stopped ServerConnector@5c314b48{HTTP/1.1}{0.0.0.0:8080}
07:31:05.549 [Thread-1] INFO o.a.samples.pubsub.EventsLogger - onResume(): 127.0.0.1:51298
07:31:05.551 [Thread-1] DEBUG o.a.cpr.DefaultBroadcasterFactory - Removing Broadcaster dsadas factory size now 1
07:31:05.551 [Thread-1] DEBUG o.a.cpr.DefaultBroadcasterFactory - Removing Broadcaster /* factory size now 0
2015-01-05 07:31:05.584:INFO:oejsh.ContextHandler:Thread-1: Stopped o.e.j.m.p.JettyWebAppContext@65b3ed91{/,[file:/Users/jfarcand/workspace/2samples/samples/jersey-pubsub/src/main/webapp/, file:/Users/jfarcand/workspace/2samples/samples/jersey-pubsub/target/tmp/javascript-2_2_6_war1/],UNAVAILABLE}{file:/Users/jfarcand/workspace/2samples/samples/jersey-pubsub/src/main/webapp/}
[INFO] Jetty server exiting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment