================================================================= Vaadin is running in DEBUG MODE. Add productionMode=true to web.xml to disable debug features. To show debug window, add ?debug to your application URL. ================================================================= Dec 08, 2014 10:24:14 PM org.atmosphere.cpr.AtmosphereFramework addAtmosphereHandler INFO: Installed AtmosphereHandler com.vaadin.server.communication.PushHandler$1 mapped to context-path: /* Dec 08, 2014 10:24:14 PM org.atmosphere.cpr.AtmosphereFramework addAtmosphereHandler INFO: Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.server.communication.PushHandler$1 Dec 08, 2014 10:24:14 PM org.atmosphere.cpr.AtmosphereFramework doInitParams WARNING: SessionSupport error. Make sure you define org.atmosphere.cpr.SessionSupport as a listener in web.xml instead Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework autoConfigureService INFO: Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.DefaultAnnotationProcessor configure INFO: AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$ServletContainerInitializerAnnotationProcessor being used Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.DefaultAnnotationProcessor fallbackToManualAnnotatedClasses WARNING: Unable to detect annotations. Application may fail to deploy. Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework autoDetectWebSocketHandler INFO: Auto detecting WebSocketHandler in /WEB-INF/classes/ Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework initWebSocket INFO: Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework configureAtmosphereInterceptor INFO: Installing Default AtmosphereInterceptor Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework newAInterceptor INFO: org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework configureAtmosphereInterceptor INFO: Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them. Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Broadcaster Polling Wait Time 100 Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Shared ExecutorService supported: true Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Messaging Thread Pool Size: Unlimited Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Async I/O Thread Pool Size: 200 Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: HttpSession supported: true Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Atmosphere is using async support: org.atmosphere.container.Tomcat7Servlet30SupportWithWebSocket running under container: Apache Tomcat/7.0.28 using javax.servlet/3.0 Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework info INFO: Atmosphere Framework 2.1.2.vaadin6 started. Dec 08, 2014 10:24:15 PM org.atmosphere.cpr.AtmosphereFramework interceptor INFO: Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT Dec 08, 2014 10:54:13 PM com.vaadin.server.VaadinSession valueUnbound WARNING: A VaadinSession instance not associated to any service is getting unbound. Session destroy events will not be fired and UIs in the session will not get detached. This might happen if a session is deserialized but never used before it expires.