Skip to content

Instantly share code, notes, and snippets.

@flowersinthesand
Created May 7, 2013 14:55
Show Gist options
  • Save flowersinthesand/5533229 to your computer and use it in GitHub Desktop.
Save flowersinthesand/5533229 to your computer and use it in GitHub Desktop.
Log from portal-chat-atmosphere
2013-05-07 23:35:39.382:INFO:oejs.Server:jetty-8.1.8.v20121106
2013-05-07 23:35:39.477:INFO:oejw.WebInfConfiguration:Extract jar:file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere.war!/ to C:\Users\DongHwan\git\portal-java\samples\chat-atmosphere\target\portal-chat-atmosphere
2013-05-07 23:35:39.922:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
Null identity service, trying login service: null
Finding identity service: null
2013-05-07 23:35:41.177:INFO:oejsh.ContextHandler:started o.m.j.p.JettyWebAppContext{/,[file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/, jar:file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/WEB-INF/lib/portal-atmosphere-0.7-20130228.125522-9.jar!/META-INF/resources/, jar:file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/WEB-INF/lib/portal-core-0.7-20130228.125439-9.jar!/META-INF/resources/]},C:\Users\DongHwan\git\portal-java\samples\chat-atmosphere\target\portal-chat-atmosphere.war
2013-05-07 23:35:41.177:INFO:oejsh.ContextHandler:started o.m.j.p.JettyWebAppContext{/,[file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/, jar:file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/WEB-INF/lib/portal-atmosphere-0.7-20130228.125522-9.jar!/META-INF/resources/, jar:file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/WEB-INF/lib/portal-core-0.7-20130228.125439-9.jar!/META-INF/resources/]},C:\Users\DongHwan\git\portal-java\samples\chat-atmosphere\target\portal-chat-atmosphere.war
2013-05-07 23:35:41.177:INFO:oejsh.ContextHandler:started o.m.j.p.JettyWebAppContext{/,[file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/, jar:file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/WEB-INF/lib/portal-atmosphere-0.7-20130228.125522-9.jar!/META-INF/resources/, jar:file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/WEB-INF/lib/portal-core-0.7-20130228.125439-9.jar!/META-INF/resources/]},C:\Users\DongHwan\git\portal-java\samples\chat-atmosphere\target\portal-chat-atmosphere.war
23:35:41,259 [main] INFO c.g.f.p.App - Initializing Portal application with options {name=/chat, url=/chat, register=false, packages=[com.github.flowersinthesand.portal.samples.chat], beans={}} and modules [com.github.flowersinthesand.portal.atmosphere.AtmosphereModule@1ca029b]
23:35:41,259 [main] TRACE c.g.f.p.App - Configuring the module 'com.github.flowersinthesand.portal.atmosphere.AtmosphereModule@1ca029b'
23:35:41,291 [main] INFO c.g.f.p.a.AtmosphereModule - AtmosphereServlet 'org.atmosphere.cpr.AtmosphereServlet@133650d' is installed in accordance with the registration 'org.eclipse.jetty.servlet.ServletHolder$Registration@12f5f0d'
23:35:41,291 [main] INFO c.g.f.p.App - Final options {name=/chat, url=/chat, register=false, packages=[com.github.flowersinthesand.portal.samples.chat, com.github.flowersinthesand.portal.atmosphere, com.github.flowersinthesand.portal.support], beans={url=/chat, org.atmosphere.cpr.AtmosphereFramework=org.atmosphere.cpr.AtmosphereFramework@1095c6c}}
23:35:41,294 [main] DEBUG c.g.f.p.App - Scanning the package 'com.github.flowersinthesand.portal.support'
23:35:41,302 [main] DEBUG c.g.f.p.App - Scanned @Bean("dispatcher.Evaluator") on 'com.github.flowersinthesand.portal.support.DefaultDispatcher$DefaultEvaluator'
23:35:41,304 [main] DEBUG c.g.f.p.App - Scanned @Bean("dispatcher") on 'com.github.flowersinthesand.portal.support.DefaultDispatcher'
23:35:41,304 [main] DEBUG c.g.f.p.App - Scanned @Bean("roomFactory") on 'com.github.flowersinthesand.portal.support.DefaultRoomFactory'
23:35:41,305 [main] DEBUG c.g.f.p.App - Scanned @Bean("heartbeatHandler") on 'com.github.flowersinthesand.portal.support.HeartbeatHandler'
23:35:41,306 [main] DEBUG c.g.f.p.App - Scanned @Bean("replyHandler") on 'com.github.flowersinthesand.portal.support.ReplyHandler'
23:35:41,306 [main] DEBUG c.g.f.p.App - Scanned @Bean("roomSupportHandler") on 'com.github.flowersinthesand.portal.support.RoomSupportHandler'
23:35:41,307 [main] DEBUG c.g.f.p.App - Scanning the package 'com.github.flowersinthesand.portal.atmosphere'
23:35:41,309 [main] DEBUG c.g.f.p.App - Scanned @Bean("socketController") on 'com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketController'
23:35:41,310 [main] DEBUG c.g.f.p.App - Scanned @Bean("socketFactory") on 'com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketFactory'
23:35:41,311 [main] DEBUG c.g.f.p.App - Scanning the package 'com.github.flowersinthesand.portal.samples.chat'
23:35:41,313 [main] DEBUG c.g.f.p.App - Scanned @Bean("chatHandler") on 'com.github.flowersinthesand.portal.samples.chat.ChatHandler'
23:35:41,314 [main] INFO c.g.f.p.App - ObjectFactory 'com.github.flowersinthesand.portal.support.NewObjectFactory@c45f52' is initialized
23:35:41,314 [main] TRACE c.g.f.p.App - Bean 'dispatcher.Evaluator' is instantiated 'com.github.flowersinthesand.portal.support.DefaultDispatcher$DefaultEvaluator@4e23c3'
23:35:41,314 [main] TRACE c.g.f.p.App - Bean 'dispatcher' is instantiated 'com.github.flowersinthesand.portal.support.DefaultDispatcher@133badd'
23:35:41,315 [main] TRACE c.g.f.p.App - Bean 'roomFactory' is instantiated 'com.github.flowersinthesand.portal.support.DefaultRoomFactory@190efa8'
23:35:41,328 [main] TRACE c.g.f.p.App - Bean 'heartbeatHandler' is instantiated 'com.github.flowersinthesand.portal.support.HeartbeatHandler@18bea70'
23:35:41,328 [main] TRACE c.g.f.p.App - Bean 'replyHandler' is instantiated 'com.github.flowersinthesand.portal.support.ReplyHandler@cca07b'
23:35:41,329 [main] TRACE c.g.f.p.App - Bean 'roomSupportHandler' is instantiated 'com.github.flowersinthesand.portal.support.RoomSupportHandler@3c0965'
23:35:41,329 [main] TRACE c.g.f.p.App - Bean 'socketController' is instantiated 'com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketController@18cef0a'
23:35:41,606 [main] TRACE c.g.f.p.App - Bean 'socketFactory' is instantiated 'com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketFactory@18caee7'
23:35:41,606 [main] TRACE c.g.f.p.App - Bean 'chatHandler' is instantiated 'com.github.flowersinthesand.portal.samples.chat.ChatHandler@12eec98'
23:35:41,606 [main] DEBUG c.g.f.p.App - Processing bean 'url'
23:35:41,607 [main] DEBUG c.g.f.p.App - Processing bean 'org.atmosphere.cpr.AtmosphereFramework'
23:35:41,613 [main] DEBUG c.g.f.p.App - Processing bean 'com.github.flowersinthesand.portal.spi.ObjectFactory'
23:35:41,613 [main] DEBUG c.g.f.p.App - Processing bean 'dispatcher.Evaluator'
23:35:41,613 [main] DEBUG c.g.f.p.App - Processing bean 'dispatcher'
23:35:41,615 [main] DEBUG c.g.f.p.App - Wiring 'com.github.flowersinthesand.portal.support.DefaultDispatcher$DefaultEvaluator@4e23c3' to 'private com.github.flowersinthesand.portal.spi.Dispatcher$Evaluator com.github.flowersinthesand.portal.support.DefaultDispatcher.evaluator'
23:35:41,615 [main] DEBUG c.g.f.p.App - Processing bean 'roomFactory'
23:35:41,615 [main] DEBUG c.g.f.p.App - Processing bean 'heartbeatHandler'
23:35:41,616 [main] DEBUG c.g.f.p.App - Registering 'heartbeat' event handler from ''
23:35:41,616 [main] DEBUG c.g.f.p.s.DefaultDispatcher - Attaching the 'heartbeat' event from 'public void com.github.flowersinthesand.portal.support.HeartbeatHandler.heartbeat(com.github.flowersinthesand.portal.Socket)'
23:35:41,619 [main] DEBUG c.g.f.p.App - Registering 'close' event handler from ''
23:35:41,619 [main] DEBUG c.g.f.p.s.DefaultDispatcher - Attaching the 'close' event from 'public void com.github.flowersinthesand.portal.support.HeartbeatHandler.close(com.github.flowersinthesand.portal.Socket)'
23:35:41,619 [main] DEBUG c.g.f.p.App - Registering 'open' event handler from ''
23:35:41,620 [main] DEBUG c.g.f.p.s.DefaultDispatcher - Attaching the 'open' event from 'public void com.github.flowersinthesand.portal.support.HeartbeatHandler.open(com.github.flowersinthesand.portal.Socket)'
23:35:41,620 [main] DEBUG c.g.f.p.App - Processing bean 'replyHandler'
23:35:41,620 [main] DEBUG c.g.f.p.App - Registering 'reply' event handler from ''
23:35:41,620 [main] DEBUG c.g.f.p.s.DefaultDispatcher - Attaching the 'reply' event from 'public void com.github.flowersinthesand.portal.support.ReplyHandler.reply(com.github.flowersinthesand.portal.Socket,java.util.Map)'
23:35:41,622 [main] DEBUG c.g.f.p.App - Registering 'close' event handler from ''
23:35:41,622 [main] DEBUG c.g.f.p.s.DefaultDispatcher - Attaching the 'close' event from 'public void com.github.flowersinthesand.portal.support.ReplyHandler.close(com.github.flowersinthesand.portal.Socket)'
23:35:41,622 [main] DEBUG c.g.f.p.App - Processing bean 'roomSupportHandler'
23:35:41,622 [main] DEBUG c.g.f.p.App - Wiring 'com.github.flowersinthesand.portal.support.DefaultRoomFactory$DefaultRoom@13d285f' to 'private com.github.flowersinthesand.portal.Room com.github.flowersinthesand.portal.support.RoomSupportHandler.hall'
23:35:41,623 [main] DEBUG c.g.f.p.App - Wiring 'com.github.flowersinthesand.portal.support.DefaultRoomFactory@190efa8' to 'private com.github.flowersinthesand.portal.spi.RoomFactory com.github.flowersinthesand.portal.support.RoomSupportHandler.roomFactory'
23:35:41,624 [main] DEBUG c.g.f.p.App - Registering 'close' event handler from ''
23:35:41,624 [main] DEBUG c.g.f.p.s.DefaultDispatcher - Attaching the 'close' event from 'public void com.github.flowersinthesand.portal.support.RoomSupportHandler.close(com.github.flowersinthesand.portal.Socket)'
23:35:41,624 [main] DEBUG c.g.f.p.App - Registering 'open' event handler from ''
23:35:41,624 [main] DEBUG c.g.f.p.s.DefaultDispatcher - Attaching the 'open' event from 'public void com.github.flowersinthesand.portal.support.RoomSupportHandler.open(com.github.flowersinthesand.portal.Socket)'
23:35:41,624 [main] DEBUG c.g.f.p.App - Processing bean 'socketController'
23:35:41,624 [main] DEBUG c.g.f.p.App - Wiring '/chat' to 'private java.lang.String com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketController.url'
23:35:41,624 [main] DEBUG c.g.f.p.App - Wiring 'org.atmosphere.cpr.AtmosphereFramework@1095c6c' to 'private org.atmosphere.cpr.AtmosphereFramework com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketController.framework'
23:35:41,624 [main] DEBUG c.g.f.p.App - Wiring 'com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketFactory@18caee7' to 'private com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketFactory com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketController.socketFactory'
23:35:41,625 [main] DEBUG c.g.f.p.App - Executing init method 'public void com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketController.init()'
23:35:41,627 [main] INFO o.a.c.AtmosphereFramework - Installed AtmosphereHandler com.github.flowersinthesand.portal.atmosphere.AtmosphereSocketController mapped to context-path: /chat
23:35:41,627 [main] DEBUG c.g.f.p.App - Processing bean 'socketFactory'
23:35:41,627 [main] DEBUG c.g.f.p.App - Wiring 'com.github.flowersinthesand.portal.support.DefaultDispatcher@133badd' to 'protected com.github.flowersinthesand.portal.spi.Dispatcher com.github.flowersinthesand.portal.support.AbstractSocketFactory.dispatcher'
23:35:41,627 [main] DEBUG c.g.f.p.App - Wiring 'com.github.flowersinthesand.portal.support.ReplyHandler@cca07b' to 'protected com.github.flowersinthesand.portal.support.ReplyHandler com.github.flowersinthesand.portal.support.AbstractSocketFactory.replyHandler'
23:35:41,627 [main] DEBUG c.g.f.p.App - Processing bean 'chatHandler'
23:35:41,627 [main] DEBUG c.g.f.p.App - Wiring 'com.github.flowersinthesand.portal.support.DefaultRoomFactory$DefaultRoom@13d285f' to 'private com.github.flowersinthesand.portal.Room com.github.flowersinthesand.portal.samples.chat.ChatHandler.hall'
23:35:41,627 [main] DEBUG c.g.f.p.App - Registering 'message' event handler from ''
23:35:41,627 [main] DEBUG c.g.f.p.s.DefaultDispatcher - Attaching the 'message' event from 'public void com.github.flowersinthesand.portal.samples.chat.ChatHandler.message(java.util.Map)'
2013-05-07 23:35:41.627:INFO:oejsh.ContextHandler:started o.m.j.p.JettyWebAppContext{/,[file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/, jar:file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/WEB-INF/lib/portal-atmosphere-0.7-20130228.125522-9.jar!/META-INF/resources/, jar:file:/C:/Users/DongHwan/git/portal-java/samples/chat-atmosphere/target/portal-chat-atmosphere/WEB-INF/lib/portal-core-0.7-20130228.125439-9.jar!/META-INF/resources/]},C:\Users\DongHwan\git\portal-java\samples\chat-atmosphere\target\portal-chat-atmosphere.war
23:35:41,697 [main] INFO o.a.c.AtmosphereFramework - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
23:35:41,881 [main] INFO o.a.c.AtmosphereFramework - Auto detecting WebSocketHandler in /WEB-INF/classes/
23:35:41,886 [main] INFO o.a.c.AtmosphereFramework - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
23:35:41,902 [main] DEBUG o.a.c.JettyWebSocketUtil - WebSocket Buffer size 8192
23:35:41,902 [main] DEBUG o.a.c.JettyWebSocketUtil - WebSocket idle timeout 300000
23:35:41,902 [main] DEBUG o.a.c.JettyWebSocketUtil - WebSocket maxTextBufferSize 8192
23:35:41,902 [main] DEBUG o.a.c.JettyWebSocketUtil - WebSocket maxBinaryBufferSize 8192
23:35:41,902 [main] INFO o.a.c.AtmosphereFramework - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running under container: jetty/8.1.8.v20121106 with WebSocket enabled.
23:35:41,902 [main] INFO o.a.c.AtmosphereFramework - Installing Default AtmosphereInterceptor
23:35:41,903 [main] WARN o.a.c.AtmosphereFramework - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.EventCacheBroadcasterCache
23:35:41,903 [main] WARN o.a.c.AtmosphereFramework - Neither TrackMessageSizeInterceptor or TrackMessageSizeFilter are installed. atmosphere.js may receive glued and incomplete message.
23:35:41,903 [main] INFO o.a.c.AtmosphereFramework - HttpSession supported: false
23:35:41,903 [main] INFO o.a.c.AtmosphereFramework - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
23:35:41,903 [main] INFO o.a.c.AtmosphereFramework - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
23:35:41,903 [main] INFO o.a.c.AtmosphereFramework - Using Broadcaster: org.atmosphere.cpr.DefaultBroadcaster
23:35:41,904 [main] INFO o.a.c.AtmosphereFramework - Atmosphere Framework 1.1.0.beta3 started.
2013-05-07 23:35:41.918:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 1 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment