Failed to load resource: the server responded with a status of 500 ()

  • Post author:
  • Post category:其他



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,更高的版本已经没有这个类了。



解决的方法是,使用高版本的struts2-convention-plugin-xxxxxx.jar,最好使用struts2 lib中配套的jar。



解决该问题来源博文:

http://bbs.csdn.net/topics/391992908





版权声明:本文为ardo_pass原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。