启动错误笔记:DruidDriver] but failed to unregister it when the web application was stopped,To prevent a memory leak, the JDBC Driver has been forcibly unregistered.

严重: One or more Filters failed to start. Full details will be found in the appropriate container log file
五月 30, 2019 2:26:21 下午 org.apache.catalina.core.StandardContext startInternal
严重: Context [/intelcommunity-web] startup failed due to previous errors
2019-05-30 14:26:23.019 [LEVEL:INFO ] Scheduler JMSpringScheduler_$_DESKTOP-JUB6URM1559197576526 shutting down.
2019-05-30 14:26:23.019 [LEVEL:INFO ] Scheduler JMSpringScheduler_$_DESKTOP-JUB6URM1559197576526 paused.
2019-05-30 14:26:23.019 [LEVEL:INFO ] Scheduler JMSpringScheduler_$_DESKTOP-JUB6URM1559197576526 shutdown complete.
2019-05-30 14:26:23.023 [LEVEL:INFO ] atomikos connection pool 'system': destroying pool...
2019-05-30 14:26:23.026 [LEVEL:INFO ] atomikos connection pool 'com': destroying pool...
2019-05-30 14:26:23.027 [LEVEL:INFO ] [com.jimi.jmspring.core.tool.jtads.JMJTADS] close 动态JTA数据库连接池资源释放完成!
五月 30, 2019 2:26:23 下午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
严重: The web application [/intelcommunity-web] 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.
五月 30, 2019 2:26:23 下午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
严重: The web application [/intelcommunity-web] 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.
[2019-05-30 02:26:23,057] Artifact intelcommunity-web:war exploded: Error during artifact deployment. See server log for details.
五月 30, 2019 2:26:26 下午 org.apache.catalina.loader.WebappClassLoaderBase findResourceInternal
信息: Illegal access: this web application instance has been stopped already. Could not load . The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
五月 30, 2019 2:26:46 下午 org.apache.catalina.loader.WebappClassLoaderBase loadClass
信息: Illegal access: this web application instance has been stopped already. Could not load org.apache.commons.pool2.impl.EvictionConfig. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
java.lang.IllegalStateException
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1777)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1735)
at org.apache.commons.pool2.impl.GenericObjectPool.evict(GenericObjectPool.java:743)
at org.apache.commons.pool2.impl.BaseGenericObjectPool$Evictor.run(BaseGenericObjectPool.java:1036)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)

Exception in thread "commons-pool-EvictionTimer" java.lang.NoClassDefFoundError: org/apache/commons/pool2/impl/EvictionConfig
at org.apache.commons.pool2.impl.GenericObjectPool.evict(GenericObjectPool.java:743)
at org.apache.commons.pool2.impl.BaseGenericObjectPool$Evictor.run(BaseGenericObjectPool.java:1036)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.pool2.impl.EvictionConfig
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1892)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1735)
... 4 more

如上这种错误  如果平时能运行得项目出现了,  要检查一下web.xml监听器 看是否有无效监听器

猜你喜欢

转载自www.cnblogs.com/kongji/p/10950045.html
今日推荐