HP Neoview Messages Manual page 247

Table of Contents

Advertisement

SQL 1 1222
11222 The operation failed because the Java Virtual Machine ran out of
memory.
Cause
The Java Virtual Machine, hosted by the UDR server, did not have enough memory
to execute a Java method. This error condition will be accompanied by another condition that
shows when the Java Virtual Machine encountered the error.
Effect
The operation fails.
Recovery
Stop and restart the session and retry the SQL statement.
SQL 1 1223
11223 Language Manager encountered an internal error. detail-text
Cause
The language manager encountered an unexpected internal error. More information
appears in detail text.
Effect
The operation fails.
Recovery
Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1 1230
11230 Multiple compatible Java methods named method-name were found in
Java class class-name.
is the Java method name specified in the EXTERNAL NAME clause of a
method-name
CREATE PROCEDURE statement.
is the Java class name specified in the EXTERNAL NAME clause of a
class-name
CREATE PROCEDURE statement.
Cause
During the execution of a CREATE PROCEDURE statement, multiple SPJ methods
were found in the specified Java class. Each SPJ method was named
class-name.method-name and had a Java type signature matching the declared SQL
parameter types. If the DYNAMIC RESULT SETS clause specified a value greater than 0 (zero),
each method also had one or more trailing java.sql.ResultSet[] parameters.
Effect
The operation fails.
Recovery
Either ensure that exactly one SPJ method with the required attributes exists in
the specified class file, or direct Neoview SQL to choose a specific SPJ method by specifying
that method's Java type signature in the EXTERNAL NAME clause; and resubmit.
SQL 1 1231
11231 The Java method method-name(signature) in Java class class-name
is not a public method.
is the Java method name specified in the EXTERNAL NAME clause of a
method-name
CREATE PROCEDURE statement.
is a Java type signature.
signature
is the Java class name specified in the EXTERNAL NAME clause of a
class-name
CREATE PROCEDURE statement.
Cause
During the execution of a CREATE PROCEDURE statement, a method named
method-name was found in the specified Java class, but the method did not have the public
attribute.
Effect
The operation fails.
Recovery
Correct the signature of the SPJ method, and resubmit.
247

Advertisement

Table of Contents
loading

Table of Contents