Hello, I thought I would give Tomcat 7 a try and I'm getting a error and I'm not sure how to fix it. I'm thinking it's a Tomcat issue because I dont have this issue when running Jetty.
Thanks, Charlie Error from catalina log: May 25, 2011 8:39:01 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks SEVERE: The web application [/mpwsl] created a ThreadLocal with key of type [javolution.context.HeapContext$2] (value [javolution.context.HeapContext$2@30e4f894]) and a value of type [javolution.util.FastTable] (value [[Heap allocator for class javolution.util.FastMap$KeyIterator$1, Heap allocator for class javolution.util.FastMap$ValueIterator$1, Heap allocator for class javolution.util.FastMap$EntryIterator$1]]) 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. -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
