Android Question RDC C3P0 Error Resource Pool Exeception

alienhunter

Active Member
Licensed User
Longtime User
Hi Erel ,
how do i reset this error (see jpg please )
i tried all kinds of settings but no luck
thanks

B4X:
c3p0.maxStatements=150
c3p0.maxIdleTime=1
c3p0.breakAfterAcquireFailure=true
c3p0.idleConnectionTestPeriod=300
c3p0.checkoutTimeout=30000
c3p0.initialPoolSize=50
c3p0.minPoolSize=50
c3p0.maxPoolSize=1000
c3p0.numHelperThreads=30
c3p0.unreturnedConnectionTimeout=0
 

Attachments

  • c3p0.jpg
    c3p0.jpg
    98.6 KB · Views: 158

alienhunter

Active Member
Licensed User
Longtime User
Seems like the important error message is missing in that screenshot.

do you need to see the error when it is firing up the command ?


this error came up when i was shutting the RDC dos box and changing in in the C3P0 settings to more Poolsize
and restarting the RDC bat file , it looks like there was a not finished transaction or something in the pool when shutting
down the dos box , or it is stuck in the mysql server ,somehwere else ?
 
Upvote 0
Top