> SEVERE: 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.

Note that Tomcat is trying to protect you from a memory leak "To prevent
a memory leak, the JDBC Driver has been forcibly unregistered".

However, our personal experience is that permgen leaks in Tomcat are
very hard to get rid of. We use probe
(https://code.google.com/p/psi-probe/) to monitor permgen prior to app
deploy, and when it is approaching the limit we restart the container.
Of course restarting the container works around the issue, but hurts
your uptime.

Dale

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to