Failed to load resource: the server responded with a status of 500 ()
2017-11-16 09:57
645 查看
Failed to load resource: the server responded with a status of 500 ()
遇到这样的错误,本地测试没问题,放到服务器上就出问题了,经过排查以下原因:
把xwork的jar包替换成低版本的即可!
struts2项目启动时报错:
java.lang.ClassNotFoundException:org.apache.commons.lang.xwork.StringUtils。
是因为struts2-convention-plugin-xxxxxx.jar 某个版本的SEOActionNameBuilder类引用了 org.apache.commons.lang.xwork.StringUtils;
此类存在于xwork-core-2.1.6.jar,更高的版本已经没有这个类了。
遇到这样的错误,本地测试没问题,放到服务器上就出问题了,经过排查以下原因:
把xwork的jar包替换成低版本的即可!
struts2项目启动时报错:
java.lang.ClassNotFoundException:org.apache.commons.lang.xwork.StringUtils。
是因为struts2-convention-plugin-xxxxxx.jar 某个版本的SEOActionNameBuilder类引用了 org.apache.commons.lang.xwork.StringUtils;
此类存在于xwork-core-2.1.6.jar,更高的版本已经没有这个类了。
解决的方法是,使用高版本的struts2-convention-plugin-xxxxxx.jar,最好使用struts2 lib中配套的jar。
解决该问题来源博文:http://bbs.csdn.net/topics/391992908
相关文章推荐
- PHP 中 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
- Failed to load resource: the server responded with a status of 500 (Internal Server Error)
- failed to load resource the server responded with a status of 500 (internal server error)
- Failed to load resource: the server responded with a status of 500 (Internal Server Error)
- SharePoint Debug - Failed to load resource: the server responded with a status of 500
- Failed to load resource: the server responded with a status of 500 (Internal Server Error)
- failed to load resource the server responded with a status of 500 (internal server error)
- Failed to load resource: the server responded with a status of 500 (Internal Server Error)
- Failed to load resource: the server responded with a status of 400 (Bad Request)
- Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)
- 关于使用springmvc时Failed to load resource: the server responded with a status of 400 (Bad Request)错误可能原因
- (springmvc)页面找不到静态资源文件Failed to load resource: the server responded with a status of 404 (Not Found)
- Spring MVC json报406错误的解决办法 Failed to load resource: the server responded with a status of 406
- Failed to load resource: the server responded with a status of 400 (Bad Request)
- Failed to load resource: the server responded with a status of 404 (Not Found)
- jquery:Failed to load resource: the server responded with a status of 404 (Not Found)
- Failed to load resource: the server responded with a status of 404
- 上传文件失败 Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)
- Failed to load resource: the server responded with a status of 400 (Bad Request)
- Failed to load resource: the server responded with a status of 406 (Not Acceptable)问题的解决方案