176142998

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  116 Posts :: 0 Stories :: 45 Comments :: 0 Trackbacks
信息: Illegal access: this web application instance has been stopped already.  Could not load java.net.BindException.  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.ClassLoader.loadClassInternal(Unknown Source)
 at com.mysql.jdbc.SQLError.createLinkFailureMessageBasedOnHeuristics(SQLError.java:1220)
 at com.mysql.jdbc.CommunicationsException.<init>(CommunicationsException.java:51)
 at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1070)
 at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3246)
 at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:1656)
 at com.mysql.jdbc.ConnectionImpl.realClose(ConnectionImpl.java:4261)
 at com.mysql.jdbc.ConnectionImpl.cleanup(ConnectionImpl.java:1248)
 at com.mysql.jdbc.ConnectionImpl.finalize(ConnectionImpl.java:2655)
 at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
 at java.lang.ref.Finalizer.runFinalizer(Unknown Source)
 at java.lang.ref.Finalizer.access$100(Unknown Source)
 at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
log4j:WARN No appenders could be found for logger (org.apache.struts.util.PropertyMessageResources).
log4j:WARN Please initialize the log4j system properly.
2008-7-10 8:56:40 org.apache.catalina.core.ApplicationContext log
信息: Initializing WebApplicationContext for Struts ActionServlet 'action', module ''


Question: What causes these frequent Tomcat catalina.log messages "INFO: Illegal access: this web application instance has been stopped already."? I do not want to disable INFO level logging, so it would be nice to stop the root of the problem. I tried disabling RSS and Lucence and they still keep coming out. The full log entry looks like this: May 8, 2005 9:34:09 PM org.apache.catalina.loader.WebappClassLoader loadClass INFO: Illegal access: this web application instance has been stopped already. Could not load org.xml.sax.helpers.XMLReaderFactory. 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.

A:I found this explanation from web: It is possible that this is caused by Tomcat unsuccessfully reloading the web application. The app is unloaded, but all threads don't get shut down properly. As a result, when the threads try to run, they get clobbered by the fact that Tomcat has shut down its classloader, and an error is logged. The best fix is to turn off automatic webapp reloading for the application: in Tomcat's server.xml , find the <Context> declaration, and ensure it is set to: reloadable="false"

posted on 2008-07-10 09:00 飞飞 阅读(12482) 评论(6)  编辑  收藏

Feedback

# re: Illegal access: this web application instance has been stopped already[未登录] 2009-01-18 13:14 Jeff
Even though im not asian and have a hard time figuring out what all those "asian"-characters mean, I am very happy your answer is in english!

It helped me alot!
Thanks and kind regards from the Netherlands! :)  回复  更多评论
  

# re: Illegal access: this web application instance has been stopped already[未登录] 2009-02-26 14:19 qq
Illegal access: this web application instance has been stopped already. Could not load java.net.BindException. 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.  回复  更多评论
  

# re: Illegal access: this web application instance has been stopped already[未登录] 2009-05-13 16:59 king
看下是不是数据库的jar包房重复了呢!  回复  更多评论
  

# re: Illegal access: this web application instance has been stopped already 2012-06-12 14:24 likaiminjiejie
我也遇到过这样的问题,可能是由于重启tomcat所造成的,把myeclipse关了,重启启动一下,就好了,可以尝试一下~  回复  更多评论
  

# re: Illegal access: this web application instance has been stopped already 2012-11-30 16:59 Byyuchendengyue
I meet this today,What a fuck day !Hope the right resolves can be posted in time to make it;and I found that RESTART does not have any use of this.......  回复  更多评论
  

# re: Illegal access: this web application instance has been stopped already 2012-12-14 11:35 遗失的天使
java太难学了  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: