Tomcat报错“JDBC”错误

部署完项目后 启动Tomcat报错 6个严重 最终所有问题指向JDBC驱动 自己查阅多方资料 Google 百度 但是无法解决 最终在研发大神的帮忙下 是项目文件的Mysql端口配置出现问题 所以配置一定要细心

十二月 18, 2018 1:37:29 下午 org.apache.catalina.core.StandardContext startInternal
严重: One or more Filters failed to start. Full details will be found in the appropriate container log file
十二月 18, 2018 1:37:29 下午 org.apache.catalina.core.StandardContext startInternal
严重: Context [/notice] startup failed due to previous errors
十二月 18, 2018 1:37:29 下午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
严重: The web application [/notice] registered the JDBC driver [com.alibaba.druid.mock.MockDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
十二月 18, 2018 1:37:29 下午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
严重: The web application [/notice] registered the JDBC 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.
十二月 18, 2018 1:37:29 下午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
严重: The web application [/notice] registered the JDBC driver [com.alibaba.druid.proxy.DruidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
十二月 18, 2018 1:37:29 下午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
严重: The web application [/notice] appears to have started a thread named [Druid-ConnectionPool-Create-1459020195] but has failed to stop it. This is very likely to create a memory leak.

藉已警示

猜你喜欢

转载自blog.csdn.net/weixin_44051608/article/details/85066128