Skip to content

Instantly share code, notes, and snippets.

@karlkilden
Created June 8, 2014 18:16
Show Gist options
  • Save karlkilden/ea505f8e6641b33b28b3 to your computer and use it in GitHub Desktop.
Save karlkilden/ea505f8e6641b33b28b3 to your computer and use it in GitHub Desktop.
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Installed AtmosphereInterceptor Atmosphere LifeCycle with priority AFTER_DEFAULT
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
2014:06:08 20:11:37 WARN org.atmosphere.util.IOUtils: META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.DefaultAnnotationProcessor: AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$ServletContainerInitializerAnnotationProcessor being used
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.WebSocketHandlerServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.MeteorServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.WebSocketProcessorServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.AtmosphereServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.WebSocketProtocolServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.BroadcasterCacheListenererviceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.BroadcasterServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.BroadcasterFactoryServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.BroadcastFilterServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.AtmosphereHandlerServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.ManagedServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.BroadcasterCacheInspectorServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.EndpointMapperServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.AsyncSupportListenerServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.AtmosphereInterceptorServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.AsyncSupportServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.BroadcasterCacheServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AnnotationHandler: Found Annotation in class org.atmosphere.annotation.BroadcasterListenerServiceProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Auto detecting atmosphere handlers /WEB-INF/classes/
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Auto detecting WebSocketHandler in /WEB-INF/classes/
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Installing Default AtmosphereInterceptor
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Installed AtmosphereInterceptor Atmosphere LifeCycle with priority AFTER_DEFAULT
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
2014:06:08 20:11:37 WARN org.atmosphere.cpr.AtmosphereFramework: No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Broadcaster Polling Wait Time 100
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Shared ExecutorService supported: true
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Messaging Thread Pool Size: Unlimited
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Async I/O Thread Pool Size: 200
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Invoke AtmosphereInterceptor on WebSocket message true
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: HttpSession supported: true
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Atmosphere is using CDI ObjectFactory for dependency injection and object creation
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Atmosphere is using async support: org.atmosphere.container.Tomcat7Servlet30SupportWithWebSocket running under container: Apache Tomcat (TomEE)/7.0.53 (1.6.1-SNAPSHOT) using javax.servlet/3.0
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework: Atmosphere Framework 2.2.0-RC2 started.
2014:06:08 20:11:37 INFO org.atmosphere.cpr.AtmosphereFramework:
For Atmosphere Framework Commercial Support, visit
http://www.async-io.org/ or send an email to support@async-io.org
2014:06:08 20:11:37 ERROR org.primefaces.push.PushServlet: No Annotated class using @PushEndpoint found. Push will not work.
[2014-06-08 08:11:37,829] Artifact ref-web:war exploded: Artifact is deployed successfully
[2014-06-08 08:11:37,829] Artifact ref-web:war exploded: Deploy took 14 758 milliseconds
2014:06:08 20:11:38 INFO org.atmosphere.cpr.AtmosphereFramework: Latest version of Atmosphere's JavaScript Client 2.2.0
2014:06:08 20:11:38 INFO org.atmosphere.cpr.AtmosphereFramework:
Current version of Atmosphere 2.2.0-RC2
Newest version of Atmosphere available 2.1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment