HTTP Status 500 -type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception java.lang.IllegalArgumentException: Resources cannot be null. note The full stack trace of the root cause is available in the Apache Tomcat/6.0.0 logs. Apache Tomcat/6.0.0———————————————————————————————————————————————— 经常遇到如上问题,后来不小心发现,如果在struts-config.xml里把validate="false",问题就解决了。 |
Resources cannot be null
最新推荐文章于 2020-02-17 11:13:21 发布
本文详细解析了在使用Struts框架时出现的HTTP状态500错误,具体为IllegalArgumentException异常,原因是资源为空。通过禁用验证功能解决了该问题。
244

被折叠的 条评论
为什么被折叠?



