2.9 Messages from KDEC81500 to KDEC81799
This section describes the messages from KDEC81500 to KDEC81799.
-
KDEC81500-E
An internal error occurred in a command adapter. (service ID = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Exception information
- Description
-
A runtime error occurred in a command adapter.
- (S)
-
Processing is interrupted.
- (O)
-
Contact maintenance personnel to investigate the cause of the error.
-
KDEC81510-E
An unsupported message format was specified. (service ID = aa....aa, operation name = bb....bb, message type = cc....cc, message format = dd....dd)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Message type
-
REQUEST: Request message
-
RESPONSE: Response message
dd....dd: Message format
-
XML: XML format
-
BINARY: Binary format
-
ANY: ANY format
-
NONE: Uninitialized or undefined
-
UNKNOWN: Unknown format
- Description
-
An unsupported message type was specified.
- (S)
-
Processing is interrupted.
- (O)
-
If the message format is NONE, check whether the adapter message is undefined. If the message is defined, make sure that the initialized message is used.
If the message format is not NONE, make sure that message format available for the command adapter is specified.
-
-
KDEC81511-E
An error occurred during acquisition of a body request message. (service ID = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during acquisition of a body request message.
- (S)
-
Processing is interrupted.
- (O)
-
Make sure that the correct message is specified in the body request message. If the correct message is specified, see the exception information and eliminate the cause of the error.
-
KDEC81512-E
An error occurred during response processing of a body response message. (service ID = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during response processing of a body response message.
- (S)
-
Processing is interrupted.
- (O)
-
See the exception information and eliminate the cause of the error.
If the cause of the error is not associated with operations, collect the log and trace information, and then contact maintenance personnel.
-
KDEC81513-E
Asynchronous communication is not supported. (service ID = aa....aa, operation name = bb....bb)
aa....aa: Service ID
bb....bb: Operation name
- Description
-
Asynchronous communication is not supported.
- (S)
-
Processing is interrupted.
- (O)
-
Check the communication model setting of the adapter.
-
KDEC81514-E
An unsupported operation name was specified. (service ID = aa....aa, operation name = bb....bb)
aa....aa: Service ID
bb....bb: Operation name
- Description
-
An unsupported operation name was specified.
- (S)
-
Processing is interrupted.
- (O)
-
Specify an operation supported by the command adapter, and then re-execute the invoke service request.
-
KDEC81530-E
An error occurred during the analysis of a body request message. (service ID = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Exception information (message for the exception thrown from the lower level, or one of the following messages indicating the cause of the error)
-
NO ELEMENT: <Path of the element>
-
INVALID VALUE: <Path of the element>=<Value>
- Description
-
An error occurred during analysis of a body request message.
- (S)
-
Processing is interrupted.
- (O)
-
Make sure that the correct message is specified in the body request message. If the correct message is specified, see the exception information and eliminate the cause of the error.
-
-
KDEC81531-E
The order of the element argumentN specified in the body request message is invalid. (service ID = aa....aa, operation name = bb....bb, element path = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: <Path of the element>
- Description
-
The order of the argumentN element specified in the body request message is invalid.
- (S)
-
Processing is interrupted.
- (O)
-
The element that specifies an argument in the body request message does not comply with the schema. Specify the message according to the schema.
-
KDEC81532-E
An error occurred during setting a process variable. (service ID = aa....aa, operation name = bb....bb, name = cc....cc, value = dd....dd, exception information = ee....ee)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Environment variable name
dd....dd: Variable value
ee....ee: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during setting of a process environment variable.
- (S)
-
Processing is interrupted.
- (O)
-
Check and, if necessary, revise the contents of the process environment-variable definition file. An environment variable or value prohibited by the OS might be specified.
-
KDEC81533-E
An attempt to analyze a command failed. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
- Description
-
An attempt to analyze a command failed.
- (S)
-
Processing is interrupted.
- (O)
-
Check and, if necessary, revise the following:
-
Contents of the body request message
-
Contents of the command-execution permission definition file
-
-
KDEC81550-I
A process will be started. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
- Description
-
The process will start.
-
KDEC81551-I
A process was completed. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc, exit code = dd....dd)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
dd....dd: Exit code
- Description
-
Execution of the process was completed.
-
KDEC81552-E
An attempt to start a process failed. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc, exception information = dd....dd)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
An attempt to start the process failed.
- (S)
-
Processing is interrupted.
- (O)
-
The following failures might have occurred:
-
The specified program file was not found.
-
You do not have permissions to access the specified program file.
-
The work directory was not found.
-
You do not have permissions to access the work directory.
See the exception information, and then revise the specified request message or command file.
-
-
KDEC81553-E
A timeout occurred during the execution of a process. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc, timeout = dd....dd)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
dd....dd: Timeout value (unit: seconds)
- Description
-
A timeout occurred during execution of a process.
- (S)
-
Processing is interrupted.
- (O)
-
Make sure that there is no problem with the operation of the business process. Also make sure that an appropriate timeout value is set.
-
KDEC81554-W
The size of the standard-output data exceeds the maximum size that can be returned in a body response message. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc, size = dd....dd)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
dd....dd: Number of output bytes (unit: bytes)
- Description
-
The size of the standard-output data exceeds the maximum size that can be returned in a body response message.
- (S)
-
Processing continues.
- (O)
-
Make sure that there is no problem with the operation of the business process. Also make sure that an appropriate value is set for the maximum standard output size for a response message.
-
KDEC81555-E
An interrupt exception occurred during the execution of a process. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc, exception information = dd....dd)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
An interrupt exception occurred during the execution of a process.
- (S)
-
Processing is interrupted.
- (O)
-
Contact maintenance personnel to investigate the cause of the error.
-
KDEC81556-W
A process was forcibly terminated after a timeout occurred. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
- Description
-
A process was forcibly terminated after a timeout occurred.
- (S)
-
Processing continues.
- (O)
-
Make sure that there is no problem with the operation of the business process. Also make sure that an appropriate timeout value is set.
-
KDEC81557-E
An attempt to forcibly terminate a process after a timeout occurred failed. A process may not have been completed. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
- Description
-
An attempt to forcibly terminate a process after a timeout failed. The process might not have been terminated.
- (S)
-
Processing is interrupted.
- (O)
-
Check the status of the running process. If necessary, stop the process. Also make sure that an appropriate timeout value is set.
-
KDEC81558-E
An error occurred while processing the I/O stream of process. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc, type of stream = dd....dd, exception information = ee....ee)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
dd....dd: Stream type
-
STDIN: Standard input
-
STDOUT: Standard output
-
STDERR: Standard error output
ee....ee: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during processing of the I/O stream of a process.
- (S)
-
Processing is interrupted.
- (O)
-
See the exception information and eliminate the cause of the error.
-
-
KDEC81559-W
A process was forcibly terminated after an error occurred. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
- Description
-
A process was forcibly terminated after an error occurred.
- (S)
-
Processing continues.
-
KDEC81560-E
An attempt to forcibly terminate a process after an error occurred failed. A process may not have been completed. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
- Description
-
An attempt to forcibly terminate a process after an error failed. The process might not have been terminated.
- (S)
-
Processing is interrupted.
- (O)
-
Check the status of the running process. If necessary, stop the process.
-
KDEC81561-E
A timeout occurred during reading data from the standard output or the standard error after a process was completed. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc, exception information = dd....dd)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
A timeout occurred during reading of data from the standard output or standard error output after a process was completed.
- (S)
-
Processing is interrupted.
- (O)
-
Starting a subprocess in the background is prohibited. Check and, if necessary, revise the processing of commands specified from the command adapter. Stop any subprocesses running in the background.
If no subprocess is running in the background, contact maintenance personnel.
-
KDEC81570-E
An error occurred during the analysis of the executable command definitions file. (service ID = aa....aa, file path = bb....bb, exception information = cc....cc)
aa....aa: Service ID
bb....bb: File path
cc....cc: Exception information (message for the exception thrown from the lower level, or the following messages indicating the cause of the error)
-
ENTRY NOT FOUND
- Description
-
An error occurred during analysis of the command-execution permission definition file.
- (S)
-
Processing is interrupted.
- (O)
-
Check and, if necessary, revise the command-execution permission definition file according to the message.
In addition, make sure that the command-execution permission definition file is configured.
-
-
KDEC81571-E
An error occurred during the analysis of the process variable definitions file. (service ID = aa....aa, operation name = bb....bb, file path = cc....cc, exception information = dd....dd)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: File path
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during analysis of the process environment-variable definition file.
- (S)
-
Processing is interrupted.
- (O)
-
Check and, if necessary, revise the process environment-variable definition file according to the message.
-
KDEC81572-E
An error occurred during the analysis of the runtime environment properties file. (service ID = aa....aa, file path = bb....bb, exception information = cc....cc)
aa....aa: Service ID
bb....bb: File path
cc....cc: Exception information (message for the exception thrown from the lower level, or the following message indicating the cause of the error)
-
INVALID VALUE: <Key name>=<Value>
- Description
-
An error occurred during analysis of the runtime-environment property file.
- (S)
-
Processing is interrupted.
- (O)
-
Check and, if necessary, revise the runtime-environment property file or runtime-environment common property file according to the message.
-
-
KDEC81573-W
Load processing was skipped because the runtime environment common properties file was not found. (service ID = aa....aa, file path = bb....bb, type = cc....cc)
aa....aa: Service ID
bb....bb: File path
cc....cc: Skipped information type
-
LOGGER: Logger settings
-
OTHER: Others
- Description
-
Load processing was skipped because the runtime-environment common property file was not found.
- (S)
-
Processing continues.
-
-
KDEC81574-W
Load processing was skipped because the runtime environment properties file was not found. (service ID = aa....aa, file path = bb....bb, type = cc....cc)
aa....aa: Service ID
bb....bb: File path
cc....cc: Skipped information type
-
LOGGER: Logger settings
-
OTHER: Others
- Description
-
Load processing was skipped because the runtime-environment property file was not found.
- (S)
-
Processing continues.
-
-
KDEC81575-E
No executable command definitions file is specified. (service ID = aa....aa)
aa....aa: Service ID
- Description
-
No command-execution permission definition file is specified.
- (S)
-
Processing is interrupted.
- (O)
-
Use the runtime-environment property file to set the file path of the command-execution permission definition file.
-
KDEC81576-E
An invalid regular expression pattern is specified in the executable command definitions file. (service ID = aa....aa, file path = bb....bb, pattern = cc....cc, description = dd....dd)
aa....aa: Service ID
bb....bb: File path
cc....cc: Input pattern
dd....dd: Detailed information
- Description
-
An invalid regular expression pattern is specified in the command-execution permission definition file.
- (S)
-
Processing is interrupted.
- (O)
-
Check and, if necessary, revise the contents of the command-execution permission definition file according to the message.
Describe the regular expression format in accordance with the java.util.regex.Pattern specifications.
-
KDEC81600-E
The system property was not found. (service ID = aa....aa, operation name = bb....bb, property name = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Property name
- Description
-
The system property was not found.
- (S)
-
Processing is interrupted.
- (O)
-
Contact maintenance personnel to investigate the cause of the error.
-
KDEC81601-W
An error occurred while closing the I/O stream. (service ID = aa....aa, operation name = bb....bb, file path = cc....cc, exception information = dd....dd)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: File path
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during close processing for the I/O stream.
- (S)
-
Processing continues.
- (O)
-
If the error continues, a failure might have occurred. Contact maintenance personnel to investigate the cause of the error.
-
KDEC81602-W
An error occurred, but processing continues. Contact maintenance personnel. (service ID = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred, but the subsequent processing will continue. Contact maintenance personnel.
- (S)
-
Processing continues.
- (O)
-
If the error continues, a failure might have occurred. Contact maintenance personnel to investigate the cause of the error.
-
KDEC81603-E
An attempt to start the logger for a command adapter failed. (service ID = aa....aa)
aa....aa: Service ID
- Description
-
An attempt to start the logger for a command adapter failed.
- (S)
-
Processing is interrupted.
- (O)
-
Make sure that the access permission of the log output directory is specified appropriately.
-
KDEC81620-I
A command adapter was started. (service ID = aa....aa)
aa....aa: Service ID
- Description
-
A command adapter was started.
-
KDEC81621-I
A command adapter was stopped. (service ID = aa....aa)
aa....aa: Service ID
- Description
-
A command adapter was stopped.
-
KDEC81622-I
A process was started. (service ID = aa....aa, operation name = bb....bb, command line = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Request command and argument
- Description
-
A process was started.
-
KDEC81799-E
An error occurred in a command adapter. (service ID = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Service ID
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred in a command adapter.
- (S)
-
Processing is interrupted.
- (O)
-
See the exception information and eliminate the cause of the error.
If the cause of the error is not associated with operations, collect the log and trace information, and then contact maintenance personnel.