SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual—523730-004
12-13
Cause. Initialization of the language manager failed because a required Java class
could not be loaded or because a required Java method was not found.
Effect. The operation fails.
Recovery. Check the installation of the HP NonStop Server for Java product and the
SQL/MX language manager. Verify the existence of the specified class. Stop and
restart the session, and retry the SQL/MX statement.
SQL 11202
Cause. Initialization of the language manager failed during creation of the Java Virtual
Machine.
Effect. The operation fails.
Recovery. Check the installation of the NonStop Server for Java product. Stop and
restart the session, and retry the SQL/MX statement.
SQL 11203
Cause. Initialization of the language manager failed during creation of an internal
LmClassLoader object. This failure might have happened because the file
mxlangman.jar is missing or corrupted.
Effect. The operation fails.
Recovery. The LmClassLoader class is part of the file
/usr/tandem/sqlmx/udr/mxlangman.jar. Verify that the file exists and has not
been modified after installation. Stop and restart the session, and retry the SQL/MX
statement.
SQL 11204
Where method-name is the name of a Java method.
Where description is text further explaining the problem.
Cause. During a CREATE PROCEDURE operation, the specified Java method could
not be located for verification purposes.
11202 Language Manager initialization failed. Details: Unable
to initialize the Java virtual machine.
11203 The Language Manager failed to create its class loader,
possibly due to corrupt mxlangman.jar file.
11204 Unable to validate Java method ‘method-name’ because a
Java exception was encountered. Details: description.