tracker issue : CF-4196837

select a category, or use search below
(searches all categories and all time range)
Title:

CF11 upate 10 - macromedia_drivers.jar not working on Oracle 11g R2

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): PIERRE THES / PIERRE THES (PIERRE THES)

Created: 10/20/2016

Components: Hot Fix Installer

Versions: 11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Problem Description:after installing CF11 update 10, oracle datasource doesn't work anymore.

Steps to Reproduce: Deploy update 10 on CF11

Actual Result:Error message on coldfusion administration is :
Connection verification failed for data source: oracle
java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.
The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.

Expected Result:

Any Workarounds: go back with old macrmomedia_drivers.jar (cf11 update 7)

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4196837

External Customer Info:
External Company:  
External Customer Name: PIERRE THES
External Customer Email:  
External Test Config: My Hardware and Environment details: coldfusion cf11 server is installed on windows 2008 64bits, I am using Java 1.8.0_25-b18 (64 bits)



Database server is windows 2008 



Oracle version is 11g R2

Attachments:

Comments:

This is new try to deploy patch on cf11 after same issue described with Bug CF-4162547 . Full stacktrace is : java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read. at macromedia.jdbc.oraclebase.ddcr.b(Unknown Source) at macromedia.jdbc.oraclebase.ddcr.a(Unknown Source) at macromedia.jdbc.oraclebase.ddcq.b(Unknown Source) at macromedia.jdbc.oraclebase.ddcq.a(Unknown Source) at macromedia.jdbc.oraclebase.ddcq.a(Unknown Source) at macromedia.jdbc.oracle.OracleImplConnection._(Unknown Source) at macromedia.jdbc.oraclebase.BaseConnection.b(Unknown Source) at macromedia.jdbc.oraclebase.BaseConnection.k(Unknown Source) at macromedia.jdbc.oraclebase.BaseConnection.b(Unknown Source) at macromedia.jdbc.oraclebase.BaseConnection.a(Unknown Source) at macromedia.jdbc.oraclebase.BaseDriver.connect(Unknown Source) at macromedia.jdbc.MacromediaDriver.connect(Unknown Source) at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:614) at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67) at java.lang.Thread.run(Thread.java:745)
Comment by External U.
1605 | October 20, 2016 06:52:54 AM GMT
Hi Pierre, This is a duplicate of another bug #CF-4165262. So, closing this bug and we will track it with the original bug. However, we are unable to repro this issue at our end. It would be nice if you can share the simple repro case.
Comment by Nimit S.
1606 | April 28, 2017 12:28:32 PM GMT
Hi Nimit Sharma This is not duplicate of bug #CF-4165262 Here the driver doesn't work at all ! The way to reproduce is just to use the coldfusion administration interface and verify connection : the error will appear immediatly
Comment by PIERRE T.
1607 | July 05, 2017 12:33:28 PM GMT
Hi Pierre, Thanks for sharing the information. Can you please try with the latest macromedia_drivers.jar hosted at below given location: Location: https://cfdownload.adobe.com/pub/adobe/coldfusion/temp/macromedia_drivers.jar MD5 Checksum: e171251f7c26af91db17b569f503adcc Steps to apply this jar: 1. Stop ColdFusion service 2. Navigate to <cf_install_root>/<instance_name>/lib 3. Take backup of macromedia_drivers.jar 4. Replace it with the latest driver jar. 5. Start ColdFusion service Thanks, Nimit
Comment by Nimit S.
1608 | July 05, 2017 01:24:28 PM GMT
Hi Nimit, This new driver works fine. Thank you very much !!! Pierre
Comment by PIERRE T.
1609 | July 06, 2017 07:40:34 AM GMT