Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

DB2 Datasource problem in Websphere 5.0

  Asked By: Ketan    Date: Jul 13    Category: Java    Views: 1198
  

I am using DB2 v8.1.7.644 and created a DB PFizer. In websphere 5.0
I have created datasource PGMQuality. When I start the server I get
the following error:


[8/12/05 16:13:05:203 IST] 5ff7e678 ConnectionFac E J2CA0036E: An
exception occurred while invoking method setDataSourceProperties on
com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl used by
resource PGMQuality : java.lang.reflect.InvocationTargetException:
com.ibm.ws.exception.WsException: DSRA0023E: The DataSource
implementation class "COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource"
could not be found.
at
com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException.<init>
(DataStoreAdapterException.java:251)
at
com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException.<init>
(DataStoreAdapterException.java:172)
at
com.ibm.ws.rsadapter.AdapterUtil.createDataStoreAdapterException
(AdapterUtil.java:182)

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Jake Williams     Answered On: Jul 13

See if the db2  JDBC driver "db2java.zip" is installed in the following directory:

<DB2 INSTHOME>/sqllib/java/db2java.zip
The confiiguration file of websphere  "admin.config" in the <WAS_ROOT>/bin directory
should contain the above path..

 
Didn't find what you were looking for? Find more on DB2 Datasource problem in Websphere 5.0 Or get search suggestion and latest updates.




Tagged: