![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
All my java programs that use jdbc started giving the following error today. They have been running for years. Message: INTERNAL ERROR: Creation of DB2Driver object for registering with DriverManager failed. SQL state: HY000 Vendor code: -99999 The chained exception is: Message: Internal driver error. SQL state: HY000 Error code: -99999: The system is V5R3. The job CCSID is 37. No PTF applied recently. /QIBM/ProdData/OS400/Java400/ext/db2_classes.jar seems to be OK Its link /QIBM/UserData/Java400/ext/db2_classes.jar seems to be OK. JDK is the default 1.4. Tried to reboot AS400. Tried to run the code in Qshell and well as Tomcat server. What can be wrong? Thanks. Bruce My program can be as simple as this: Class.forName(driver); // driver= com.ibm.db2.jdbc.app.DB2Driver connection = DriverManager.getConnection(url); //url= jdbc:db2://*LOCAL |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |