Illegal access:this web application instance has been stopped already
七月 23, 2014 2:34:35 下午 org.apache.catalina.loader.WebappClassLoader loadClass
信息: Illegal access: this web application instance has been stopped already.? Could not load com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException.? 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
?? ?at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1244)
?? ?at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
?? ?at java.lang.Class.forName0(Native Method)
?? ?at java.lang.Class.forName(Class.java:190)
?? ?at com.mysql.jdbc.Util.getInstance(Util.java:386)
?? ?at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
?? ?at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
?? ?at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
?? ?at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
?? ?at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2412)
?? ?at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2154)
?? ?at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
?? ?at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
原因是:
tomcat重新裝載web應用程序失敗導致的。當應用程序卸載時,并不會關閉所有的線程。當tomcat已經關閉了其類加載器后,一些線程依然會繼續運行,這樣就導致出錯。不過這個不影響正常使用,不管影響不影響,看到異常信息就不順眼。
解決方案:修改tomcat目錄下的context.xml,找到<Context>標簽,把reloadble的屬性值設為:reloadable="false",即<Context reloadable="false">。
轉載于:https://www.cnblogs.com/gredswsh/p/Illegal-access-this-web-application.html
總結
以上是生活随笔為你收集整理的Illegal access:this web application instance has been stopped already的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: iOS 开发中的MVVM介绍(译)
- 下一篇: HAProxy 的负载均衡服务器,Red