Hi all,
I copied a working project from Linux to Windows 2012 Server and I am getting the following error:
"java.sql.SQLException: An attempt by a client to checkout a Connection has timed out."
I searched the Forum and it seems to be related to network problems. Can you advice on what to investigate in detail?
Firewall port is ok, jServer works regularly when accessing an handler not involving MySQL, connector is "mysql-connector-java-5.1.40-bin.jar".
Someone else installed MySQL on W2012 so I don't know if they set any parameter that could cause the problem; eventually let me know what to check.
A final consideration: this is a copy&paste project, I have no time to substitute all the DB stuff with jRDC2 (yes, on next project I'll learn and use it, promise).
Any help welcome. TIA
I copied a working project from Linux to Windows 2012 Server and I am getting the following error:
"java.sql.SQLException: An attempt by a client to checkout a Connection has timed out."
I searched the Forum and it seems to be related to network problems. Can you advice on what to investigate in detail?
Firewall port is ok, jServer works regularly when accessing an handler not involving MySQL, connector is "mysql-connector-java-5.1.40-bin.jar".
Someone else installed MySQL on W2012 so I don't know if they set any parameter that could cause the problem; eventually let me know what to check.
A final consideration: this is a copy&paste project, I have no time to substitute all the DB stuff with jRDC2 (yes, on next project I'll learn and use it, promise).
Any help welcome. TIA