Hi,
We are using hibernate and c3p0 and we are seeing the following "Deathmarch" issue from c3p0:
ERROR org.hibernate.util.JDBCExceptionReporter - An SQLException was provoked by the following failure: java.lang.RuntimeException: Internal inconsistency: A (not new) checking-out statement is not in deathmarch.
We have upgraded to c3p0 0.9.5 but it has continued to appear intermittently. Are there any suggestions for other things we can try like setting max prepared statements to 0 so they don't get cached?
Thanks, Jeff
|