Okay, same problem with MySQL. Here is another interesting snippet from catalina.out:
Apr 6, 2010 11:19:25 AM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Apr 6, 2010 11:19:25 AM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8443 Apr 6, 2010 11:19:26 AM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina log4j:ERROR Attempted to append to closed appender named [fileAppender]. [Deprecated] Xalan: org.apache.xml.security.c14n.CanonicalizationException log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository. WARN: The method class org.apache.commons.logging.impl.SLF4JLogFactory#release() was invoked. WARN: Please see http://www.slf4j.org/codes.html#release for an explanation. Apr 6, 2010 11:19:47 AM org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Apr 6, 2010 11:19:47 AM org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8443 Apr 6, 2010 11:19:47 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Failed shutdown of Apache Portable Runtime Then I thought, hey...maybe this is related to my logging issue. So, I went back and used the default log4j.xml and still getting the same thing: Apr 6, 2010 11:23:48 AM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Apr 6, 2010 11:23:48 AM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8443 Apr 6, 2010 11:23:49 AM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina 2010-04-06 11:23:49,961 INFO [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - <Shutting down Quartz Scheduler> log4j:ERROR Attempted to append to closed appender named [fileAppender]. [Deprecated] Xalan: org.apache.xml.security.c14n.CanonicalizationException log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository. WARN: The method class org.apache.commons.logging.impl.SLF4JLogFactory#release() was invoked. WARN: Please see http://www.slf4j.org/codes.html#release for an explanation. Apr 6, 2010 11:24:10 AM org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Apr 6, 2010 11:24:10 AM org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8443 Apr 6, 2010 11:24:10 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Failed shutdown of Apache Portable Runtime So, do you think this is JIRA-worthy or just me? Different connection pools, different databases, same issue (tomcat will not shutdown). 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
