10.2 Messages from KDJW00000 to KDJW09999
This section describes the messages from KDJW00000 to KDJW09999 and the corresponding actions.
-
KDJW00001-E
There is no attachment for the content ID. (content ID = aa....aa)
aa....aa: content ID
- Description
-
The attached data containing the corresponding content ID does not exist.
- Action
-
Revise the sent message.
-
KDJW00002-W
Exception ignored from invoking handler method annotated @PreDestroy annotation. (detail = aa....aa)
aa....aa: Detailed message
- Description
-
An exception occurred during the invocation of a method using the @PreDestroy annotation.
- Action
-
Check the detailed message, and then remove the causes of the error.
-
KDJW00003-E
Unable to create JAXBContext due to the security restriction.
- Description
-
JAXBContext could not be created because of security restrictions.
- Action
-
Check if the exception PrivilegedActionException is output in the exception log and if output, remove the cause.
-
KDJW00004-E
A @WebService annotation is not present on class. (class = aa....aa)
aa....aa: Class name
- Description
-
The @WebService annotation is not specified.
- Action
-
Specify the @WebService annotation in SEI.
-
KDJW00005-E
Service endpoint interface is invalid. (service endpoint interface = aa....aa)
aa....aa: Class name
- Description
-
An invalid SEI is specified.
- Action
-
Specify the correct SEI.
-
KDJW00006-E
Class could not be found. (class = aa....aa)
aa....aa: Class name
- Description
-
The class was not found.
- Action
-
Confirm whether the class exists.
-
KDJW00007-E
The serviceName cannot be retrieved from an interface. (class = aa....aa)
aa....aa: Class name
- Description
-
An attempt to generate serviceName has failed because an interface is specified in the Web service implementation class.
- Action
-
Revise the settings for specifying the Web service implementation class.
-
KDJW00008-E
A @WebService.targetNamespace must be specified on classes with no package. (class = aa....aa)
aa....aa: Class name
- Description
-
For classes without a package, targetNamespace must be specified in the @WebService annotation.
- Action
-
Either include the classes in a package or specify targetNamespace in the @WebService annotation.
-
KDJW00009-E
Given handler does not implement LogicalHandler nor SOAPHandler. (class = aa....aa)
aa....aa: Class name specified in the javaee:handler-class element
- Description
-
Neither the LogicalHandler interface nor SOAPHandler interface is implemented in the class specified in the javaee:handler-class element of the handler chain setup file. Only a logical handler or SOAP handler can be used as the handler.
- Action
-
Specify a class in which either the LogicalHandler interface or SOAPHandler interface is implemented.
-
KDJW00010-E
Could not find the handler chain file for the class. (class = aa....aa, file = bb....bb)
aa....aa: Class name
bb....bb: Path of the handler chain setup file
- Description
-
The handler chain setup file specified in the file attribute of the @HandlerChain annotation cannot be opened.
- Action
-
Make sure that the correct path is specified.
-
KDJW00011-E
Could not find the class specified in the handler chain file. (class = aa....aa)
aa....aa: Class name
- Description
-
The class of the handler specified in the handler chain setup file is not found.
- Action
-
Check the coding of the handler chain setup file to make sure that the correct class name is specified.
-
KDJW00016-W
Failed to remove the temporary file. (detail = aa....aa)
aa....aa: Details
- Description
-
Failed to delete the temporary file.
- Action
-
Reference the details and determine the cause.
-
KDJW00017-W
The method cannot be annotated with @SOAPBinding with Style "RPC".(class= aa....aa, method= bb....bb, annotation= cc....cc)
aa....aa: Class name
bb....bb: Method name
cc....cc: SOAPBinding annotation
- Description
-
The SOAPBinding annotation with style RPC cannot be annotated to the method.
- Action
-
Review, and if necessary revise, the SOAPBinding annotation annotated to the method.