【发布时间】:2015-02-05 08:46:01
【问题描述】:
我正在使用 c3p0-0.9.2.1 jar,我的类路径和 lib 文件夹中有这个 jar。 每当我第一次连接时,我都会收到此错误:
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "The configuration file for resource identifier '/mchange-commons.properties' could not be found. Skipping.", exception -> java.io.FileNotFoundException: Resource not found at path '/mchange-commons.properties'.]
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "The configuration file for resource identifier 'hocon:/reference,/application,/' could not be found. Skipping.", exception -> java.io.FileNotFoundException: HOCON lib (typesafe-config) is not available. Also, no resource available at '/reference,/application,/' for HOCON identifier 'hocon:/reference,/application,/'.]
我的应用程序运行良好。我无法判断这个错误是什么,我应该担心这个错误吗?如果是,如何消除这个错误。我做错了什么。
【问题讨论】: