Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-24001

angry warnings on shutdown - due to strict thread shutdown checks in new Tomcat?

    XMLWordPrintable

Details

    Description

      I dunno if this is really a problem, but please review these errors I get when I shutdown JIRA. Presumably some cleanup should be done on context unload.

      /Users/chris/apps/apache-tomcat-6.0.29/bin/catalina.sh stop
      Feb 2, 2011 6:01:03 PM org.apache.coyote.http11.Http11Protocol pause
      INFO: Pausing Coyote HTTP/1.1 on http-8080
      Feb 2, 2011 6:01:04 PM org.apache.catalina.core.StandardService stop
      INFO: Stopping service Catalina
      Feb 2, 2011 6:01:04 PM org.apache.catalina.core.ApplicationContext log
      INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: destroy called
      2011-02-02 18:01:04,987 main INFO      [atlassian.plugin.manager.DefaultPluginManager] Shutting down the plugin system
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
      SEVERE: The web application [/jira] appears to have started a thread named [com.google.common.base.internal.Finalizer] but has failed to stop it. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
      SEVERE: The web application [/jira] 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.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
      SEVERE: The web application [/jira] appears to have started a thread named [JonasBatch] but has failed to stop it. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
      SEVERE: The web application [/jira] appears to have started a thread named [JonasClock] but has failed to stop it. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{jira.request.ipaddr=0:0:0:0:0:0:0:1%0, jira.request.assession.id=3i8i69, jira.request.url=/secure/SetupDatabase.jspa, jira.request.id=1072x4x1, jira.username=anonymous}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@226365c8]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$1@2341c0c1]) and a value of type [java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$3@31d5d0fc]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@4c8b69f3]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@31c1364a]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3d34dcb]) and a value of type [org.dom4j.DocumentFactory] (value [org.dom4j.DocumentFactory@25984c63]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@31bf0add]) and a value of type [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler] (value [com.atlassian.jira.web.filters.ThreadLocalQueryProfiler@75624cae]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$1@2341c0c1]) and a value of type [java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@8986fb7]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$3@31d5d0fc]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@4fce5bc9]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{jira.request.ipaddr=0:0:0:0:0:0:0:1%0, jira.request.assession.id=3i8i69, jira.request.url=/secure/SetupDatabase.jspa, jira.request.id=1072x4x1, jira.username=anonymous}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{jira.request.ipaddr=0:0:0:0:0:0:0:1%0, jira.request.assession.id=3i8i69, jira.request.url=/secure/SetupDatabase.jspa, jira.request.id=1072x4x1, jira.username=anonymous}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{jira.request.ipaddr=0:0:0:0:0:0:0:1%0, jira.request.assession.id=3i8i69, jira.request.url=/secure/SetupDatabase.jspa, jira.request.id=1072x4x1, jira.username=anonymous}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@74ec120d]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@36954f73]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@4932304]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@57dfddf4]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@2a64eb3e]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@47904930]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@51b51304]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@46f39584]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@21dd3180]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@40dcdbde]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@63e6ed16]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@3d2e9ac0]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@3eb1d2a1]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@c7b682f]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@79f4ec0f]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@3eb60b56]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@21a25b44]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@2a15de9c]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@1c9e95a]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@6ef714a0]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@1f6b4d4a]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@3d9f4563]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@23848630]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@5185cb87]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@26f535e1]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@2ca45ac2]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@354a5255]) and a value of type [com.atlassian.jira.issue.index.SearcherCache] (value [com.atlassian.jira.issue.index.SearcherCache@5a428d73]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.util.ImportUtils$2@4a978b69]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.jira.dashboard.permission.JiraPermissionService$1@54d8f7c7]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [com.atlassian.core.logging.ThreadLocalErrorCollection$1@70735555]) and a value of type [java.util.LinkedList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [null] (value [webwork.action.ActionContext$1@23e77920]) and a value of type [webwork.action.ActionContext] (value [webwork.action.ActionContext@4754a750]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Feb 2, 2011 6:01:05 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [/jira] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@12328f00]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.
      Feb 2, 2011 6:01:06 PM org.apache.coyote.http11.Http11Protocol destroy
      INFO: Stopping Coyote HTTP/1.1 on http-8080
      Disconnected from server
      

      Attachments

        Issue Links

          Activity

            People

              rsmart metapoint
              chris@atlassian.com Chris Mountford
              Votes:
              12 Vote for this issue
              Watchers:
              17 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: