B4J Question MySQL: com.mchange.v2.resourcepool.TimeoutException

Mashiane

Expert
Licensed User
Longtime User
Hi there

I am using Mysql 8.0.30.

I am getting this error sometimes when I try to connect

B4X:
(TimeoutException) com.mchange.v2.resourcepool.TimeoutException: A client timed out while waiting to acquire a resource from com.mchange.v2.resourcepool.BasicResourcePool@7cc0cdad -- timeout at awaitAvailable()

Other settings
B4X:
#AdditionalJar: mysql-connector-java-8.0.30.jar

Java 19.02

PS: I am testing this project

 
Last edited:

aeric

Expert
Licensed User
Longtime User
I am testing this project
May I know whether you get the same error with the original jRDC2?

Can you also verify this example?
 
Upvote 0
Top