Hi all,
My app uses db2 type two drivers and for some reason I cannot get weblogic to start up. I am pretty sure I am missing .jar files in my classpath but I can’t figure out what they are, can someone tell me what I need?
btw this works fine with my type4 connection pool for some reason.
This is the error I get when I try to target a server with the connection pool:
Distributed Management [1 exceptions] Error creating connection pool slic.pool.db2: Could not load ‘COM.ibm.db2.jdbc.app.DB2Driver If this is a type-4 JDBC driver, it could occur if the JDBC driver is not in the system CLASSPATH. If this is a type-2 JDBC driver, it may also indicate that the Driver native layers(DBMS client lib or driver DLL) have not been installed properly on your system or in your PATH environment variable. This is most likely caused by one of the following: 1. The native layer SO, SL, or DLL could not be found. 2. The file permissions on the native layer SO, SL, or DLL have not been set properly. 3. The native layer SO, SL, or DLL exists, but is either invalid or corrupted. For more information, read the installation documentation for your JDBC Driver.
This also works fine when i start weblogic from a separate script that was not built by me.