Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created March 14, 2015 14:16
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/8fa58e4bc3d15db087aa to your computer and use it in GitHub Desktop.
Save jfarcand/8fa58e4bc3d15db087aa to your computer and use it in GitHub Desktop.
remfamille:primefaces_showcase jfarcand$ run
Preparing to Execute Maven in Debug Mode
Listening for transport dt_socket at address: 9009
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building primefaces-showcase 5.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> jetty-maven-plugin:8.1.9.v20130131:run (default-cli) > test-compile @ showcase >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ showcase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ showcase ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ showcase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jfarcand/workspace/primefaces_showcase/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ showcase ---
[INFO] No sources to compile
[INFO]
[INFO] <<< jetty-maven-plugin:8.1.9.v20130131:run (default-cli) < test-compile @ showcase <<<
[INFO]
[INFO] --- jetty-maven-plugin:8.1.9.v20130131:run (default-cli) @ showcase ---
[INFO] Configuring Jetty for project: primefaces-showcase
[INFO] webAppSourceDirectory not set. Defaulting to /Users/jfarcand/workspace/primefaces_showcase/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /Users/jfarcand/workspace/primefaces_showcase/target/classes
[INFO] Context path = /showcase
[INFO] Tmp directory = /Users/jfarcand/workspace/primefaces_showcase/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = file:/Users/jfarcand/workspace/primefaces_showcase/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /Users/jfarcand/workspace/primefaces_showcase/src/main/webapp
2015-03-14 10:15:20.508:INFO:oejs.Server:jetty-8.1.9.v20130131
2015-03-14 10:15:22.388:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2015-03-14 10:15:26.399:INFO:/showcase:Initializing AtmosphereFramework
Mar 14, 2015 10:15:27 AM com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Mojarra 2.2.8 ( 20140814-1418 https://svn.java.net/svn/mojarra~svn/tags/2.2.8@13507) for context '/showcase'
Mar 14, 2015 10:15:27 AM com.sun.faces.spi.InjectionProviderFactory createInstance
INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed.
Mar 14, 2015 10:15:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 5.0.1.Final
Mar 14, 2015 10:15:30 AM org.primefaces.webapp.PostConstructApplicationEventListener processEvent
INFO: Running on PrimeFaces 5.2-SNAPSHOT
4586 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor Atmosphere LifeCycle with priority AFTER_DEFAULT
4599 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
4638 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
4639 [main] INFO org.atmosphere.cpr.DefaultAnnotationProcessor - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$ServletContainerInitializerAnnotationProcessor being used
4639 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.push.impl.PushEndpointProcessor being scanned: interface org.atmosphere.config.AtmosphereAnnotation
4639 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.push.impl.PushEndpointInterceptor being scanned: interface org.atmosphere.config.service.AtmosphereInterceptorService
4641 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.push.impl.PushEndpointMapper being scanned: interface org.atmosphere.config.service.EndpointMapperService
4659 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.showcase.push.browser.BrowserStatsResource being scanned: interface org.primefaces.push.annotation.PushEndpoint
4687 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy mapped to context-path /browser and Broadcaster Class org.atmosphere.cpr.DefaultBroadcaster
4687 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor [@PushEndpoint Interceptor] mapped to AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy
4688 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.showcase.push.chat.ChatResource being scanned: interface org.primefaces.push.annotation.PushEndpoint
4695 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy mapped to context-path /{room}/{user} and Broadcaster Class org.atmosphere.cpr.DefaultBroadcaster
4695 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor [@PushEndpoint Interceptor] mapped to AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy
4696 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.showcase.push.checkin.CheckinResource being scanned: interface org.primefaces.push.annotation.PushEndpoint
4720 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy mapped to context-path /checkin and Broadcaster Class org.atmosphere.cpr.DefaultBroadcaster
4720 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor [@PushEndpoint Interceptor] mapped to AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy
4720 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.showcase.push.counter.CounterResource being scanned: interface org.primefaces.push.annotation.PushEndpoint
4721 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy mapped to context-path /counter and Broadcaster Class org.atmosphere.cpr.DefaultBroadcaster
4721 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor [@PushEndpoint Interceptor] mapped to AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy
4722 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.showcase.push.notify.NotifyResource being scanned: interface org.primefaces.push.annotation.PushEndpoint
4723 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy mapped to context-path /notify and Broadcaster Class org.atmosphere.cpr.DefaultBroadcaster
4723 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor [@PushEndpoint Interceptor] mapped to AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy
4723 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.showcase.push.photoshare.PhotoShareResource being scanned: interface org.primefaces.push.annotation.PushEndpoint
4724 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy mapped to context-path /photoshare and Broadcaster Class org.atmosphere.cpr.DefaultBroadcaster
4724 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor [@PushEndpoint Interceptor] mapped to AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy
4725 [main] INFO org.atmosphere.cpr.AnnotationHandler - Found Annotation in class org.primefaces.showcase.push.viewparam.ViewParamResource being scanned: interface org.primefaces.push.annotation.PushEndpoint
4726 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy mapped to context-path /viewparam and Broadcaster Class org.atmosphere.cpr.DefaultBroadcaster
4726 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor [@PushEndpoint Interceptor] mapped to AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy
4763 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Auto detecting WebSocketHandler in /WEB-INF/classes/
4799 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
4828 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installing Default AtmosphereInterceptors
4829 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
4829 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
4829 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
4829 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
4830 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support
4830 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
4830 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
4831 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
4873 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
4874 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
4874 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
4874 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
4875 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor Atmosphere LifeCycle with priority AFTER_DEFAULT
4875 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
4877 [main] INFO org.atmosphere.interceptor.HeartbeatInterceptor - HeartbeatInterceptor configured with padding value 'X', client frequency 60 seconds and server frequency 0 seconds
4878 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Using EndpointMapper class org.primefaces.push.impl.PushEndpointMapper
4879 [main] 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
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Broadcaster Shared List Resources: false
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Broadcaster Polling Wait Time 100
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Shared ExecutorService supported: true
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Messaging Thread Pool Size: Unlimited
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Async I/O Thread Pool Size: 200
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Invoke AtmosphereInterceptor on WebSocket message true
4879 [main] INFO org.atmosphere.cpr.AtmosphereFramework - HttpSession supported: false
4880 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere is using org.atmosphere.inject.InjectableObjectFactory for dependency injection and object creation
4880 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere is using async support: org.atmosphere.container.JettyServlet30AsyncSupportWithWebSocket running under container: jetty/8.1.9.v20130131 with WebSocket enabled.
4881 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere Framework 2.3.0-SNAPSHOT started.
4881 [main] 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
4893 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor @PushEndpoint Interceptor with priority AFTER_DEFAULT
2015-03-14 10:15:31.507:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 5 seconds.
5727 [Thread-4] INFO org.atmosphere.cpr.AtmosphereFramework - Latest version of Atmosphere's JavaScript Client 2.2.8
5727 [Thread-4] INFO org.atmosphere.cpr.AtmosphereFramework -
Current version of Atmosphere 2.3.0-SNAPSHOT
Newest version of Atmosphere available 2.2.6
27489 [qtp1387209504-35] WARN org.atmosphere.util.IOUtils - Blocking an I/O read operation from a GET request. To enable GET + body, set org.atmosphere.util.IOUtils.readGetBody to true
^C2015-03-14 10:15:58.173:INFO:oejsl.ELContextCleaner:Clazz: class org.primefaces.showcase.domain.Theme loaded by WebAppClassLoader=1253039269@4aafdca5
2015-03-14 10:15:58.173:INFO:oejsl.ELContextCleaner:removed
2015-03-14 10:15:58.173:INFO:oejsl.ELContextCleaner:Clazz: class org.primefaces.showcase.view.misc.ThemeSwitcherView loaded by WebAppClassLoader=1253039269@4aafdca5
2015-03-14 10:15:58.173:INFO:oejsl.ELContextCleaner:removed
2015-03-14 10:15:58.173:INFO:oejsl.ELContextCleaner:Clazz: class org.primefaces.showcase.push.counter.GlobalCounterView loaded by WebAppClassLoader=1253039269@4aafdca5
2015-03-14 10:15:58.173:INFO:oejsl.ELContextCleaner:removed
2015-03-14 10:15:58.173:INFO:oejsl.ELContextCleaner:Clazz: class org.eclipse.jetty.server.Request loaded by ClassRealm[plugin>org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131, parent: sun.misc.Launcher$AppClassLoader@4322394]
2015-03-14 10:15:58.173:INFO:oejsl.ELContextCleaner:not removed: contextclassloader=WebAppClassLoader=1253039269@4aafdca5clazz's classloader=ClassRealm[plugin>org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131, parent: sun.misc.Launcher$AppClassLoader@4322394]
2015-03-14 10:15:58.174:INFO:oejsl.ELContextCleaner:Clazz: class org.primefaces.showcase.view.app.GuestPreferences loaded by WebAppClassLoader=1253039269@4aafdca5
2015-03-14 10:15:58.174:INFO:oejsl.ELContextCleaner:removed
2015-03-14 10:15:58.174:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2015-03-14 10:15:58.174:INFO:oejsh.ContextHandler:stopped o.m.j.p.JettyWebAppContext{/showcase,[file:/Users/jfarcand/workspace/primefaces_showcase/src/main/webapp/, jar:file:/Users/jfarcand/.m2/repository/org/primefaces/themes/all-themes/1.0.10/all-themes-1.0.10.jar!/META-INF/resources/, jar:file:/Users/jfarcand/.m2/repository/org/primefaces/primefaces/5.2-SNAPSHOT/primefaces-5.2-SNAPSHOT.jar!/META-INF/resources/, jar:file:/Users/jfarcand/.m2/repository/org/glassfish/javax.faces/2.2.8/javax.faces-2.2.8.jar!/META-INF/resources/]},file:/Users/jfarcand/workspace/primefaces_showcase/src/main/webapp/
[INFO] Jetty server exiting.2015-03-14 10:15:58.227:INFO:oejut.ShutdownThread:shutdown already commenced
remfamille:primefaces_showcase jfarcand$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment