5.6 Messages from KDCCP3000 to KDCCP3999
This section describes the messages from KDCCP3000 to KDCCP3999 output when using DII.
-
KDCCP3000-E
Illegal argument has been set. (Class name = class-name, Method signature = method-signature, argument = argument-name, value = argument-value)
- Description
-
An invalid argument was specified.
- Action
-
Specify a valid argument.
-
KDCCP3001-E
The class corresponding to the specified parameter name does not exist. (parameter name = parameter-name)
- Description
-
The class corresponding to the specified parameter name does not exist.
- Action
-
Check that the type of the class corresponding to the specified parameter name is supported.
-
KDCCP3002-E
The URL does not include a local file path. (Class name = class-name, Method signature = method-signature, argument = argument-name, value = argument-value)
- Description
-
The URL is not the local file path.
- Action
-
Specify a URL that includes a local file path beginning with the file scheme.
-
KDCCP3003-E
The requested operation is not supported. (Class name = class-name, Method signature = method-signature, argument = argument-name, value = argument-value)
- Description
-
An unsupported method is invoked.
- Action
-
Invoke a supported method.
-
KDCCP3004-E
Unsupported property name is specified. (Class name = class-name, Method signature = method-signature, argument = argument-name, value = argument-value)
- Description
-
An unsupported property is specified.
- Action
-
Specify a supported property.
-
KDCCP3005-E
The specified property does not exist. (Class name = class-name, Method signature = method-signature, argument = argument-name, value = argument-value)
- Description
-
The specified property does not exist.
- Action
-
Check that the specified property has been set up.
-
KDCCP3006-E
An attempt to create a Call object has failed. (Detail = detailed-information)
- Description
-
An attempt to create a Call object has failed.
- Action
-
Check that no problem exists in the program, based on the contents of Detail.
-
KDCCP3007-E
Illegal property value is specified. (Class name = class-name, Method signature = method-signature, property name = property-name, property value = property-value, reason = reason)
- Description
-
An invalid property value was specified.
- Action
-
Based on the reason, check that the specified property is valid.
-
KDCCP3008-E
An attempt to execute the invoke method has failed.(Class name = class-name, Method signature = method-signature, reason = reason)
- Description
-
An attempt to execute the invoke method has failed.
- Action
-
Based on the reason, check that there is no problem in the program.
-
KDCCP3010-E
An attempt to create a Service object has failed. (Detail = detailed-information1)
- Description
-
An attempt to create a Service object has failed.
- Action
-
Based on detailed-information1, check that there is no problem in the program.
- detailed-information1
-
-
Failed to make the output directory. (WSDL file = WSDL-file-name, Detail = detailed-information2)
An attempt to create an output directory has failed. Based on the contents of detailed-information2, check the environment of the output directory.
-
Error processing WSDL document: detailed-information2.
An error occurred in the WSDL analysis process. Based on the contents of detailed-information2, check that there is no problem in the program.
-
Failed to compile the Java source file. (WSDL file = WSDL-file-name, Detail = detailed-information2)
An attempt to compile the Java source file has failed. Based on the contents of detailed-information2, check that there is no problem in the program.
-
Failed to load the Java class file. (WSDL file = WSDL-file-name, Detail = detailed-information2)
An attempt to load the Java class file has failed. Based on the contents of detailed-information2, check that there is no problem in the program.
-
Failed in the deletion of the Java source file or the Java class file. (WSDL file = WSDL-file-name, Detail = detailed-information)
An attempt to delete the Java class file has failed. Based on the contents of detailed-information, check the environment of the output directory.
-
Other messages
Based on the contents of the exception, either check that there is no problem in the program or contact the system administrator.
-
-
KDCCP3011-E
Output parameters are only available after invoke method has been called. (Class name = class-name, Method signature = method-signature)
- Description
-
The OUTPUT parameters can be used after invoking the invoke method.
- Action
-
Before invoking the invoke method, check that the OUTPUT parameters are acquired.
-
KDCCP3012-E
The specified value type for argument should be correct-value-type. (Class name = class-name, Method signature = method-signature, specified value type = specified-value-type)
- Description
-
correct-value-type must be specified for the value type specified-value-type that is specified in argument.
- Action
-
Change the value type specified-value-type specified in argument to correct-value-type.
-
KDCCP3013-W
The length of the specified path is invalid. The default directory is assumed and the processing is continued. specified value = specified-value, length = character-length-of-specified-value, default directory = default-directory
- Description
-
The string length of the specified path is invalid. Continue the processing by assuming the default directory.
- Action
-
Specify a directory with a string length between 1 to 128 characters.
-
KDCCP3014-W
The specified value is not an absolute path. The default directory is assumed and the processing is continued. specified value = specified-value, default directory = default-directory
- Description
-
The specified value is not an absolute path. The processing is continued assuming the default directory.
- Action
-
Specify the absolute path for the directory.
-
KDCCP3015-W
The specified path is not a directory. The default directory is assumed and the processing is continued. specified path = specified-value, default directory = default-directory
- Description
-
The specified path is not for the directory. The processing is continued assuming the default directory.
- Action
-
Specify a directory.
-
KDCCP3016-W
Failed in making the directory. The default directory is assumed and the processing is continued. specified directory = directory-name, default directory = default-directory
- Description
-
An attempt to create the directory has failed. The processing is continued assuming the default directory.
- Action
-
If the space is insufficient, either delete the unnecessary files and create some free space or specify a directory with free space. If the specified directory is invalid, check the following, and then change to a directory path that can be created:
-
Make sure that unusable characters are not used in the directory name as stipulated in the OS.
-
Make sure that instead of a directory name, a file name is not included in the path.
-
Make sure that access permission is available.
-
-
KDCCP3017-W
Cannot access the directory. The default directory is assumed and the processing is continued. specified directory = directory-name, default directory = default-directory
- Description
-
The directory cannot be accessed. The processing is continued assuming the default directory.
- Action
-
Check the directory access permission.