WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Test Connection failed

    Posted 04/13/15 12:21 PM
    Hi,

      We are getting the below error while trying the test connection.

    exception: java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2ConnectionPoolDataSource

    Any idea.!!!

     


  • 2.  Test Connection failed

    Posted 04/14/15 05:24 AM
    Hi sathishts,

      Please provide details about your environment (WAS version, SO,...) and if you can put the complet error or SystemOut.log
     
      Your problem is related to the Datasource implementation class. In your configured driver is not com.ibm.db2.jcc.DB2ConnectionPoolDataSource class.
     
      Please check in you driver configuration if you are reaching the file (jar file). Normally if you configure the driver using wizard WebSphere variables are used, so you need to check this WebSphere Variables a pointing to some path in your system.
     
      after verify that you are reaching the file, then check that the class exists in your driver.
     
      Hope this helps. Tell us if you need more support.
     
    Regards


  • 3.  Test Connection failed

    Posted 04/15/15 09:20 AM
    Thanks Gabriel...
    Issue resolved... The java class (*.jar) files were not mapped properly.