Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created May 20, 2014 15:50
Show Gist options
  • Save jfarcand/367af1d563b3d0024287 to your computer and use it in GitHub Desktop.
Save jfarcand/367af1d563b3d0024287 to your computer and use it in GitHub Desktop.
WebSphere Liberty Profile 8.5.5.2
11:49:12,131 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
11:49:12,131 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
11:49:12,131 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [wsjar:file:/opt/IBM/WebSphere/Liberty/usr/servers/defaultServer/dropins/atmosphere-chat.war!/WEB-INF/classes/logback.xml]
11:49:12,157 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@a5ae64d - URL [wsjar:file:/opt/IBM/WebSphere/Liberty/usr/servers/defaultServer/dropins/atmosphere-chat.war!/WEB-INF/classes/logback.xml] is not of type file
11:49:12,204 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:49:12,208 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
11:49:12,223 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:49:12,268 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to INFO
11:49:12,268 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
11:49:12,269 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:49:12,270 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@71db47c3 - Registering current configuration as safe fallback point
11:49:12.338 WARN [Default Executor-thread-21] o.a.u.IOUtils [IOUtils.java:319] META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
11:49:12.362 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:2532] Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
11:49:12.363 INFO [Default Executor-thread-21] o.a.c.DefaultAnnotationProcessor [DefaultAnnotationProcessor.java:135] AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$ServletContainerInitializerAnnotationProcessor being used
11:49:12.364 INFO [Default Executor-thread-21] o.a.c.AnnotationHandler [AnnotationHandler.java:63] Found Annotation in class org.atmosphere.samples.chat.Chat being scanned: interface org.atmosphere.config.service.ManagedService
11:49:12.595 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:623] Installed AtmosphereHandler org.atmosphere.config.managed.ManagedAtmosphereHandler mapped to context-path /chat and Broadcaster Class org.atmosphere.cpr.DefaultBroadcaster
11:49:12.596 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:631] Installed AtmosphereInterceptor [@ManagedService Interceptor, Atmosphere LifeCycle, Track Message Size Interceptor using |, UUID Tracking Interceptor] mapped to AtmosphereHandler org.atmosphere.config.managed.ManagedAtmosphereHandler
11:49:12.596 INFO [Default Executor-thread-21] o.a.c.AnnotationHandler [AnnotationHandler.java:63] Found Annotation in class org.atmosphere.samples.chat.custom.SampleConfig being scanned: interface org.atmosphere.config.AtmosphereAnnotation
11:49:12.597 INFO [Default Executor-thread-21] o.a.c.AnnotationHandler [AnnotationHandler.java:63] Found Annotation in class org.atmosphere.samples.chat.Chat being scanned: interface org.atmosphere.samples.chat.custom.Config
11:49:12.597 INFO [Default Executor-thread-21] o.a.s.c.c.SampleConfig [SampleConfig.java:36] Custom annotation @org.atmosphere.samples.chat.custom.Config() discovered. Starting the Chat Sample
11:49:12.601 WARN [Default Executor-thread-21] o.a.c.DefaultAnnotationProcessor [DefaultAnnotationProcessor.java:287] Unable to scan using File. Scanning classpath
11:49:12.626 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1875] Auto detecting WebSocketHandler in /WEB-INF/classes/
11:49:12.627 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1532] Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
11:49:12.642 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1042] Installing Default AtmosphereInterceptor
11:49:12.643 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
11:49:12.644 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
11:49:12.645 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
11:49:12.647 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
11:49:12.647 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support
11:49:12.648 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
11:49:12.669 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
11:49:12.672 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
11:49:12.672 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
11:49:12.672 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
11:49:12.673 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1082] org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
11:49:12.673 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1072] Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
11:49:12.679 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:913] Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
11:49:12.680 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:922] Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
11:49:12.680 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:927] Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
11:49:12.680 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:928] Broadcaster Polling Wait Time 100
11:49:12.681 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:929] Shared ExecutorService supported: true
11:49:12.681 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:934] Messaging Thread Pool Size: Unlimited
11:49:12.682 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:936] Async I/O Thread Pool Size: 200
11:49:12.682 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:939] Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
11:49:12.682 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:940] Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
11:49:12.683 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:941] HttpSession supported: false
11:49:12.683 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:943] Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
11:49:12.683 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:944] Atmosphere is using async support: org.atmosphere.container.Servlet30CometSupport running under container: SMF WebContainer using javax.servlet/3.0
11:49:12.685 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:946] Atmosphere Framework 2.2.0-SNAPSHOT started.
11:49:12.686 INFO [Default Executor-thread-21] o.a.c.AtmosphereFramework [AtmosphereFramework.java:948]
For Atmosphere Framework Commercial Support, visit
http://www.async-io.org/ or send an email to [email protected]
11:49:12.967 ERROR [Default Executor-thread-16] o.a.c.AsynchronousProcessor [AsynchronousProcessor.java:118] Invalid request state. Websocket protocol not supported
11:49:13.019 INFO [Default Executor-thread-12] o.a.s.c.Chat [Chat.java:53] Browser 86917941-7fc4-4387-87a7-c4f534bb4547 connected.
11:49:13.195 INFO [Thread-17] o.a.c.AtmosphereFramework [AtmosphereFramework.java:998] Latest version of Atmosphere's JavaScript Client 2.2.0
11:49:13.195 INFO [Thread-17] o.a.c.AtmosphereFramework [AtmosphereFramework.java:1000]
Current version of Atmosphere 2.2.0-SNAPSHOT
Newest version of Atmosphere available 2.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment