C3p0 APPARENT DEADLOCK exception

后端 未结 3 794
粉色の甜心
粉色の甜心 2021-02-08 03:02

I keep getting this exception in my Tomcat log:

com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector run
WARNING: com.mchange.v2.async.ThreadPoolAs         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-08 03:42

    Got a similar error like this before.

    It could also be caused by database server blocking your IP. Make sure your servers' IP are not blocked by the database server/cloud provider.

    In my case, was trying to insert data to the database in the cloud with multithreading, and it only works on the local, but not on a server (on a different network).

提交回复
热议问题