EXEL messages
JVMEXEL058E Internal VM error: Out of memory
Explanation
There is not enough virtual memory to satisfy a memory
allocation request.
System action
The JVM ends.
User response
Contact your IBM Service representative.
JVMEXEL059E Internal VM error: Failed to find class java/lang/String
Explanation
The java/lang/String class is not
found in the class path.
System action
The JVM ends.
User response
Contact your IBM Service representative.
JVMEXEL060E Internal VM error: Failed to create byte array for class
name %s
Explanation
Byte array creation failed.
System action
The JVM ends.
User response
Contact your IBM Service representative.
JVMEXEL061E Internal VM error: Failed to create java/lang/String for
class name %s
Explanation
Creation of java/lang/String failed.
System action
The JVM ends.
User response
Contact your IBM Service representative.
JVMEXEL062E Internal VM error: Out of memory converting string to UTF
characters for class name %s
Explanation
The amount of available memory is too low to perform
the conversion.
System action
The JVM ends.
User response
Contact your IBM Service representative.
JVMEXEL063E Class %s does not implement main()
Explanation
The main() method is not found.
System action
The JVM ends.
User response
Ensure that the target class implements the main() method.
JVMEXEL064E The method main must be declared public, static and void.
Explanation
The main() method should always be
public, static, and void.
System action
The JVM ends.
User response
Ensure that the main() method is
declared correctly.
JVMEXEL065E Internal VM error: Failed to create argument array
Explanation
An internal JVM error occurred.
System action
The JVM ends.
User response
Contact your IBM Service representative.
JVMEXEL066E Internal VM error: Failed to create byte array for argument
%s
Explanation
An internal JVM error occurred.
System action
The JVM ends.
User response
Contact your IBM Service representative.
JVMEXEL067E Internal VM error: Failed to create java/lang/String for
argument %s
Explanation
An internal JVM error occurred.
System action
The JVM ends.
User response
Contact your IBM Service representative.
JVMEXEL068E Internal VM error: Failed to set array element for %s
Explanation
An internal JVM error occurred.
System action
The JVM ends.
User response
Contact your IBM Service representative.
JVMEXEL074E Unable to redirect console to: %1$s:%2$d
Explanation
Failed to establish a socket connection to the target
remote console.
System action
The JVM console output is not redirected to the target
console.
User response
Ensure that the remote console is accessible.
JVMEXEL083E Could not open file: %s
Explanation
The target file cannot be accessed.
System action
The JVM console output is not redirected to the target
file.
User response
Ensure that the target file is accessible.
JVMEXEL084W Unable to make a backup copy of file: %s
Explanation
The JVM failed to back up the file.
System action
The JVM continues without backing up the file.
User response
Ensure that the target file has the correct access
permission.
JVMEXEL085W WARNING: The command line argument "%s" has
been deprecated. WARNING: Use "-jxe <path>" instead.
Explanation
The specified command-line argument is no longer valid.
System action
The JVM ignores the command-line argument and continues
to run.
User response
Replace the command-line argument as suggested in
the message text.