You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Manoj Patil <ma...@gmail.com> on 2021/10/05 05:06:17 UTC

Memory leak issue in tomcat

Dear,

i see in my tomcat log memory leak issue and that time connection is broken

Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
clearReferencesThreads
SEVERE: The web application [/test] appears to have started a thread named
[com.google.inject.internal.util.$Finalizer] but has failed to stop it.
This is very likely to create a memory leak.
Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver
[com.mysql.jdbc.Driver] but failed to unregister it when the web
application was stopped. To prevent a memory leak, the JDBC Driver has been
forcibly unregistered.
Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named
[com.google.inject.internal.util.$Finalizer] but has failed to stop it.
This is very likely to create a memory leak.
Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
clearReferencesThreads



please help in this
-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2patil@gmail.com

Re: Memory leak issue in tomcat

Posted by Nick Couchman <vn...@apache.org>.
On Tue, Oct 5, 2021 at 1:08 AM Manoj Patil <ma...@gmail.com> wrote:

>
> Dear,
>
> i see in my tomcat log memory leak issue and that time connection is broken
>
> Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
> clearReferencesThreads
> SEVERE: The web application [/test] appears to have started a thread named
> [com.google.inject.internal.util.$Finalizer] but has failed to stop it.
> This is very likely to create a memory leak.
> Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
> clearReferencesJdbc
> SEVERE: The web application [] registered the JDBC driver
> [com.mysql.jdbc.Driver] but failed to unregister it when the web
> application was stopped. To prevent a memory leak, the JDBC Driver has been
> forcibly unregistered.
> Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
> clearReferencesThreads
> SEVERE: The web application [] appears to have started a thread named
> [com.google.inject.internal.util.$Finalizer] but has failed to stop it.
> This is very likely to create a memory leak.
> Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
> clearReferencesThreads
>
>
I'm not sure this is a Guacamole issue, particularly since the messages
don't reference any Guacamole-specific classes?

-Nick