[jboss-user] [JBoss Seam] - org.jboss.seam.core.Dispatcher startup error
modoc
do-not-reply at jboss.com
Sat Jun 2 20:05:26 EDT 2007
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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050716#4050716
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050716
More information about the jboss-user
mailing list