[JBoss Seam] - Re: No active event context
by SmokingAPipe
Did anyone find a solution to this problem? I'm getting it when I'm trying to use Facelets:
01:43:23,236 INFO [Events] no events.xml file found
| 01:43:23,299 ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase
| java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseListener instances installed)
| at org.jboss.seam.contexts.PageContext.getPhaseId(PageContext.java:153)
| at org.jboss.seam.contexts.PageContext.isRenderResponsePhase(PageContext.java:165)
| at org.jboss.seam.contexts.PageContext.getCurrentReadableMap(PageContext.java:76)
| at org.jboss.seam.contexts.PageContext.get(PageContext.java:66)
| at org.jboss.seam.Component.getInstance(Component.java:1603)
|
| ................
|
|
|
| 01:43:23,596 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) afterPhase
| java.lang.IllegalStateException: No active event context
|
Any ideas? I'm quite stuck on this, and I have no idea how to debug where to go.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996262#3996262
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996262
19 years, 4 months
[JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?
by SmokingAPipe
Now I copied the myfaces jars from the facelets distribution, and I get:
00:59:18,186 ERROR [StartupServletContextListener] Error initializing ServletContext
| javax.faces.FacesException: org.jboss.seam.jsf.SeamApplicationFactory
| at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:587)
| at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:460)
| at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256)
| .....
| Caused by: java.lang.InstantiationException: org.jboss.seam.jsf.SeamApplicationFactory
| at java.lang.Class.newInstance0(Class.java:340)
| at java.lang.Class.newInstance(Class.java:308)
| at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:585)
|
which is different, but still the app can't run. Surely when someone was developing these packages, they must have gotten them to run somewhere? These things are on released versions, implying not just that they were built but they have been run?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996258#3996258
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996258
19 years, 4 months