2011-12-18 3 views
2

Grailsでアプリケーションを開発しました。これは、GUI用のVaadinフレームワークを使用します。これは、Ubuntuサーバー上で動作しているTomcat6上で動作しています。Tomcat6上で動作するGrailsアプリケーションが登録されたJBDCドライバの問題を報告しています

これらのレコードをログファイルで回避する方法はありますか?

SEVERE: The web application [/myapplication] registered the JBDC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.grails[email protected]2818c2ce]) and a value of type [java.lang.Integer] (value [0]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.grails[email protected]719d76f2]) and a value of type [java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.[email protected]18ec4424]) and a value of type [java.util.ArrayList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.[email protected]18ec4424]) and a value of type [java.util.ArrayList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.[email protected]18ec4424]) and a value of type [java.util.ArrayList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.[email protected]18ec4424]) and a value of type [java.util.ArrayList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.grails[email protected]2818c2ce]) and a value of type [java.lang.Integer] (value [0]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.grails[email protected]719d76f2]) and a value of type [java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.[email protected]18ec4424]) and a value of type [java.util.ArrayList] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.grails[email protected]2818c2ce]) and a value of type [java.lang.Integer] (value [0]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
SEVERE: The web application [/myapplication] created a ThreadLocal with key of type [null] (value [org.codehaus.groovy.grails[email protected]719d76f2]) and a value of type [java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. 
Dec 18, 2011 12:05:47 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap 
+0

それはGrailsのだ、ではないGrailsの –

+0

[OK]を、[OK]:春のフォーラムでこの会話を参照してください - これはSEVEREは無害であるべきではない、http://wiki.apache.org/tomcat/MemoryLeakProtection#customThreadLocal

そして:詳細はこれを参照してください。 :)タク。 –

答えて

関連する問題