Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-30835

Resolve un-necessary warnings on Tomcat shutdown

    XMLWordPrintable

Details

    Description

      When Confluence comes down it shows a heap of warnings like :

      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) 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.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@3328b749]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      

      This is a harmless error message HOWEVER customers dont know that. The confidence of a nervous admin is undermined by these messages.

      The underlying problem is that code is called threadLcoal.set(null) and not threadLocal.clear(). It may not be your fault since libraries can be doing the wrong thing.

      However there is a fix. atlassian-threadlocal has a method that can be called on webapp unload that will prevent these reputation sapping messages.

      BruteForceThreadLocalCleanup.cleanUp(getClass().getClassLoader());

      One line to reduce the output and protect your reputation.

      There are other techniques on a per request basis that we can chat about that jwinters has used but for now you should definitely get this in.

      Just how alarming is it? Well here is the Conlfuence log

      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) 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.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@3328b749]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@671c1dfb]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@774349ea]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@45c7ba71]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@62a9ded1]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@347b46ec]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.plugin.util.ClassLoaderStack$1] (value [com.atlassian.plugin.util.ClassLoaderStack$1@66f47e9f]) 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.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@16bda99a]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@7dc9c91f]) and a value of type [java.util.WeakHashMap] (value [{class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType=java.lang.ref.WeakReference@96d4adf, class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType=java.lang.ref.WeakReference@664e7b4e, class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@2a81725b, class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType=java.lang.ref.WeakReference@187aca2a, class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType=java.lang.ref.WeakReference@256e97f4, class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType=java.lang.ref.WeakReference@7fba275e, class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType=java.lang.ref.WeakReference@166ecdd5, class javax.xml.bind.annotation.adapters.CollapsedStringAdapter=java.lang.ref.WeakReference@448b6674, class com.sun.jersey.server.wadl.generators.ApplicationDocs=java.lang.ref.WeakReference@1bf36cd4, class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType=java.lang.ref.WeakReference@a6de0a2, class com.sun.research.ws.wadl.Doc=java.lang.ref.WeakReference@33b6b107, class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType=java.lang.ref.WeakReference@1f205d17, class com.sun.research.ws.wadl.Grammars=java.lang.ref.WeakReference@5bfa0f8, class java.util.ArrayList=java.lang.ref.WeakReference@67e0fcba, class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType=java.lang.ref.WeakReference@63f04c9d}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@48c7e66f]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.opensymphony.xwork.ActionContext.ActionContextThreadLocal] (value [com.opensymphony.xwork.ActionContext$ActionContextThreadLocal@275019af]) and a value of type [com.opensymphony.xwork.ActionContext] (value [com.opensymphony.xwork.ActionContext@35360aad]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@151b515a]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@15afa2fa]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@7089b290]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@6ef6ff25]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@3479f689]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.google.template.soy.internal.base.CharEscaper$2] (value [com.google.template.soy.internal.base.CharEscaper$2@3e167a0a]) and a value of type [char[]] (value [[C@19e90f0d]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.concurrent.ThreadLocalMap] (value [com.atlassian.confluence.concurrent.ThreadLocalMap@3755e0d6]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) 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.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@13db2bc5]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.shindig.common.xml.XmlUtil$2] (value [org.apache.shindig.common.xml.XmlUtil$2@1a169cb2]) and a value of type [org.apache.xerces.jaxp.DocumentBuilderImpl] (value [org.apache.xerces.jaxp.DocumentBuilderImpl@4289777f]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@3328b749]) and a value of type [net.java.ao.LRUMap] (value [{net.java.ao.EntityManager$CacheKey@fd2e=java.lang.ref.WeakReference@4f0454f9, net.java.ao.EntityManager$CacheKey@fd2f=java.lang.ref.WeakReference@2566cff6, net.java.ao.EntityManager$CacheKey@fd30=java.lang.ref.WeakReference@df32a9, net.java.ao.EntityManager$CacheKey@fd31=java.lang.ref.WeakReference@3d76f5b1, net.java.ao.EntityManager$CacheKey@fd32=java.lang.ref.WeakReference@4cfc56fd, net.java.ao.EntityManager$CacheKey@fd33=java.lang.ref.WeakReference@4ab32387, net.java.ao.EntityManager$CacheKey@fd34=java.lang.ref.WeakReference@36e19a61, net.java.ao.EntityManager$CacheKey@ee=java.lang.ref.WeakReference@155e726d, net.java.ao.EntityManager$CacheKey@ef=java.lang.ref.WeakReference@6baa5d10, net.java.ao.EntityManager$CacheKey@f0=java.lang.ref.WeakReference@7dc3fca8, net.java.ao.EntityManager$CacheKey@f1=java.lang.ref.WeakReference@4e00ba19, net.java.ao.EntityManager$CacheKey@f2=java.lang.ref.WeakReference@11b9e751, net.java.ao.EntityManager$CacheKey@f3=java.lang.ref.WeakReference@44017fee, net.java.ao.EntityManager$CacheKey@f4=java.lang.ref.WeakReference@3e760523, net.java.ao.EntityManager$CacheKey@f5=java.lang.ref.WeakReference@364b5cde, net.java.ao.EntityManager$CacheKey@f6=java.lang.ref.WeakReference@dbe0eab, net.java.ao.EntityManager$CacheKey@f7=java.lang.ref.WeakReference@38b50399, net.java.ao.EntityManager$CacheKey@f8=java.lang.ref.WeakReference@73ff4ee4, net.java.ao.EntityManager$CacheKey@f9=java.lang.ref.WeakReference@7e94963a, net.java.ao.EntityManager$CacheKey@fa=java.lang.ref.WeakReference@4d12fac2, net.java.ao.EntityManager$CacheKey@fb=java.lang.ref.WeakReference@190cfe16}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@671c1dfb]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@62a9ded1]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@23fd6333]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3ddab56a]) and a value of type [org.dom4j.DocumentFactory] (value [org.dom4j.DocumentFactory@507bbbba]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.plugin.util.ClassLoaderStack$1] (value [com.atlassian.plugin.util.ClassLoaderStack$1@66f47e9f]) 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.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@16bda99a]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@7dc9c91f]) and a value of type [java.util.WeakHashMap] (value [{class com.atlassian.applinks.core.rest.model.adapter.ApplicationIdAdapter=java.lang.ref.WeakReference@6b61d99d, class com.atlassian.applinks.core.rest.model.adapter.OptionalURIAdapter=java.lang.ref.WeakReference@6516097e, class com.atlassian.applinks.core.rest.model.ManifestEntity=java.lang.ref.WeakReference@9c9630b, class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@4856c32, class com.atlassian.applinks.core.rest.model.adapter.TypeIdAdapter=java.lang.ref.WeakReference@538248ef, class java.util.HashSet=java.lang.ref.WeakReference@e826dbe, class com.atlassian.applinks.core.rest.model.adapter.VersionAdapter=java.lang.ref.WeakReference@14f2dc63, class com.atlassian.applinks.core.rest.model.adapter.RequiredBaseURIAdapter=java.lang.ref.WeakReference@5462f253, class com.atlassian.applinks.core.rest.model.adapter.RequiredURIAdapter=java.lang.ref.WeakReference@2c13526d}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@288888b6]) and a value of type [org.apache.xerces.jaxp.SAXParserFactoryImpl] (value [org.apache.xerces.jaxp.SAXParserFactoryImpl@1bc77984]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@48c7e66f]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@151b515a]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@15afa2fa]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@7089b290]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@3479f689]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.google.template.soy.internal.base.CharEscaper$2] (value [com.google.template.soy.internal.base.CharEscaper$2@3e167a0a]) and a value of type [char[]] (value [[C@44fad75b]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@3050babe]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@41428ba]) and a value of type [net.java.ao.LRUMap] (value [{net.java.ao.EntityManager$CacheKey@7e5d=java.lang.ref.WeakReference@477dcd6d}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.concurrent.ThreadLocalMap] (value [com.atlassian.confluence.concurrent.ThreadLocalMap@3755e0d6]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) 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.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@288888b6]) and a value of type [org.apache.xerces.jaxp.SAXParserFactoryImpl] (value [org.apache.xerces.jaxp.SAXParserFactoryImpl@1439d3c6]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@48c7e66f]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.lucene.document.DateTools$2] (value [org.apache.lucene.document.DateTools$2@109c44fe]) and a value of type [java.text.SimpleDateFormat[]] (value [[Ljava.text.SimpleDateFormat;@607e7689]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@3328b749]) and a value of type [net.java.ao.LRUMap] (value [{net.java.ao.EntityManager$CacheKey@fd2e=java.lang.ref.WeakReference@e984ddd, net.java.ao.EntityManager$CacheKey@fd2f=java.lang.ref.WeakReference@311fefa7, net.java.ao.EntityManager$CacheKey@fd30=java.lang.ref.WeakReference@27aed623, net.java.ao.EntityManager$CacheKey@fd31=java.lang.ref.WeakReference@476ca82f, net.java.ao.EntityManager$CacheKey@fd32=java.lang.ref.WeakReference@2e95ca4b, net.java.ao.EntityManager$CacheKey@fd33=java.lang.ref.WeakReference@6c1419d1, net.java.ao.EntityManager$CacheKey@fd34=java.lang.ref.WeakReference@1bab1fc6, net.java.ao.EntityManager$CacheKey@ee=java.lang.ref.WeakReference@7fb30e5a, net.java.ao.EntityManager$CacheKey@ef=java.lang.ref.WeakReference@44737835, net.java.ao.EntityManager$CacheKey@f0=java.lang.ref.WeakReference@78d902ae, net.java.ao.EntityManager$CacheKey@f1=java.lang.ref.WeakReference@6f3f2b7d, net.java.ao.EntityManager$CacheKey@f2=java.lang.ref.WeakReference@1c40549a, net.java.ao.EntityManager$CacheKey@f3=java.lang.ref.WeakReference@437258f3, net.java.ao.EntityManager$CacheKey@f4=java.lang.ref.WeakReference@82ddc1d, net.java.ao.EntityManager$CacheKey@f5=java.lang.ref.WeakReference@7acdf81c, net.java.ao.EntityManager$CacheKey@f6=java.lang.ref.WeakReference@685c3540, net.java.ao.EntityManager$CacheKey@f7=java.lang.ref.WeakReference@7dac3246, net.java.ao.EntityManager$CacheKey@f8=java.lang.ref.WeakReference@3418d21f, net.java.ao.EntityManager$CacheKey@f9=java.lang.ref.WeakReference@498b0bf1, net.java.ao.EntityManager$CacheKey@fa=java.lang.ref.WeakReference@47bd20ef, net.java.ao.EntityManager$CacheKey@fb=java.lang.ref.WeakReference@51bd4fb4}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@151b515a]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@671c1dfb]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@774349ea]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@15afa2fa]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@7089b290]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1] (value [com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective$1@3479f689]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@62a9ded1]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@63bbdc58]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.google.template.soy.internal.base.CharEscaper$2] (value [com.google.template.soy.internal.base.CharEscaper$2@3e167a0a]) and a value of type [char[]] (value [[C@427f488f]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3be9a6bd]) and a value of type [com.atlassian.confluence.plugins.rest.manager.RequestContext] (value [com.atlassian.confluence.plugins.rest.manager.RequestContext@3274c664]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.concurrent.ThreadLocalMap] (value [com.atlassian.confluence.concurrent.ThreadLocalMap@3755e0d6]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.plugin.util.ClassLoaderStack$1] (value [com.atlassian.plugin.util.ClassLoaderStack$1@66f47e9f]) 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.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [net.java.ao.EntityManager$1] (value [net.java.ao.EntityManager$1@16bda99a]) and a value of type [net.java.ao.LRUMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@7dc9c91f]) and a value of type [java.util.WeakHashMap] (value [{class com.atlassian.applinks.core.rest.model.adapter.ApplicationIdAdapter=java.lang.ref.WeakReference@108ce91d, class com.atlassian.applinks.core.rest.model.ManifestEntity=java.lang.ref.WeakReference@131c7768, class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@31e356a5, class com.atlassian.applinks.core.rest.model.adapter.TypeIdAdapter=java.lang.ref.WeakReference@444d8439, class java.util.HashSet=java.lang.ref.WeakReference@3d23dd37, class com.atlassian.applinks.core.rest.model.adapter.VersionAdapter=java.lang.ref.WeakReference@7d90653c, class com.atlassian.applinks.core.rest.model.adapter.RequiredURIAdapter=java.lang.ref.WeakReference@12e6868b}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) 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.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{referer=http://localhost:8090/setup/setuplicense.action, url=/setup/setupembeddeddb-default.action, userName=anonymous, action=setupembeddeddb-default}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.plugin.util.ClassLoaderStack$1] (value [com.atlassian.plugin.util.ClassLoaderStack$1@66f47e9f]) 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.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [com.atlassian.confluence.concurrent.ThreadLocalMap] (value [com.atlassian.confluence.concurrent.ThreadLocalMap@3755e0d6]) and a value of type [java.util.HashMap] (value [{}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{url=/plugins/createcontent/docreatepage.action, userName=admin, referer=http://localhost:8090/plugins/createcontent/draft-createpage.action?draftId=557062, action=docreatepage}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [java.lang.InheritableThreadLocal] (value [java.lang.InheritableThreadLocal@5c8b195e]) and a value of type [org.apache.felix.framework.BundleContextImpl] (value [org.apache.felix.framework.BundleContextImpl@302e99c9]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      Sep 18, 2013 12:33:51 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
      SEVERE: The web application [] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@37de360]) and a value of type [java.util.Hashtable] (value [{url=/rest/quicknav/1/search, userName=admin, referer=http://localhost:8090/admin/console.action}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bbaker ɹǝʞɐq pɐɹq
              Votes:
              4 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: