Skip to content

Instantly share code, notes, and snippets.

@shareefhiasat
Created May 14, 2017 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shareefhiasat/d3483e36dc30527db0cbc1e47ee40a3d to your computer and use it in GitHub Desktop.
Save shareefhiasat/d3483e36dc30527db0cbc1e47ee40a3d to your computer and use it in GitHub Desktop.
out of memory investigation
May 14, 2017 9:19:56 AM com.sajilni.controller.payment.PaymentPayFortController payFortCallbackPage2
SEVERE: null
May 14, 2017 9:29:58 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-80"]
May 14, 2017 9:29:58 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
May 14, 2017 9:29:59 AM 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.
May 14, 2017 9:29:59 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
May 14, 2017 9:29:59 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
May 14, 2017 9:29:59 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4981f6e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@9114c23]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:29:59 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4981f6e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7a0458d2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:29:59 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@4981f6e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7a065c5a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
May 14, 2017 9:29:59 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment