2.8 Messages from KDEC81000 to KDEC81499
This section describes the messages from KDEC81000 to KDEC81499.
-
KDEC81000-E
An HTTP adapter internal error occurred. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information
- Description
-
A runtime error occurred in the HTTP adapter.
- (S)
-
Processing is interrupted.
- (O)
-
Contact maintenance personnel to investigate the cause of the error.
-
KDEC81001-E
An unsupported message format was specified. (adapter name = aa....aa, operation name = bb....bb, message type = cc....cc, message format = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Message type
-
REQUEST: Request message
-
RESPONSE: Response message
dd....dd: Message format
-
NONE: No message
-
UNKNOWN (value): Unexpected message format
- Description
-
An unsupported message type was specified.
- (S)
-
Processing is interrupted.
- (O)
-
If the message format is NONE, the possible causes are as follows:
-
No message is defined.
Check whether the HTTP adapter message is undefined.
-
The message is not initialized.
Check whether an initialized message is being used.
If the message format is UNKNOWN, check whether the definition specifies a message format that can be used with the HTTP adapter.
-
-
-
KDEC81002-E
An error occurred during creation of a fault message. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the generation of a fault 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.
-
KDEC81003-E
An error occurred during creation of a header response message. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the generation of a response message (header).
- (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.
-
KDEC81004-E
An error occurred during acquisition of a body request message. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the acquisition of a request message (body).
- (S)
-
Processing is interrupted.
- (O)
-
Make sure that the correct message is specified in the request message (body). If the correct message is specified, see the exception information and eliminate the cause of the error.
-
KDEC81005-E
An error occurred during response processing of a header response message. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the response processing of a response message (header).
- (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.
-
KDEC81006-E
An error occurred during response processing of a body response message. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the response processing of a response message (body).
- (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.
-
KDEC81007-E
An error occurred during analysis of form data of a body request message. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level, or the following message indicating the cause of the error)
-
NO ELEMENT: <Path of the element>
-
INVALID VALUE: <Path of the element or attribute>=<Value>
- Description
-
An error occurred during the parsing of the form data in a request message (body).
- (S)
-
Processing is interrupted.
- (O)
-
Make sure that the correct message is specified in the request message (body). If the correct message is specified, see the exception information and eliminate the cause of the error.
-
-
KDEC81008-E
An error occurred during analysis of a header request message. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level, or the following message indicating the cause of the error)
-
NO ELEMENT: <Path of the element>
-
NO ATTRIBUTE: <Path of the attribute>
-
INVALID VALUE: <Path of the element or attribute>=<Value>
-
LACK OF A PART: [<Path of the undefined element or attribute>, ...]
- Description
-
An error occurred during the parsing of a request message (header).
- (S)
-
Processing is interrupted.
- (O)
-
Make sure that the correct message is specified in the request message (header). If the correct message is specified, see the exception information and eliminate the cause of the error.
-
-
KDEC81009-E
An attempt to read the file failed. (adapter name = aa....aa, operation name = bb....bb, file name = cc....cc, exception information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: File path
dd....dd: Exception information
- Description
-
An attempt to read the file failed.
- (S)
-
Processing is interrupted.
- (O)
-
Make sure that the file path is correct and that the file is stored in the specified location.
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.
-
KDEC81010-E
The property shown for the key name in the definition file does not exist. (adapter name = aa....aa, operation name = bb....bb, file name = cc....cc, authentication information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Path of the definition file
dd....dd: Authentication information
-
To perform password authentication: User name
-
To perform public key authentication: Key ID
- Description
-
The definition file does not contain the property indicated in the authentication information.
- (S)
-
Processing is interrupted.
- (O)
-
Take one of the following actions:
-
To perform password authentication:
Execute the csauserls command and make sure that the information indicated in the authentication information has been registered.
If the information has not been registered, use the csauseradd command to register the user to the password authentication information, and then restart the HTTP adapter.
-
To perform public key authentication:
Execute the csakeyls command and make sure that the information indicated in the authentication information has been registered.
If the information has not been registered, use the csakeyadd command to register the private key information to the public key authentication information, and then restart the HTTP adapter.
-
-
-
KDEC81011-E
Request processing was canceled because no password authentication information file was specified. (adapter name = aa....aa, operation name = bb....bb)
aa....aa: Adapter name
bb....bb: Operation name
- Description
-
The request processing was canceled because a password authentication information definition file was not specified.
- (S)
-
Processing is interrupted.
- (O)
-
In the HTTP-adapter runtime-environment property file, specify the path of the password authentication information definition file.
-
KDEC81012-E
Request processing was canceled because no public key authentication information file was specified. (adapter name = aa....aa, operation name = bb....bb)
aa....aa: Adapter name
bb....bb: Operation name
- Description
-
The request processing was canceled because a public-key authentication information definition file was not specified.
- (S)
-
Processing is interrupted.
- (O)
-
In the HTTP-adapter runtime-environment property file, specify the path of the public-key authentication information definition file.
-
KDEC81051-E
An unsupported Content-Encoding was specified. (adapter name = aa....aa, operation name = bb....bb, content-encoding = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Content-Encoding type
- Description
-
An unsupported Content-Encoding is specified.
- (S)
-
Processing is interrupted.
- (O)
-
Contact maintenance personnel to investigate the cause of the error.
-
KDEC81052-E
An unsupported authentication type was specified. (adapter name = aa....aa, operation name = bb....bb, authorization type = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Authentication type
- Description
-
An unsupported authentication type is specified.
- (S)
-
Processing is interrupted.
- (O)
-
Contact maintenance personnel to investigate the cause of the error.
-
KDEC81053-E
An unsupported message binding type was specified. (adapter name = aa....aa, operation name = bb....bb, binding type = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Message binding type
- Description
-
An unsupported message binding type is specified.
- (S)
-
Processing is interrupted.
- (O)
-
Contact maintenance personnel to investigate the cause of the error.
-
KDEC81054-E
An error status code was received from the service. (adapter name = aa....aa, operation name = bb....bb, status code = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Status code
- Description
-
An error status code was received from the service.
- (S)
-
Processing is interrupted.
- (O)
-
Investigate the cause of the error on the basis of the status code.
-
KDEC81055-E
Reception processing was canceled because data exceeding the limit was received from the service. (adapter name = aa....aa, operation name = bb....bb, target = cc....cc, limit = dd....dd, content-length = ee....ee)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Data receiving destination (if the data is stored in a file, the file path is displayed, and if the data is stored in a message, a hyphen (-) is displayed)
dd....dd: Limit value
ee....ee: Content-Length value
- Description
-
The receive processing will be interrupted because data exceeding the limit value was received from the service.
- (S)
-
Processing is interrupted.
- (O)
-
Review and, if necessary, revise the limit value as and when required.
-
KDEC81056-W
An error occurred during analysis of cookie information. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level, or the following message indicating the cause of the error)
-
NO HOST ATTRIBUTE: <Cookie name>
- Description
-
An error occurred during the parsing of the cookie information.
- (S)
-
Processing continues.
- (O)
-
Check whether the cookie contains invalid characters, or that the cookie information is set up correctly.
-
-
KDEC81057-E
An error occurred during initialization of the HTTP client. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the initialization of the HTTP client.
- (S)
-
Processing is interrupted.
- (O)
-
An unusable HTTPS protocol might have been specified. See the exception information and eliminate the cause of the error.
-
KDEC81058-E
An error occurred during service invocation. (adapter name = aa....aa, operation name = bb....bb, status code = cc....cc, exception information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Status code
dd....dd: Exception information
- Description
-
An error occurred during a service invocation.
- (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.
-
KDEC81059-E
An error occurred during sending of file data. (adapter name = aa....aa, operation name = bb....bb, file path = cc....cc, exception information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Sending source file path (a hyphen (-) is output before the file is read)
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the sending of the file data.
- (S)
-
Processing is interrupted.
- (O)
-
The possible causes are as follows:
-
The name of the common folder, work folder, or file is not specified correctly.
-
An error occurs during file access or network communication.
-
An invalid request ID is specified.
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.
-
-
KDEC81060-E
An error occurred during reception of file data. (adapter name = aa....aa, operation name = bb....bb, file path = cc....cc, exception information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Receiving destination file path (a hyphen (-) is output before the file is generated)
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the reception of the file data.
- (S)
-
Processing is interrupted.
- (O)
-
The possible causes are as follows:
-
The name of the common folder, work folder, or file is not specified correctly.
-
An error occurs during file access or network communication.
-
An invalid request ID is specified.
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.
-
-
KDEC81061-E
An error occurred during message reception. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during a message reception.
- (S)
-
Processing is interrupted.
- (O)
-
A network communication error might have occurred. 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.
-
KDEC81064-W
Server authentication via the HTTPS protocol was disabled. (adapter name = aa....aa, operation name = bb....bb)
aa....aa: Adapter name
bb....bb: Operation name
- Description
-
The server authentication of the HTTPS protocol was disabled.
- (S)
-
Processing continues.
- (O)
-
As and when required, enable server authentication.
-
KDEC81065-W
Host name verification via the HTTPS protocol was disabled. (adapter name = aa....aa, operation name = bb....bb)
aa....aa: Adapter name
bb....bb: Operation name
- Description
-
The host name validation of the HTTPS protocol was disabled.
- (S)
-
Processing continues.
- (O)
-
As and when required, enable host name validation.
-
KDEC81066-E
An error occurred during creation of the request URI. (adapter name = aa....aa, operation name = bb....bb, uri-param1 = cc....cc, uri-param2 = dd....dd, exception information = ee....ee)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Contents specified for the URI (Scheme-Authorization)
dd....dd: Contents specified for the URI (Path)
ee....ee: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the generation of the request URI.
- (S)
-
Processing is interrupted.
- (O)
-
An incorrect URI might have been specified. See the specified URI and the exception information, and then eliminate the cause of the error.
-
KDEC81069-E
Request processing was canceled because no request method was specified. (adapter name = aa....aa, operation name = bb....bb)
aa....aa: Adapter name
bb....bb: Operation name
- Description
-
The request processing will be interrupted because no request method is specified.
- (S)
-
Processing is interrupted.
- (O)
-
Specify the request method.
-
KDEC81070-E
An error occurred during reception of file data because no output folder was specified. (adapter name = aa....aa, operation name = bb....bb)
aa....aa: Adapter name
bb....bb: Operation name
- Description
-
The file data reception processing will be interrupted because no output folder is specified.
- (S)
-
Processing is interrupted.
- (O)
-
Specify an output folder for storing the received file.
-
KDEC81071-W
An error occurred during creation of a http-header element of header response message, but processing continues. (adapter name = aa....aa, operation name = bb....bb, field name = cc....cc, exception information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Field name
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during the generation of the http-header element of a response message (header), but the processing will continue.
- (S)
-
Processing continues.
- (O)
-
A field name that cannot be used with the HTTP adapter is used for the service response header. Review and, if necessary, revise the operations as and when required.
-
KDEC81101-E
An error occurred during analysis of the self-defined file. (adapter name = aa....aa, operation name = bb....bb, file name = cc....c, exception information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: File name
dd....dd: Exception information (Message for the exception thrown by the lower level, or the following message indicating the cause of the error)
-
INVALID VALUE: <Key name>=<Value>
- Description
-
An error occurred during the parsing of the self-defined file.
- (S)
-
Processing is interrupted.
- (O)
-
Review and, if necessary, revise the HTTP adapter self-defined file on the basis of the message, or make sure that the HTTP adapter self-defined file has been specified.
-
-
KDEC81102-E
An error occurred during analysis of the runtime environment properties file. (adapter name = aa....aa, operation name = bb....bb, file path = cc....cc, exception information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: File path
dd....dd: Exception information (Message for the exception thrown by the lower level, or the following message indicating the cause of the error)
-
INVALID VALUE: <Key name>=<Value>
-
LACK OF A PART: [<Undefined key name>, ...]
- Description
-
An error occurred during the parsing of the HTTP-adapter runtime-environment property file.
- (S)
-
Processing is interrupted.
- (O)
-
Review and, if necessary, revise the HTTP-adapter runtime-environment property file on the basis of the message.
-
-
KDEC81103-W
Load processing was skipped because the runtime environment common properties file was not found. (adapter name = aa....aa, operation name = bb....bb, file path = cc....cc, type = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: File path
dd....dd: Skipped information type
-
LOGGER: Logger settings
-
REQUEST: Request information
- Description
-
The read processing will be skipped because the HTTP-adapter runtime-environment common property file was not found.
- (S)
-
Processing continues.
-
-
KDEC81104-W
Load processing was skipped because the runtime environment properties file was not found. (adapter name = aa....aa, operation name = bb....bb, file path = cc....cc, type = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: File path
dd....dd: Skipped information type
-
LOGGER: Logger settings
-
REQUEST: Request information
- Description
-
The read processing will be skipped because the HTTP-adapter runtime-environment property file was not found.
- (S)
-
Processing continues.
-
-
KDEC81105-E
An error occurred during analysis of the password authentication information definition file. (adapter name = aa....aa, operation name = bb....bb, file name = cc....cc, exception information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: File name
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during analysis of the password authentication information definition file.
- (S)
-
Processing is interrupted.
- (O)
-
Check whether the password authentication information definition file exists. If the file exists, contact the maintenance personnel to investigate the cause of the error.
-
KDEC81106-E
An error occurred during analysis of the public key authentication information definition file. (adapter name = aa....aa, operation name = bb....bb, file name = cc....cc, exception information = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: File name
dd....dd: Exception information (Message for the exception thrown by the lower level)
- Description
-
An error occurred during analysis of the public-key authentication information definition file.
- (S)
-
Processing is interrupted.
- (O)
-
Check whether the public-key authentication information definition file exists. If the file exists, contact the maintenance personnel to investigate the cause of the error.
-
KDEC81401-E
The system property was not found. (adapter name = aa....aa, operation name = bb....bb, property name = cc....cc)
aa....aa: Adapter name
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.
-
KDEC81402-E
An error occurred while closing the I/O stream. (adapter name = aa....aa, operation name = bb....bb, file path = cc....cc, exception information = dd....dd)
aa....aa: Adapter name
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 while the I/O stream was being closed.
- (S)
-
Processing is interrupted.
- (O)
-
Contact maintenance personnel to investigate the cause of the error.
-
KDEC81403-W
An error occurred, but processing continues. Contact maintenance personnel. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
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.
-
KDEC81404-E
An error occurred during analysis of the URI. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level, or the following message indicating the cause of the error)
-
MALFORMED URI
- Description
-
An error occurred during an URI parsing.
- (S)
-
Processing is interrupted.
- (O)
-
An incorrect URI might have been specified. See the specified URI and the exception information, and then eliminate the cause of the error.
-
-
KDEC81450-I
The HTTP adapter started. (adapter name = aa....aa)
aa....aa: Adapter name
- Description
-
The HTTP adapter started.
-
KDEC81451-I
The HTTP adapter stopped. (adapter name = aa....aa)
aa....aa: Adapter name
- Description
-
The HTTP adapter stopped.
-
KDEC81452-I
Service invocation will now start. (adapter name = aa....aa, operation name = bb....bb, method = cc....cc, request-uri = dd....dd, uri-param1 = ee....ee, uri-param2 = ff....ff)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Request method
dd....dd: Request URI (Authorization and Path excluding Scheme and UserInfo information)
ee....ee: Contents specified for the URI (Scheme-Authorization)
ff....ff: Contents specified for the URI (Path)
- Description
-
A Service invocation will start.
-
KDEC81453-I
Service invocation ended successfully. (adapter name = aa....aa, operation name = bb....bb, method = cc....cc, request-uri = dd....dd, status code = ee....ee)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Request method
dd....dd: Request URI (Authorization and Path excluding Scheme and UserInfo information)
ee....ee: Status code
- Description
-
A Service invocation ended successfully.
-
KDEC81454-W
Service invocation ended abnormally. For details, see the error messages. (adapter name = aa....a, operation name = bb....bb, method = cc....cc, request-uri = dd....dd)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Request method
dd....dd: Request URI (Authorization and Path excluding Scheme and UserInfo information)
- Description
-
An attempt to invoke a service failed. For details, see the error message.
- (S)
-
The processing status is displayed.
- (O)
-
Take the appropriate action for each error message.
-
KDEC81499-E
An HTTP adapter error occurred. (adapter name = aa....aa, operation name = bb....bb, exception information = cc....cc)
aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Exception information (Message for the exception thrown by the lower level)
- Description
-
An HTTP adapter error occurred.
- (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.