We only passed Java EE 6 TCK for tomcat assembly when doing the beta-1 release. It's not surprise to see more problem in Jetty assembly.
I would suggest you to try geronimo 3.0-beta-1 tomcat assembly. On Thu, Jun 7, 2012 at 5:06 PM, xanadu72 <[email protected]> wrote: > My JSf 2.0 ear application is working fine with Tomcat but i get an error > 503 > with Jetty(8) using the Geronimo 3.0-beta-1. The application is deployed > without any troubles but when i try to access any pages i got the following > error message : > > HTTP ERROR 503 > > Problem accessing /. Reason: > > java.lang.IllegalStateException: No web identity is attached to current > request thread Thread-136 > > javax.servlet.UnavailableException: java.lang.IllegalStateException: No web > identity is attached to current request thread Thread-136 > at > > org.eclipse.jetty.servlet.ServletHolder.makeUnavailable(ServletHolder.java:421) > at > org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:462) > at > org.eclipse.jetty.servlet.ServletHolder.doStart(ServletHolder.java:272) > at > > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55) > at > > org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:770) > at > > org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:250) > at > > org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1179) > at > > org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:598) > at > org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:496) > at > > org.apache.geronimo.jetty8.handler.GeronimoWebAppContext.doStart(GeronimoWebAppContext.java:170) > .... > > Thanks in advance for your help > > -- > View this message in context: > http://apache-geronimo.328035.n3.nabble.com/Problem-accessing-JSF-application-with-geronimo-3-0-beta-1-Jetty-tp3985056.html > Sent from the Users mailing list archive at Nabble.com. > -- Shawn
