4 Replies Latest reply on Jun 2, 2007 9:41 PM by modoc

    org.jboss.seam.core.Dispatcher startup error

    modoc

      I just updated from cvs and ran ./seam update-project.

      I now get the following exception during application startup:



      16:50:39,109 INFO [Component] Component: org.jboss.seam.core.Dispatcher, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Dispatcher
      16:50:39,110 ERROR [[/MinuteMail]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
      java.lang.RuntimeException: Could not create Component: org.jboss.seam.core.Dispatcher
       at org.jboss.seam.init.Initialization.addComponent(Initialization.java:887)
       at org.jboss.seam.init.Initialization.installComponents(Initialization.java:818)
       at org.jboss.seam.init.Initialization.init(Initialization.java:498)
       at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:29)

      ....
      Caused by: java.lang.NullPointerException
       at org.jboss.seam.Component.initMembers(Component.java:464)
       at org.jboss.seam.Component.<init>(Component.java:254)
       at org.jboss.seam.Component.<init>(Component.java:204)
       at org.jboss.seam.init.Initialization.addComponent(Initialization.java:873)
       ... 139 more
      16:50:39,113 ERROR [StandardContext] Error listenerStart



      My components.xml includes this line:

       <component name="org.jboss.seam.core.dispatcher" class="org.jboss.seam.core.Dispatcher" />
      


      Any ideas?

      Thanks!

      Devon