You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jean-Pierre Astier <JP...@JANVIER.FR> on 2007/05/24 12:26:32 UTC

error in catalina.out log

Hi all,

I've got this message in my catalina.out log.

I dont know how to resolve the problem.

Any idea ??

Thanks

Jean-Pierre Astier

23 mai 2007 12:51:39 org.apache.catalina.loader.WebappClassLoader  
loadClass
INFO: Illegal access: this web application instance has been stopped  
already.  Could not load com.mysql.jdbc.Messages.  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:1241)
         at org.apache.catalina.loader.WebappClassLoader.loadClass 
(WebappClassLoader.java:1201)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 
319)
         at com.mysql.jdbc.CommunicationsException.<init> 
(CommunicationsException.java:174)
         at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2710)
         at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2621)
         at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:1338)
         at com.mysql.jdbc.Connection.realClose(Connection.java:4429)
         at com.mysql.jdbc.Connection.cleanup(Connection.java:1973)
         at com.mysql.jdbc.Connection.finalize(Connection.java:3114)
         at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
         at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
         at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
         at java.lang.ref.Finalizer$FinalizerThread.run 
(Finalizer.java:160)


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: error in catalina.out log

Posted by Jean-Pierre Astier <jp...@janvier.fr>.
Thanks David !!!

Le 24 mai 07 à 13:18, David Delbecq a écrit :

> This mean that, while concerned webapplication has already stopped,  
> some
> clases inside are still trying to do some job. Ensure all your MySql
> connections are closed when webapplication stops.
>
> En l'instant précis du 24/05/07 12:26, Jean-Pierre Astier  
> s'exprimait en
> ces termes:
>> Hi all,
>>
>> I've got this message in my catalina.out log.
>>
>> I dont know how to resolve the problem.
>>
>> Any idea ??
>>
>> Thanks
>>
>> Jean-Pierre Astier
>>
>> 23 mai 2007 12:51:39 org.apache.catalina.loader.WebappClassLoader
>> loadClass
>> INFO: Illegal access: this web application instance has been stopped
>> already.  Could not load com.mysql.jdbc.Messages.  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:1241)
>>
>>         at
>> org.apache.catalina.loader.WebappClassLoader.loadClass 
>> (WebappClassLoader.java:1201)
>>
>>         at java.lang.ClassLoader.loadClassInternal 
>> (ClassLoader.java:319)
>>         at
>> com.mysql.jdbc.CommunicationsException.<init> 
>> (CommunicationsException.java:174)
>>
>>         at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2710)
>>         at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2621)
>>         at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:1338)
>>         at com.mysql.jdbc.Connection.realClose(Connection.java:4429)
>>         at com.mysql.jdbc.Connection.cleanup(Connection.java:1973)
>>         at com.mysql.jdbc.Connection.finalize(Connection.java:3114)
>>         at java.lang.ref.Finalizer.invokeFinalizeMethod(Native  
>> Method)
>>         at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
>>         at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
>>         at
>> java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: error in catalina.out log

Posted by David Delbecq <de...@oma.be>.
This mean that, while concerned webapplication has already stopped, some
clases inside are still trying to do some job. Ensure all your MySql
connections are closed when webapplication stops.

En l'instant précis du 24/05/07 12:26, Jean-Pierre Astier s'exprimait en
ces termes:
> Hi all,
>
> I've got this message in my catalina.out log.
>
> I dont know how to resolve the problem.
>
> Any idea ??
>
> Thanks
>
> Jean-Pierre Astier
>
> 23 mai 2007 12:51:39 org.apache.catalina.loader.WebappClassLoader
> loadClass
> INFO: Illegal access: this web application instance has been stopped
> already.  Could not load com.mysql.jdbc.Messages.  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:1241)
>
>         at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1201)
>
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
>         at
> com.mysql.jdbc.CommunicationsException.<init>(CommunicationsException.java:174)
>
>         at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2710)
>         at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2621)
>         at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:1338)
>         at com.mysql.jdbc.Connection.realClose(Connection.java:4429)
>         at com.mysql.jdbc.Connection.cleanup(Connection.java:1973)
>         at com.mysql.jdbc.Connection.finalize(Connection.java:3114)
>         at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
>         at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
>         at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
>         at
> java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org