2 Replies Latest reply on Oct 24, 2007 12:15 PM by pmuir

    Two seam phase listeners

    jgillaspy

      I am getting this exception several times as I navigate through a page:

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

      also

      WARN [javax.enterprise.resource.webcontainer.jsf.lifecycle] phase(RESTORE_VIEW 1,com.sun.faces.context.FacesContextImpl@877d81) threw exception: java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseListener instances installed) No phase id bound to current thread (make sure you do
      not have two SeamPhaseListener instances installed)

      A JBoss consultant said it is probably caused by some configuration mistake in installing RichFaces.

      Any ideas on how to make these exceptions go away?