Hi,
I'm using latest Hibernate 2.X in my web application development. I'm noticing every now and then weird errors in my log file
Code:
c3p0-TRAVIS: An idle resource is broken and must be purged.
c3p0-TRAVIS: java.sql.SQLException: Connection is invalid
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1.refurbishResource(C3P0PooledConnectionPool.java:141)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1.refurbishIdleResource(C3P0PooledConnectionPool.java:105)
at com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask.run(BasicResourcePool.java:1105)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:148)
What does this mean, and what can I do to fix it?
Thanks, Jason