0 Replies Latest reply on Mar 13, 2011 4:50 PM by odelyaholiday

    memory leak in the application

    odelyaholiday

      HI!

       

      After running the tomcat applicatoin with thread pooling as explained in the documentation I get after a few minutes of the running application:

       

      SEVERE: The web application [/MyMedia] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@16638c5]) and a value of type [org.mvel2.debug.DebuggerContext] (value [org.mvel2.debug.DebuggerContext@19187c]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.

       

       

      Why is it?

       

      How can I solve it?