Tuesday, March 16, 2010

WAS - Thin drive ClassNotFoundException

Websphere Application Server  - Thin drive ClassNotFoundException - Solution

The test connection operation failed for data source opstar on server server1 at node LHX00CND84324PVNode02 with the following exception: java.lang.ClassNotFoundException: DSRA8000E: No jar or zip files found in /ojdbc14.jar

    Solution: While creating the JDBC Provider give complete class path for the thin drive (ojdbc14.jar) jar file explicitly.

Note that for WAS 6.1 we need to use ojdbc14.jar where as for WAS 7.0 we need to use ojdbc6.jar

No comments:

Post a Comment