I am looking at our tomcat logs and have some SEVERE errors related to Smart GWT. Can you tell me if I need to do something about these? Here is the info
1. We have bought the pro version of Smart GWT 3.1
SmartClient Version: SNAPSHOT_v8.3d_2012-09-20/PowerEdition Deployment (built 2012-09-20)
2. browser(s) and version(s) involved
In this case I am looking at the Tomcat Apache log version 6.0.35 and not using a browser
3. for a server-side problem, the *complete* logs generated during processing of the failing request (do *not* trim to just the error message)
See below for the log
Questions
1. Do I need to do something abou this DSRequest memory leak?
2.
Thanks,
Evan
Log from Tomcat
Mar 21, 2013 6:46:35 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Mar 21, 2013 6:46:36 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Mar 21, 2013 6:46:38 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/relay-bdlive-1.3.403] appears to have started a thread named [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2013 6:46:38 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/relay-bdlive-1.3.403] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@111de95a]) and a value of type [com.isomorphic.datasource.DSRequest] (value [com.isomorphic.datasource.DSRequest@5cd37d44]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Mar 21, 2013 6:46:38 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/relay-bdlive-1.3.403] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@111de95a]) and a value of type [com.isomorphic.datasource.DSRequest] (value [com.isomorphic.datasource.DSRequest@6decb6a]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Mar 21, 2013 6:46:38 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/relay-bdlive-1.3.403] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@111de95a]) and a value of type [com.isomorphic.datasource.DSRequest] (value [com.isomorphic.datasource.DSRequest@75f9140f]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
1. We have bought the pro version of Smart GWT 3.1
SmartClient Version: SNAPSHOT_v8.3d_2012-09-20/PowerEdition Deployment (built 2012-09-20)
2. browser(s) and version(s) involved
In this case I am looking at the Tomcat Apache log version 6.0.35 and not using a browser
3. for a server-side problem, the *complete* logs generated during processing of the failing request (do *not* trim to just the error message)
See below for the log
Questions
1. Do I need to do something abou this DSRequest memory leak?
2.
Thanks,
Evan
Log from Tomcat
Mar 21, 2013 6:46:35 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Mar 21, 2013 6:46:36 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Mar 21, 2013 6:46:38 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/relay-bdlive-1.3.403] appears to have started a thread named [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2013 6:46:38 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/relay-bdlive-1.3.403] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@111de95a]) and a value of type [com.isomorphic.datasource.DSRequest] (value [com.isomorphic.datasource.DSRequest@5cd37d44]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Mar 21, 2013 6:46:38 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/relay-bdlive-1.3.403] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@111de95a]) and a value of type [com.isomorphic.datasource.DSRequest] (value [com.isomorphic.datasource.DSRequest@6decb6a]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Mar 21, 2013 6:46:38 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/relay-bdlive-1.3.403] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@111de95a]) and a value of type [com.isomorphic.datasource.DSRequest] (value [com.isomorphic.datasource.DSRequest@75f9140f]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Comment