DFHSJ0212 DATE TIME APPLID An error occurred while terminating the JVM belonging to the JVMSERVER resource jvmserver. Reason code: {TERMINATION_CLASS_NOT_FOUND | ERROR_LOCATING_MAIN_METHOD | ERROR_CODE_UNRECOGNIZED | TERMINATION_CLASS_TIMED_OUT}.

Explanation

An error occurred when terminating the JVM belonging to the JVMSERVER resource jvmserver. The reason code provides further information about why the JVM failed to terminate correctly.

TERMINATION_CLASS_NOT_FOUND

A termination class that was specified in the JVM profile cannot be found. An exception is output to the standard error stream.

ERROR_LOCATING_MAIN_METHOD

An attempt to locate the main method a termination class has failed. An exception is output to the standard error stream.

ERROR_CODE_UNRECOGNIZED

TERMINATE_JVM returned an error that was not handled.

TERMINATION_CLASS_TIMED_OUT

A termination class that was specified in the JVM profile has not completed execution in the time allowed by CICS. Execution of the class was halted.

System action

CICS continues terminating the JVM and returns an error to the calling module.

User response

Examine reason code msg_reason to determine why the error occurred during JVM termination and, if required, perform one of the following user actions:

TERMINATION_CLASS_NOT_FOUND

Check the following in the JVM profile:

  • The directory or archive containing the termination class is added to the class path using the CLASSPATH_SUFFIX option.

  • The termination class is fully qualified.

Use the exception output to the standard error stream, to determine the cause of the problem.

TERMINATION_CLASS_TIMED_OUT

Ensure that the classes specified in the JVM profile are not long running tasks and that they complete within a reasonable amount of time.

ERROR_LOCATING_MAIN_METHOD

Use the exception output to the standard error stream to determine the cause of the problem.

ERROR_CODE_UNRECOGNIZED

Contact IBM Support.

Module

DFHSJIN

XMEOUT parameters/Message inserts

  1. DATE
  2. TIME
  3. APPLID
  4. jvmserver
  5. Value chosen from the following options:

Destination

CSMT