Skip to main content
Participant
July 18, 2014
Answered

Specific instances not connecting to DSNs

  • July 18, 2014
  • 1 reply
  • 500 views

Very odd issue that has just started with our CF10 environment with 2 of our dev boxes.....I have a box for example that has been configured with 2 instances....dev-app and dev-admin.   Randomly both instances will have issues talking to our DSN's , the main coldfusion admin http://localhost/CFIDE/administrator communicates no problem with the same set of DSN's.   I have 2 boxes out of 15 acting like this....they are all setup exactly the same in terms of virtulization, firewall, etc

Specific error I receive is

  • Connection verification failed for data source: cc_core
    java.sql.SQLException: Timed out trying to establish connection
    The root cause was that: java.sql.SQLException: Timed out trying to establish connection

I am at a loss why these boxes are suddenly popping up with these DSN timeouts....I have even rebuilt one of the boxes as far as CF goes but still same issue.....it might work again but I can't have it soo flaky.

This topic has been closed for replies.
Correct answer desispeed

This issue was corrected and had nothing to do with ColdFusion in the end , it was related to a networking issue where 2 of the boxes(VM's) were sharing a MAC address.  This occurred after I was testing Windows Network Balancing on the boxes, once I removed that component it caused all kinds of weird issues.   Once the MAC was changed the DSN issue of course went away.

1 reply

BKBK
Community Expert
Community Expert
July 19, 2014

Your database brand?

desispeedAuthorCorrect answer
Participant
July 21, 2014

This issue was corrected and had nothing to do with ColdFusion in the end , it was related to a networking issue where 2 of the boxes(VM's) were sharing a MAC address.  This occurred after I was testing Windows Network Balancing on the boxes, once I removed that component it caused all kinds of weird issues.   Once the MAC was changed the DSN issue of course went away.

BKBK
Community Expert
Community Expert
July 21, 2014

Quite interesting. Thanks for sharing it with us. Please mark your post as the 'correct' answer.