Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Leith Tussing / Leith Tussing (Leith Tussing)
Created: 08/18/2015
Components: Database
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description: We have intermittent "Error Executing Database Query. Timed out trying to establish connection" from applications on our production server. We had not witnessed these on our development server but once they had been moved to the live one they started happening. Our .NET applications run from the same IIS server and connect to the same MS-SQL 2014 SP1 server. The connection issue will typically happen once for a website and then you can just reload the page and everything works as expected.
Steps to Reproduce: Not consistently reproducible. After forcing the development server to have a -XX:MaxMetaspaceSize=192 value and making all DB connections including the client variables DB encrypted we could more frequently make it happen. It seems to happen the most frequently when the client variable store DB connection times out and is closed along with the particular websites datasources. We also recycle the CF services nightly, otherwise if left online it seems to happen at a much more frequent rate too.
Actual Result: The CF websites seem to hang for 30 seconds before the connection times out and you get a CF error for the currently trying to run query. "Error Message: Error Executing Database Query. Error Executing Database Query. Timed out trying to establish connection" The full trace for it is attached as a text file.
Expected Result: All connections connect.
Any Workarounds: None found yet
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4038865
External Customer Info:
External Company:
External Customer Name: Leith
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows 2008 R2 64bit Hyper-V VM
IIS 7.5 website connectors are installed per website and not ALL since not all websites use CF (3 websites use CF and 4 others use .NET)
ColdFusion 11 with Patch 5 (connectors rebuilt using latest version)
-Xms2048m -Xmx8192m
Java JRE 1.8.0_51
MS-SQL 2014 SP1 with SSL communication enforced (using a domain signed certificate)
All datasources have "EncryptionMethod=SSL;ValidateServerCertificate=false" to enable encryption but ignore the domain signed certificate
Client Variables set to MS-SQL DB as default (connection also encrypted)
Attachments:
- August 19, 2015 00:00:00: 1_CF11_StackTrace.txt
- August 26, 2015 00:00:00: 2_2015.08.25_0924.zip
Comments: