IllegalStateException: No SessionHandler or SessionManager

2010-03-21 Thread Matthias Wessendorf
I noticed the following when upgrading to Jetty7 (with last OWB M4 and trunk) SEVERE: Caught an Exception while starting a fresh session! java.lang.IllegalStateException: No SessionHandler or SessionManager at org.eclipse.jetty.server.Request.getSession(Request.java:1096) at

Re: IllegalStateException: No SessionHandler or SessionManager

2010-03-21 Thread Bruno Aranda
Hi, I run jetty 7 (the maven plugin) without problems, with this configuration (using JSP 2.2 and no OWB) plugin groupIdorg.mortbay.jetty/groupId artifactIdjetty-maven-plugin/artifactId version7.0.1.v20091125/version configuration

Re: IllegalStateException: No SessionHandler or SessionManager

2010-03-21 Thread Matthias Wessendorf
crap, wrong list :-) Thanks for your mail... :) On Sun, Mar 21, 2010 at 6:14 PM, Bruno Aranda brunoara...@gmail.com wrote: Hi, I run jetty 7 (the maven plugin) without problems, with this configuration (using JSP 2.2 and no OWB)  plugin                 groupIdorg.mortbay.jetty/groupId