严重: Error listenerStart
2011-5-27 9:48:20 org.apache.catalina.core.StandardContext startInternal
严重: Context [] startup failed due to previous errors
2011-5-27 9:48:20 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To p
revent a memory leak, the JDBC Driver has been forcibly unregistered.
2011-5-27 9:48:20 org.apache.coyote.AbstractProtocolHandler start
是因为配置了spring以及jdbc.properties但是classes目录中没有jdbc.properties
本文记录了一次Tomcat启动失败的问题排查过程,主要错误信息显示为由于先前的错误导致上下文启动失败,并且注册的JDBC驱动未能正确卸载,最终定位到问题原因为spring及jdbc.properties配置存在而classes目录中缺失jdbc.properties文件。
937

被折叠的 条评论
为什么被折叠?



