logo  
Google
 

DB2 SQL-Error: -20212

SQLState: 46103

Short Description: USERDEFINED ROUTINE ENCOUNTERED AN EXCEPTION ATTEMPTING TO LOAD JAVA CLASS FROM JAR ORIGINAL EXCEPTION

A Java exception occured while DB2 was trying to load a Java class. The error can occur when loading the class that is identified in the EXTERNAL NAME clause, or a referenced class. This message could indicate more than that a class was not found. Some examples would be an I/O error occurring when reading the JAR file, or an SQL error occurring when reading the BLOB containing the JAR from the DB2 catalog. name the specific name of the external Java function or procedure that caused the ClassNotFoundException class-name the Java class DB2 was trying to load when the error occurred jar-name the jar that the class was being loaded from, if any exception-string contains as much of the toString() of the underlying exception that resulted in this ClassNotFoundException as fits, if anySystem action: The statement cannot be executed. A DSNX961 message describing the error will be displayed on the MVS system console. Programmer response: Correct the condition reported by the exception-string.

 <-  BACK TO INDEX