掲示板

xwork2 Dispatcher initialization failed

thumbnail
12年前 に Son NT によって更新されました。

xwork2 Dispatcher initialization failed

Junior Member 投稿: 37 参加年月日: 10/03/02 最新の投稿
Hi all,

I tried to implement a portlet using strut2 + xwork + hibernate. Ant build all is ok. But when deploy on server got this

"08:50:06,354 INFO [XmlConfigurationProvider:42] Parsing configuration file [struts-default.xml]
08:50:06,517 INFO [XmlConfigurationProvider:42] Parsing configuration file [struts-plugin.xml]
08:50:06,551 INFO [XmlConfigurationProvider:42] Parsing configuration file [struts.xml]
08:50:06,891 ERROR [Dispatcher:38] Dispatcher initialization failed
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

at com.opensymphony.xwork2.inject.ContainerBuilder$4.create(ContainerBuilder.java:132)
at com.opensymphony.xwork2.inject.Scope$2$1.create(Scope.java:51)
at com.opensymphony.xwork2.inject.ContainerImpl.getInstance(ContainerImpl.java:507)
at com.opensymphony.xwork2.inject.ContainerImpl$8.call(ContainerImpl.java:540)...."

This one seems hard as I surf through some stuff over the internet but havent found anything helpful.

Thank you.