[seam-dev] java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseListener instances installed))

Max Rydahl Andersen manderse at redhat.com
Tue Apr 7 13:30:14 EDT 2009


----- "Dan Allen" <dan.j.allen at gmail.com> wrote:

> > Replace JSF with an up to date version. JSF lives in server/default/
> > deploy/jboss-web.deployer/jsf-libs/{jsf-api.jar, jsf-impl.jar}.
> 
> Thanks, I'll get that into our FQA.
> 
> Isn't the "two listeners installed" just a warning? Seam still works
> as far as I know. I see this same message when deploying to Tomcat.
> 

Error Message:
23:56:56,423 ERROR [SeamPhaseListener] uncaught exception
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:162)
at org.jboss.seam.contexts.PageContext.isBeforeInvokeApplicationPhase(PageContext.java:174)
at org.jboss.seam.contexts.PageContext.getCurrentWritableMap(PageContext.java:90)
at org.jboss.seam.contexts.PageContext.remove(PageContext.java:104) 

Looks like an exception to me ;)

See the full stacktraces in the forum and the jira's Pete linked to.

/max

> 
> 
> > Or use JBoss 5.
> 
> Which won't work with hotdeployment - another thread ;)
> 
> This is a major issue atm. From my tests I can't even get it to see
> new Facelets templates.
> 
> -Dan
> --
> Dan Allen
> Senior Software Engineer, Red Hat | Author of Seam in Action
> 
> http://mojavelinux.com
> http://mojavelinux.com/seaminaction
> http://in.relation.to/Bloggers/Dan
> 
> NOTE: While I make a strong effort to keep up with my email on a daily
> basis, personal or other work matters can sometimes keep me away
> from my email. If you contact me, but don't hear back for more than a
> week,
> it is very likely that I am excessively backlogged or the message was
> caught in the spam filters. Please don't hesitate to resend a message
> if
> you feel that it did not reach my attention.



More information about the seam-dev mailing list