Description
When starting the guess sample with
$>mvn -Pjetty clean install jetty:run
we get the following exception when navigating to the application at
http://localhost:8080/guess
11:40:19,386 INFO WebBeansLifeCycle:103 - Initializing of the Request Context with Remote Address : 127.0.0.1
2009-02-14 11:40:19.390::WARN: EXCEPTION
java.lang.IllegalStateException: No SessionHandler or SessionManager
at org.mortbay.jetty.Request.getSession(Request.java:1131)
at org.mortbay.jetty.Request.getSession(Request.java:1121)
at org.apache.webbeans.context.ContextFactory.initRequestContext(ContextFactory.java:85)
at org.apache.webbeans.lifecycle.WebBeansLifeCycle.requestStarted(WebBeansLifeCycle.java:67)
at org.apache.webbeans.servlet.WebBeansConfigurationListener.requestInitialized(WebBeansConfigurationListener.java:66)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:752)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:324)
Attachments
Issue Links
- blocks
-
OWB-76 change dependency scopes to fit J2EE _and_ standalone concerns
- Closed