开发者社区 问答 正文

tomcat 日志中发现如下问题,请问如何处理?

tomcat 日志中发现如下问题,如何处理?
2016-05-26 17:06:36,768 - A C3P0Registry mbean is already registered. This probably means that an application using c3p0 was undeployed, but not all PooledDataSources were closed prior to undeployment. This may lead to resource leaks over time. Please take care to close all PooledDataSources.

展开
收起
落地花开啦 2016-06-01 19:00:38 2312 分享 版权
1 条回答
写回答
取消 提交回答
  • 喜欢技术,喜欢努力的人

    用spring的话再配置文件里加上destroy时调用close方法
    目测这个错误可以忽略

    2019-07-17 19:23:42
    赞同 展开评论