https://issues.apache.org/bugzilla/show_bug.cgi?id=51150
Ognjen Blagojevic <ognjen.d.blagoje...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #10 from Ognjen Blagojevic <ognjen.d.blagoje...@gmail.com> 2012-04-09 11:02:32 UTC --- I attached Maven WAR project as an example. Inside archive you will find: 1. fopleak.xml, FO file that is sufficient to trigger DecimalFormat caching 2. FopMemoryLeakServlet, with the code to transform FOP file. Steps to reproduce: 1. Package WAR file, e.g. using Apache Maven (mvn clean package) 2. Deploy resulting war file to latest stable Apache Tomcat (tested with 7.0.27) 3. Start tomcat 4. Stop tomcat 5. Check log files. It says: SEVERE: The web application [/fopleak] created a ThreadLocal with key of type [org.apache.fop.util.DecimalFormatCache.DecimalFormatThreadLocal] (value [org.apache.fop.util.DecimalFormatCache$DecimalFormatThreadLocal@1ee04fd]) and a value of type [java.text.DecimalFormat] (value [java.text.DecimalFormat@674dc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.