DFHSJ-ERROR container
DFHSJ-ERROR is a container of DATATYPE(BIT). Errors generated during validation or execution of DFHSJJI are returned as a fullword binary value in the DFHSJ-ERROR container.
The following validation errors can be returned by DFHSJJI:
- 1
- The specified channel name is not valid. The channel name must be specified as DFHSJJS-V1.
- 2
- The container DFHSJ-JVMSERVER does not exist, or is empty.
- 3
- The name specified in the DFHSJ-JVMSERVER container is too long. The name must be 1 - 8 characters long.
- 4
- The container DFHSJ-USERCLASS does not exist, or is empty.
- 5
- The name specified in the DFHSJ-USERCHANNEL container is not valid. The name must be 1 - 16 characters long.
- 6
- The XML received from the PIPELINE is invalid.
The following execution errors can be returned by DFHSJJI:
- 51
- The specified JVMSERVER does not exist.
- 52
- The specified JVMSERVER exists, but is not enabled.
- 53
- The specified wrapper class was not found in the class path.
- 54
- The Java user program ended abnormally.
- 55
- The attach thread method failed; a non-zero return code was received from AttachCurrentThread().
- 56
- The specified method and signature combination was not found in the user class.
- 57
- The detach thread method failed; a non-zero return code was received from DetachCurrentThread().
- 58
- An unhandled exception was thrown inside the JVM.
- 59
- The domain was called without a parameter list in the container.
- 60
- The thread failed and was terminated.
- 61
- The program was not able to create a new thread because the maximum number of threads has been reached or LE Enclave has terminated.