首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

关于"惊人: Exception starting filter struts2"的解决

2012-10-27 
关于严重: Exception starting filter struts2的解决tomcat加载运行struts2项目时,控制台报如下错误:?

关于"严重: Exception starting filter struts2"的解决

tomcat加载运行struts2项目时,控制台报如下错误:

?

"严重: Exception starting filter struts2
java.lang.NullPointerException
?at com.opensymphony.xwork2.util.FileManager$FileRevision.needsReloading(FileManager.java:209)
?at com.opensymphony.xwork2.util.FileManager.fileNeedsReloading(FileManager.java:60)
?at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.needsReload(XmlConfigurationProvider.java:325).......

.........................

?at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
2010-4-11 23:07:17 org.apache.catalina.core.StandardContext start
严重: Error filterStart

"

?

上网也搜了一下,多是说jar包的问题,或者struts.xml文件拼写有错误,试了,但是没效果.

?

后来去掉struts.xml的<constant name="struts.devMode" value="true" />调试模式一切正常.

?

再找到根本原因是我的tomcat路径有空格,为了管理方便,我把tomcat放到了Myeclipse的根目录下,所以路径多了空格,转

?

移tomcat服务器一切正常.

热点排行