Illegal access: this web application instance has been stopped already. Could not load com.mysql.jd
Posted
by johnbritto
on Stack Overflow
See other posts from Stack Overflow
or by johnbritto
Published on 2010-04-19T07:04:18Z
Indexed on
2010/04/19
7:13 UTC
Read the original article
Hit count: 1024
tomcat-ssi
Hi I am running webapplication in tomcat 5.5.It will throw Invalid state Exception
Eg: Illegal access: this web application instance has been stopped already. C ould not load com.mysql.jdbc.SQLError. The eventual following stack trace is ca used by an error thrown for debugging purposes as well as to attempt to terminat e the thread which caused the illegal access, and has no functional impact.
java.lang.IllegalStateException
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1273)
How to resolve this issue.
© Stack Overflow or respective owner