Title:
removeOnExceptions is true for <datasource_name>. Closed the physical connection.
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/Workaround
Reporter/Name(from Bugbase): David Wright / David Wright (David Wright)
Created: 05/20/2015
Components: Database
Versions: 11.0
Failure Type: Performance Issue
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Linux
Vote Count: 0
Problem Description:
Any query including a join to a database link table produces this error in the coldfusion-out.log. Using the standard Oracle driver.
Steps to Reproduce:
Run a query that joins at least 2 tables, one of which is from a database link.
Actual Result:
Query runs fine but the error:
removeOnExceptions is true for <datasource_name>. Closed the physical connection.
shows up in the coldfusion-out.log and database connections are closed.
Expected Result:
No error. Database connections remain open.
Any Workarounds:
Clearing Maintain Connections - https://helpx.adobe.com/coldfusion/kb/coldfusion-mx-removeonexception-errors-serverlog.html
Wrapping a query in a <cftransaction> tag.
This is also happening on our CF9 servers. We are trying to upgrade to CF11 and have noticed that the performance of CF11 running the same code as our CF9 servers is very poor. Queries are reasonably fast at one time and then slow down to a crawl or timeout altogether. Trying to determine if this error is causing issues with CF11.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3991616
External Customer Info:
External Company:
External Customer Name: David
External Customer Email:
External Test Config: Ubuntu linux 14.04, 16GB memory, 8CPUs
Apache 2.4
Oracle 11g database
Standard CF install
Attachments:
- July 07, 2015 00:00:00: 1_serversettings.doc
Comments: