Switched back to Tomcat 6 for a bit and found some more interesting stuff in catalina.out:
log4j:ERROR Attempted to append to closed appender named [fileAppender]. Apr 6, 2010 1:47:13 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: 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. Apr 6, 2010 1:47:13 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: A web application appears to have started a thread named [pool-1-thread-1] but has failed to stop it. This is very likely to create a memory leak. Apr 6, 2010 1:47:13 PM org.apache.catalina.loader.WebappClassLoader clearReferencesStopTimerThread SEVERE: A web application appears to have started a TimerThread named [MySQL Statement Cancellation Timer] via the java.util.Timer API but has failed to stop it. To prevent a memory leak, the timer (and hence the associated thread) has been forcibly cancelled. [Deprecated] Xalan: org.apache.xml.security.c14n.CanonicalizationException Apr 6, 2010 1:47:14 PM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Apr 6, 2010 1:47:14 PM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8443 On Tue, Apr 6, 2010 at 1:30 PM, Scott Battaglia <[email protected]>wrote: > Based on your stack trace and the fact that Bamboo had the problem, I'd say > its not specifically related to Inspektr. At the moment, I don't know the > exact cause though :-) Looks like a classpath issue with logging or > something though. > > > On Tue, Apr 6, 2010 at 4:21 PM, Patrick Berry <[email protected]> wrote: > >> >> >> On Tue, Apr 6, 2010 at 12:59 PM, Patrick Berry <[email protected]> wrote: >> >>> >>> >>> On Tue, Apr 6, 2010 at 11:43 AM, Scott Battaglia < >>> [email protected]> wrote: >>> >>>> Are you putting your pooling jar in Tomcat's common, or with the >>>> application? >>>> >>>> >>> With the application via a maven dependency, in both the dbcp and c3p0 >>> cases. I'll try breaking them out and running through it again. >>> >>> >>> >> Afraid that didn't do anything. Do you think this might be an Inspecktr >> bug? It seems to pop-up regardless of pooling or databases. >> >> Pat >> >> -- >> 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 >> >> > -- > 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 > > -- 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
