1. 程式人生 > >Tomcat報錯“JDBC”錯誤

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.

藉已警示