Messages Output During Execution - Fujitsu J Adapter Class Generator User Manual

Fujitsu user's guide j adapter class generator
Table of Contents

Advertisement

90
Appendix A. Message List

Messages Output during Execution

This section explains the messages output during execution of programs using
adapter classes, including the operator responses to the messages.
Messages given while execution is underway are output to the same target output as
that of the DISPLAY statement that is specified by UPON SYSERR of COBOL. Refer
to "Fujitsu COBOL User's Guide" for the target output of the DISPLAY statement that
is specified by UPON SYSERR of COBOL.
Output of the messages given while execution is underway can be suppressed by
setting "YES" to the environment variable COBJNI_NOMESSAGE.
The message format is shown below:
Class name information:
Class name information indicates the adapter class in which an error occurred. The
format of class name information varies depending on the class type.
Adapter class type
Format
Class/interface
package-name/ ...
/class-name
Array of
boolean
[Z
basic
data
byte
[B
type
char
[C
short
[S
int
[I
long
[J
float
[F
double
[D
Class/interface array
[L package-name/ ...
/class-name;
Java VM initialization failed. Check the environment variables (PATH,
COBJNI_CLASSPATH) and JDK or JRE install environment.
The JDK, J2SDK, JRE, or J2RE environment contains an error. Check whether
the environment variables PATH and COBJNI_CLASSPATH are correct or whether
JDK, J2SDK, JRE, or J2RE is installed properly.
The current thread could not be connected to Java VM.
Check whether the program properly invokes the JVM-INIT method or the JVM-
ATTACH method.
The current thread could not be disconnected from Java VM.
Check whether the program properly invokes the JVM-TERMINATE method or
the JVM-DETACH method.
Message text
Explanation
Class name fully qualified by a package name. Package
and class names are separated by "/".
The number of "[" indicates the number of dimensions.
For instance, "[[Z" is used for a 2-dimensional array.
The number of "[" indicates the number of dimensions.
The number of "[" indicates the number of dimensions.
The number of "[" indicates the number of dimensions.
The number of "[" indicates the number of dimensions.
The number of "[" indicates the number of dimensions.
The number of "[" indicates the number of dimensions.
The number of "[" indicates the number of dimensions.
The number of "[" indicates the number of dimensions. A
class name fully qualified by a package name is enclosed
between "L" and ";".

Advertisement

Table of Contents
loading

Table of Contents