tomcat6.0.24 BUG

2010-2-27 17:39:11 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: A web application registered the JBDC driver [oracle.jdbc.driver.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
2010-2-27 17:39:11 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Name of currently proxied bean]) 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.
2010-2-27 17:39:11 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: 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.
2010-2-27 17:39:11 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: A web application created a ThreadLocal with key of type [null] (value [com.sun.faces.config.ConfigureListener$1@1baa0bb]) 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.
-----------------------------------------------------------------------------------------------------
2010-2-27 17:29:39 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: A web application 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.
2010-2-27 17:29:39 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: A web application created a ThreadLocal with key of type [null] (value [com.sun.faces.config.ConfigureListener$1@1c4e792]) 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.
足足搞了三天啊!!
tomcat6.0.24和ORACLE10g JDBC,MYSQL5 JDBC的兼容性都有问题!每次关闭TOMCAT都会报错!!启动和使用没什么问题!google,baidu了至少100遍都没解决!在最后抱着试试的态度,把JDBC jar包直接扔进tomcat启动看有没问题,又是同样的信息!结论是tomcat的问题,不是我工程配置的问题!然后换了tomcat5.5.28绿色版本!OK!一切正常了!欲哭无泪啊!!555555555555555555...三天时间啊!!
-------------------------------
还有一个可能,机器上装了tomcat windows安装版,使用时,是使用其他tomcat的绿色版
卸载所有tomcat windows 安装版
Tags: 

延伸阅读

最新评论

发表评论