
Originally Posted by
frengo19
Hi yourself!
If I start and shutdown my app without doing any DJN ajax call, tomcat stops correctly.. So I imagined that the problem may be caused by Direct..
I've also run the profiler but no threads locked!
When I stop the server that's what I see in console:
Code:
11-nov-2013 11.46.42 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
GRAVE: A web application created a ThreadLocal with key of type [null] (value [[email protected]]) and a value of type [java.util.ArrayList] (value [[]]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
11-nov-2013 11.46.42 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
GRAVE: A web application created a ThreadLocal with key of type [null] (value [[email protected]]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@75733a]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
11-nov-2013 11.46.42 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
GRAVE: A web application created a ThreadLocal with key of type [null] (value [[email protected]]) and a value of type [java.util.WeakHashMap] (value [{class com.su[email protected]1bbdc80, class com.[email protected]896098, class com.sun.xml.[email protected]124be4f, class javax.xml.bind.annotat[email protected]14a4067, class com.sun.xml.w[email protected]1ca623f, class [email protected], class com.sun.xm[email protected]16b4f5a, class java[email protected]269f76}]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.