NoSuchMethodError raised when using ojdbc14.jar.

NoSuchMethodError raised when using ojdbc14.jar.

book

Article ID: KB0090330

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
===========
Error "NoSuchMethodError" refers to the method oracle.jdbc.pool.OracleDataSource.setConnectionProperties .

Environment:
===========
TIBCO BusinessEvents 5.0.1.
All Operating Systems.

Symptoms:
===========
Error NoSuchMethodError is raised which refers to the method oracle.jdbc.pool.OracleDataSource.setConnectionProperties in BE log. This was confirmed even after adding ojdbc14.jar to CLASSPATH as JDBC driver.

Cause:
===========
Method oracle.jdbc.pool.OracleDataSource.setConnectionProperties is not contained in ojdbc14.jar.

Resolution:
===========
If using Java 1.5 use ojdbc5.jar. If using Java 1.6 use ojdbc6.jar.

Issue/Introduction

NoSuchMethodError raised when using ojdbc14.jar.