Timed out trying to establish connection - Java only
I am running CF8.0.1 with sql 2000 on windows 2003. I've been intermittenly experiencing the error below. I've gone and researched as much as I can and none of the answers apply to me. It seems that when Java objects try to reach me sql database I get the timed out message. This happens once a few days and hangs the server until I restart coldfusion.
If I try to reach the same table with a cfquery tag and output the results, I have no problem. Only java classes seem to be affected by this issue. Restarting the coldfusion service fixes it, but its not reasonable to restart it every other day.
Error Occurred While Processing Request
Timed out trying to establish connection
The error occurred in ****
Called from ****
Called from *****19 : storeGroupID = -1;
20 : storeID = intSID;
21 : acContext.initialize(javacast("long",storeGroupID), javacast("long",storeID));
22 :
23 : // create an authenticator for user authentication.
I am runni
