zoukankan      html  css  js  c++  java
  • 严重: The web application [] registered the JDBC driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDB

    idea项目启动报如下错误, 网上的方法都试了都没用, 一直没解决, 干掉项目, 重新从svn检出就好了...坑 啊

    Root WebApplicationContext: initialization completed in 26484 ms
    九月 14, 2018 10:15:03 上午 org.apache.catalina.core.StandardContext startInternal
    严重: Error filterStart
    九月 14, 2018 10:15:03 上午 org.apache.catalina.core.StandardContext startInternal
    严重: Context [] startup failed due to previous errors
    [INFO ] 2018-09-14 10:15:03,425: 27580 - method:org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:875)
    Closing Root WebApplicationContext: startup date [Fri Sep 14 10:14:36 GMT+08:00 2018]; root of context hierarchy
    [INFO ] 2018-09-14 10:15:03,428: 27583 - method:org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.stop(DefaultLifecycleProcessor.java:356)
    Stopping beans in phase 2147483647
    [INFO ] 2018-09-14 10:15:03,531: 27686 - method:com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:982)
    {dataSource-2} closed
    [INFO ] 2018-09-14 10:15:03,536: 27691 - method:com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:982)
    {dataSource-1} closed
    九月 14, 2018 10:15:03 上午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
    严重: The web application [] 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.
    九月 14, 2018 10:15:03 上午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
    严重: The web application [] registered the JDBC driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
    九月 14, 2018 10:15:03 上午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    严重: The web application [] created a ThreadLocal with key of type [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1] (value [com.microsoft.sqlserver.jdbc.ActivityCorrelator$1@d6cb102]) and a value of type [com.microsoft.sqlserver.jdbc.ActivityId] (value [65180d39-8a49-4f34-81bb-8276a848669e-0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    [2018-09-14 10:15:03,579] Artifact PPMSWEB:war exploded: Error during artifact deployment. See server log for details.
  • 相关阅读:
    Windows 设置自启动计划任务(非登录启动)
    C# 计算代码执行时间
    使用RabbitMQ做数据接收和处理时,自动关闭
    Winform 连接Web Service 记录
    【转】DataTable 中数据筛选
    更改数据库管理员sa账户密码
    数据库显示可疑的修复方法
    SQL SERVER 2008 删除某个数据库的所有连接进程
    数据库自动备份还原成新库脚本
    关于BindingSource 组件的一些用法
  • 原文地址:https://www.cnblogs.com/yadongliang/p/9655918.html
Copyright © 2011-2022 走看看