其他分享
首页 > 其他分享> > 解决struts 启动过程中出现的 Unable to load configuration错误

解决struts 启动过程中出现的 Unable to load configuration错误

作者:互联网

 

Unable to load configuration. - bean - jar:file:/F:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/bubiaoQdn/WEB-INF/lib/struts2-core-2.3.24.1.jar!/struts-default.xml:57:72
    at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:69)
    at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:390)
    at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:436)

 

今天struts项目 启动过程中出现的 Unable to load configuration错误。

后来发现是 WEB-INF/LIB目录下有2份 struts2-core 包,去掉其中一个,问题解决!

记录一下!

标签:load,java,struts,struts2,Unable,Dispatcher
来源: https://blog.51cto.com/huanghongqiao/2748932