关于struts2的程序问题

来源:百度知道 编辑:UC知道 时间:2024/06/12 05:15:22
009-11-13 20:26:18 org.apache.catalina.core.StandardContext filterStart
严重: Exception starting filter struts2
Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory - bean - jar:file:/C:/tomcat/apache-tomcat-6.0.20/webapps/Hello_form/WEB-INF/lib/struts2-core-2.0.14.jar!/struts-default.xml:30:72
at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.register(XmlConfigurationProvider.java:208)
at org.apache.struts2.config.StrutsXmlConfigurationProvider.register(StrutsXmlConfigurationProvider.java:101)
at com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:131)
at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52)
at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:395)
at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:452)
at org.apache.struts2.dispatcher.FilterDispatcher.in

2009-11-13 20:26:18 org.apache.catalina.core.StandardContext start
严重: Context [/Hello_form] startup failed due to previous errors
2009-11-13 20:26:19 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2009-11-13 20:26:19 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2009-11-13 20:26:19 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/32 config=null
2009-11-13 20:26:19 org.apache.catalina.startup.Catalina start
信息: Server startup in 13572 ms

请问这是什么问题?