首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Tomcat错误:Illegal access: this web application instance has been stopped already

2013-08-14 
Tomcat异常:Illegal access: this web application instance has been stopped already重启Tomcat,后台报I

Tomcat异常:Illegal access: this web application instance has been stopped already
重启Tomcat,后台报Illegal access: this web application instance has been stopped already. Could not load java.lang.Object. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact. 
    java.lang.IllegalStateException

原因是因为在tomcat重启的时候,因为之前的tomcat中的线程还没有完全关闭,新启动tomcat就会报这个异常,不过这个不影响正常使用,只是跳个异常挺烦人的。

解决办法也容易,只要把tomcat的server.xml 中的reloadable="true" 改成false

热点排行