Hi,
I'm trying to set up a Spring app on Tomcat 6/Spring 3/Ubuntu 8.04. After sucessfully running the website yesterday, today I see these errors when restarting Tomcat:
Not sure what it means or why it occurs.PHP Code:INFO: Stopping service Catalina
Feb 4, 2010 9:43:33 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Prototype beans currently in creation]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
Feb 4, 2010 9:43:33 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Transactional resources]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
Any ideas?
Marc


Reply With Quote
