很郁闷的问题,服务启动后报错,不能找到某些类
一个SSH 架构的系统,用注解配置相关信息。
tomcat 启动后报如下错误。但是项目运行没有什么问题。很是郁闷
DEBUG [main] FileResourceStore.debug(61) | Unable to read file [org/apache/struts2/dispatcher/DefaultActionSupport.class] java.io.FileNotFoundException: ..WEB-INFclassesorgapachestruts2dispatcherDefaultActionSupport.class (系统找不到指定的路径。) ...Unable to read file [java/lang/Throwable.class] ... Unable to read file [java/lang/Throwable.class] ... Unable to read file [java/io/IOException.class] ... Unable to read file [java/lang/Integer.class] ... Unable to read file [java/lang/String.class] ... Unable to read file [org/springframework/stereotype/Controller.class] ... Unable to read file [org/springframework/context/annotation/Scope.class] ... Unable to read file [org/apache/struts2/convention/annotation/Namespace.class]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
当时没有深究这个问题,设置为true报错对系统也没影响,所以就没放在心上。:) 当然你可以查查看是什么原因,共享一下。^^
太感谢你了,我也遇到这个问题!但为什么设置为true就会报错呢?
找到问题了,是因为手动在struts2的添加了一个配置参数
struts.properties 改为 false 或者 直接删除该配置参数即可。
开发期间设置为true,启动虽然报错,不影响项目运行。