5.7 Messages from KDCCR1001 to KDCCR9999
This section describes the messages from KDCCR1001 to KDCCR9999 output by the UDDI client library.
-
KDCCR1001-E
Connection property "javax.xml.registry.queryManagerURL" is missing.
- Description
-
The queryManagerURL property to be set up in the ConnectionFactory object or in the system property is either not specified or a null character string is specified.
- Action
-
A valid value must be specified in the javax.xml.registry.queryManagerURL property with either of the following methods:
-
Set up javax.xml.registry.queryManagerURL in the Java system properties.
-
Set up javax.xml.registry.queryManagerURL in the Properties object, and then invoke ConnectionFactory#setProperties.
-
-
KDCCR1003-E
Authentication failed for the given Credentials.
- Description
-
The user name or password specified in the Connection#setCredential method is invalid.
- Action
-
Specify the correct user name and password in the setCredential method.
-
KDCCR1004-E
Bulk response is not found.Incorrect/Invalid connection mode.Check the connection mode.
- Description
-
An invalid connection mode might have specified. This error occurs in the following cases:
-
When the getBulkResponse (requestID) method for RegistryService is executed in the synchronous connection mode
-
When an invalid or not existing requestID is specified in getBulkResponse
-
When BulkResponse is acquired with an already specified requestID
-
- Action
-
Specify the correct connection mode (synchronous or asynchronous). The getBulkResponse method can be used in RegistryService that is generated from Connection of the asynchronous connection mode. Also check requestID specified in the getBulkResponse method. The getBulkResponse method cannot be invoked twice with the same requestID.
-
KDCCR1005-E
An Internal Error occurred while creating the Connection.
- Description
-
This message occurs when the client program corresponds to any one of the following cases:
-
When the URL for queries or issues is not set up in properties
-
When the user name or password is not correct
-
When the authentication information cannot be acquired as and when required
-
- Action
-
Specify the appropriate connection property.
-
KDCCR1006-E
JAXRProvider supports UDDI_GET_AUTHTOKEN authentication method only.
- Description
-
In this program, only the get_authToken method of UDDI is supported as the method for accessing the authentication information. All other means of user authentication stipulated in JAXR are not supported.
- Action
-
Specify the appropriate value in the javax.xml.registry.security.authenticationMethod property. Only UDDI_GET_AUTHTOKEN can be specified as a valid value.
-
KDCCR1007-E
An Internal Error occurred while closing the Connection.
- Description
-
The connection cannot be closed because of the following reasons:
-
The Connection objects are not created properly.
-
The connection is already closed.
-
- Action
-
Invoke the isClosed method to confirm that the connection is already closed. Make sure that the RegistryService instance the value of which is not null is returned by the getRegistryService method.
-
KDCCR1008-E
Cannot perform this operation, Connection is closed.
- Description
-
The processing cannot be executed hereafter because the connection is already closed.
- Action
-
Check that the Connection#close method for closing the connection is executed.
-
KDCCR1009-E
Invalid value set for Connection property "javax.xml.registry.queryManagerURL"/"javax.xml.registry.lifeCycleManagerURL".
- Description
-
The format of the URL specifying QueryManager, LifeCycleManager, or both is invalid.
- Action
-
Make sure that the format of the specified queryManagerURL and lifeCycleManagerURL is valid as a URL format.
-
KDCCR1104-W
Invalid value set for Connection property "javax.xml.registry.uddi.maxRows".
- Description
-
An invalid value is specified in the javax.xml.registry.uddi.maxRows property. The processing will continue without specifying the value.
- Action
-
Set up a specifiable value in the property.
-
KDCCR2001-E
Unexpected object type found in the Collection.
- Description
-
The object type included in the Collection object specified in the parameter is invalid.
- Action
-
Check the API name, and create the Collection object in such a way so that the Collection object includes valid objects.
For example, the saveService object must include the objects of the Service class.
-
KDCCR2002-E
IdentificationScheme is expected for ExternalIdentifier.
- Description
-
The objects of the ExternalIdentifier class do not include the mandatory objects of the ClassificationScheme class.
- Action
-
Create the correct ExternalIdentifier object.
-
KDCCR2003-E
Name is not present in ExternalIdentifier.
- Description
-
The objects of the ExternalIdentifier class do not contain the mandatory Name attribute.
- Action
-
Create the correct ExternalIdentifier object.
-
KDCCR2004-E
Value is not present in ExternalIdentifier.
- Description
-
The objects of the ExternalIdentifier class do not contain the mandatory Value attribute.
- Action
-
Create the correct ExternalIdentifier object.
-
KDCCR2005-E
Mutually Exclusive FindQualifiers present in the Collection.
- Description
-
Mutually exclusive search conditions are specified in the collections of FindQualifiers.
- Action
-
Mutually exclusive search conditions cannot be included in the Collection object as the collection of FindQualifiers. For example, SORT_BY_NAME_ASC (ascending order of the names) and SORT_BY_NAME_DESC (descending order of the names) are mutually exclusive search conditions. Delete either of these.
-
KDCCR2006-E
Invalid/Empty/Null Key found in the Collection.
- Description
-
The value of the Key object included in the Collection object is invalid.
- Action
-
The value of the Key object included in the Collection object cannot be an empty character string, null, or an invalid value. Create the Collection object such that the Collection object includes only the correct Key object.
-
KDCCR2007-E
Collection is Empty or Null.
- Description
-
The Collection object is either empty or null.
- Action
-
An empty or null Collection object cannot be specified in JAXR API. Create the Collection object in such a way so that the Collection object includes at least one object that is not null.
-
KDCCR2008-E
Method is not supported by JAXRProvider.
- Description
-
This program does not support the method with Level 1 support level.
- Action
-
Check the support level (Capability level), and do not use the method with Level 1 support level.
-
KDCCR2009-E
ClassificationScheme is expected for Concept Object.
- Description
-
This error occurs when an attempt is made to create an internal Classification object in the client program having the Concept object specified as the parameter that is not correlated to any ClassificationScheme object.
- Action
-
When issuing the createClassification (concept) method, make sure that the Concept object specified as the parameter contains the parent ClassificationScheme object.
-
KDCCR2010-E
Concept has a parent Concept or is under a ClassificationScheme.
- Description
-
This error occurs when an attempt is made to create the ClassificationScheme object in the client program having the Concept object specified as the parameter that is correlated to the parent Concept or the ClassificationScheme object.
- Action
-
When issuing the createClassificationScheme (concept) method, make sure that the Concept object specified as the parameter does not contain the parent Concept object or the ClassificationScheme object.
-
KDCCR2012-E
Objects in the collection should be of type javax.xml.registry.infomodel.SpecificationLink.
- Description
-
When using the addSpecificationLinks method of the ServiceBinding object, the Collection object specified as the parameter must contain the SpecificationLink object.
- Action
-
Create the correct Collection object.
-
KDCCR2013-E
Error in Setting AccessURI,cannot set both (TargetBinding and AccessURI) for javax.xml.registry.infomodel.ServiceBinding object.
- Description
-
Both the TargetBinding and AccessURI attributes are specified.
- Action
-
When the targetBinding attribute of the ServiceBinding object is null, make sure that the correct value that is not null is specified in the setAccessURI method.
-
KDCCR2014-E
Error in Setting TargetBinding,cannot set both (TargetBinding and AccessURI) for javax.xml.registry.infomodel.ServiceBinding object.
- Description
-
Both the TargetBinding and AccessURI attributes are specified.
- Action
-
When the accessURI attribute of the ServiceBinding object is null, make sure that the correct value that is not null is specified in the setTargetBinding method.
-
KDCCR2016-E
NamePattern is not specified in findClassificationSchemeByName.
- Description
-
The string of the passed NamePattern parameter is either null or an empty string.
- Action
-
To pass the NamePattern string as a parameter, specify a partially matching character string or a completely matching character string using wildcard characters.
-
KDCCR2017-E
Both the Classification value and the Concept value within the Classification are null.
- Description
-
Both the Value attribute and the Concept attribute are not specified in the Classification object.
- Action
-
Either set up a value in the Classification object with the setValue method or use the setConcept method to set up the Concept object, the value of which is not null.
-
KDCCR2018-E
LocalizedString cannot be null.
- Description
-
An attempt is made to specify null in the Collection object of LocalizedString.
- Action
-
Create the Collection object, the value of which is not null.
-
KDCCR2019-E
Objects of type javax.xml.registry.infomodel.LocalizedString expected in the Collection.
- Description
-
The Collection object to be set up in InternationalString is not the same as the Collection object of LocalizedString.
- Action
-
Create a proper Collection object.
-
KDCCR2020-E
Both SourceKeyId and TargetKeyId passed are Null.
- Description
-
Null is passed to SourceKeyId and TargetKeyId.
- Action
-
Specify the appropriate ID string for the relative source and relative target objects in the parameter.
-
KDCCR2021-E
The name/value of AssociationType is Null.
- Description
-
The Name attribute or the Value attribute of the Concept object is null.
- Action
-
Set up the Name attribute and the Value attribute in the Concept object.
-
KDCCR2022-E
Value of AssociationType is not valid.
- Description
-
The value of the Concept object specified as the type (AssociationType) of the Association object is not the same value that is specified for the already defined Concept object.
- Action
-
Use the value of the already defined Concept object that can be specified as AssociationType.
-
KDCCR2023-E
Authentication from Registry is needed.
- Description
-
The authentication information is null.
- Action
-
Provide the correct authentication information.
-
KDCCR2024-E
Key for Source Organization cannot be Null.
- Description
-
The key of SourceObject is null.
- Action
-
When creating the Association object, provide a key to the Source object.
-
KDCCR2025-E
KeyId for Source Organization cannot be Null.
- Description
-
The contents of the key of SourceObject are null.
- Action
-
When creating the Association object, provide the contents of key in the Source object.
-
KDCCR2026-E
Key for Target Organization cannot be Null.
- Description
-
The key of TargetObject is null.
- Action
-
When creating the Association object, provide the key of the Target object.
-
KDCCR2027-E
KeyId for Target Organization cannot be Null.
- Description
-
The contents of the key of TargetObject are null.
- Action
-
When creating the Association object, provide the contents of the key in the Target object.
-
KDCCR2028-E
User Name/Password is not set.
- Description
-
The user name and password are not set up in the Connection object.
- Action
-
Provide the authentication information for the user name and the password.
-
KDCCR2029-E
Requested interface name does not belongs to javax.xml.registry.infomodel package.
- Description
-
The interface name requested as a parameter does not belong to the Infomodel class.
- Action
-
Specify the requested interface name as an integer of the LifeCycleManager class.
Example: LifeCycleManager.SERVICE_BINDING
-
KDCCR2030-E
SourceObject is not of type javax.xml.registry.infomodel.Organization.
- Description
-
The SourceObject type is different than Organization.
- Action
-
The type of the Source object in the Association object to be created must be Organization.
-
KDCCR2031-E
TargetObject is not of type javax.xml.registry.infomodel.Organization.
- Description
-
The TargetObject type is different than Organization.
- Action
-
The type of the Target object in the Association object to be created must be Organization.
-
KDCCR2032-E
Slot cannot be Null.
- Description
-
The slot for specifying parameters is null.
- Action
-
Provide an object that is not null in the slot.
-
KDCCR2033-E
Collection of LocalizedString objects cannot be Null.
- Description
-
Null is specified in the collection of LocalizedStrings.
- Action
-
Provide a valid collection of LocalizedStrings in the addLocalizedString method.
-
KDCCR2035-E
URI is invalid or inaccessible.
- Description
-
An invalid URI is specified.
- Action
-
Specify the correct URI.
-
KDCCR2036-E
Cannot change data that is controlled by another party.
- Description
-
An attempt is made to change the data of the object owned by another person.
- Action
-
Only the owner of the object can modify the object.
-
KDCCR2037-E
Association object is Null.
- Description
-
The Association object specified in the parameter is either null or invalid.
- Action
-
Specify the correct Association object in the parameter that is not null.
-
KDCCR2038-E
Objects in the collection should be of type javax.xml.registry.infomodel.ExternalIdentifier.
- Description
-
The objects of the ExternalIdentifier class are not specified in the Collection.
- Action
-
Make sure that the objects specified in the Collection are those of the ExternalIdentifier class.
-
KDCCR2039-E
Association Key is not formed properly.
- Description
-
The Association key is not created properly.
- Action
-
Set up an appropriate key in the created Association object.
-
KDCCR2040-E
Association Key passed cannot be Null.
- Description
-
The passed Association key is null.
- Action
-
Pass a valid Association key that is not null.
-
KDCCR2041-E
Source Organization in Association cannot Null.
- Description
-
Null is specified in the Source Organization of the Association object.
- Action
-
Specify an Organization object other than null in the Source object.
-
KDCCR2042-E
Target Organization in Association cannot Null.
- Description
-
Null is specified in the Target Organization of the Association object.
- Action
-
Specify an Organization object other than null in the Target object.
-
KDCCR2043-E
Type of Object requested is empty or Null.
- Description
-
The ObjectType passed as a parameter is either null or blank.
- Action
-
Specify the ObjectType parameter as a valid parameter of the method. The ObjectType parameter is defined as an integer of the LifeCycleManager class.
Example: LifeCycleManager.ORGANIZATION
-
KDCCR2045-E
Unable to create an instance of ConnectionFactory.
- Description
-
The ConnectionFactory object could not be created. The security settings of Java might not have been specified properly.
- Action
-
Make sure to revise the security settings of Java. Contact the system administrator.
-
KDCCR2046-E
URL is malformed.
- Description
-
An invalid protocol might be specified for the URL added to the objects saved in the registry server or the format of the URL might be invalid.
- Action
-
Check that the protocol (such as http://) that is added to the URL string is correct. Also check that the format of the URL is valid.
-
KDCCR2047-E
Association Type is Null.
- Description
-
Null is specified in the Association type of the Association object.
- Action
-
If the Concept object that indicates the Association type is null, this message will be displayed. Check that the Association type (Concept object) is valid.
-
KDCCR2048-E
Error occurred while performing Input/Output.
- Description
-
The SOAP message cannot be output in the byte row.
- Action
-
Check whether the memory is insufficient. For other causes, contact the system administrator.
-
KDCCR2049-E
Host cannot be resolved.
- Description
-
The IP address for the host cannot be found.
- Action
-
Make sure that the host name and the IP address can be resolved properly.
-
KDCCR2050-E
Missing ResourceBundle/Property.
- Description
-
The resource file used internally is invalid.
- Action
-
Contact the system administrator.
-
KDCCR2051-E
DocumentBuilder instance could not be created as per the configuration requested.
- Description
-
A critical configuration error occurred in the XML parser.
- Action
-
Contact the system administrator.
-
KDCCR2052-E
I/O Exception occurred in opening connection at the URI.
- Description
-
A connection could not be established to the URI specified in ExternalLink or ServiceBinding.
- Action
-
Check that the specified URI can be connected properly.
If URI verification is not necessary, specify false in the setValidateURI method.
-
KDCCR2053-E
Classification or Concept name can not be Null.
- Description
-
The name of the Concept or ClasificationScheme object is null.
- Action
-
Specify a name in the Concept object that is specified during the invocation of the saveConcepts method or in the ClassificationScheme object that is specified during the invocation of the saveClassificationSchemes method.
-
KDCCR2054-E
Neither AccessURI nor TargetBinding is set to javax.xml.registry.infomodel.ServiceBinding object.
- Description
-
Neither AccessURI nor TargetBinding is specified in the ServiceBinding object.
- Action
-
Specify either AccessURI or TargetBinding in the ServiceBinding object.
-
KDCCR2055-E
BindingKey of TargetBinding cannot be Null/Empty.
- Description
-
The binding key of TargetBinding specified in the ServiceBinding object is either null or blank.
- Action
-
Specify a binding key that is neither null nor blank in TargetBinding.
-
KDCCR2056-E
ServiceKey cannot be Null.
- Description
-
Null is passed to ServiceKey when searching the ServiceBinding object.
- Action
-
Set up ServiceKey when searching the ServiceBinding object.
-
KDCCR2057-E
Name of the Organization must be specified.
- Description
-
The name of the Organization object was not specified when saving Organization.
- Action
-
Specify a name for the Organization object to be saved.
-
KDCCR2059-E
SpecifiedObject or its Key in SpecificationLink is Null/Empty/Invalid.
- Description
-
Either the SpecifiedObject specified in the SpecificationLink object is invalid or the key of the specified SpecifiedObject is null or empty.
- Action
-
Make sure that the SpecifiedObject specified in the SpecificationLink object is not invalid or the key of the SpecifiedObject is neither null nor empty.
-
KDCCR2060-E
Only one or none usageParameters can be set to the SpecificationLink object.
- Description
-
Two or more usageParameters are specified in the SpecificationLink object.
- Action
-
When specifying usageParameters in the SpecificationLink object, make sure that you specify only a single parameter.
-
KDCCR2061-E
Specifications Collection is Null or Empty.
- Description
-
The Specifications parameter specified when searching the ServiceBinding object is either null or empty.
- Action
-
When searching the ServiceBinding object, set up a value in the Specifications parameter.
-
KDCCR2062-E
UserName or Password is not set for Source Organization or Target Organization or Association Object.
- Description
-
No authentication information is set up in the Source object, the Target object, or the Association object.
- Action
-
When creating a new Source object, Target object, or Association object, acquire the LifeCycleManager object from the Connection object in which the authentication information is set up with the setCredentials method, and then use the create method for creating each object.
-
KDCCR2063-E
Multiple ClassificationSchemes are found.
- Description
-
Multiple ClassificationSchemes are found.
- Action
-
Revise the search conditions for searching ClassificationScheme. When searching multiple ClassificationScheme, use the BusinessQueryManager#findClassificationSchemes method.
-
KDCCR3005-E
Exception occurred.
- Description
-
An exception is thrown in the internal processing.
- Action
-
When this message is output in the trace file, make sure that the detailed message does not contain another message ID that is the main cause of occurrence of this error.
If this message ID alone is output, contact the system administrator.
-
KDCCR3009-E
SOAP request is invalid.
- Description
-
An error occurred while processing the SOAP library.
- Action
-
Reference the trace output in the SOAP library, and take actions against the error message. Also check the following:
-
URL of the UDDI registry server
-
Settings of the proxy server (when using a proxy)
-
-
KDCCR3010-E
SAX Parsing exception has occurred.
- Description
-
An exception occurred in the SAX-related processing during the initialization of the XML parser.
- Action
-
Contact the system administrator.
-
KDCCR3011-E
Input/Output exception has occurred.
- Description
-
An internal I/O error occurred during initialization of the XML document.
- Action
-
Check whether the memory is insufficient. If the error is caused by other reasons, contact the system administrator.
-
KDCCR3012-E
Exception occurred while instantiating the class.
- Description
-
The class instances could not be created internally.
- Action
-
Contact the system administrator.
-
KDCCR3013-E
Specified class is not found.
- Description
-
An internally required class could not be found.
- Action
-
The XML elements sent from the registry server might be invalid. Make sure that the registry server conforms to UDDI Version 2.0, and also that the XML message is correct.
-
KDCCR3014-E
Specified method/class is not accessible.
- Description
-
An internally required class cannot be accessed.
- Action
-
Contact the system administrator.
-
KDCCR3015-E
An error occurred during invocation of target method.
- Description
-
An attempt to invoke an internal method that processes the request or response messages has failed.
- Action
-
Contact the system administrator.
-
KDCCR3017-E
SecurityException has occurred.
- Description
-
A security exception occurred.
- Action
-
If Java security manager is being used, check that the settings of the security policy are correct.
-
KDCCR3018-E
Argument passed are Invalid/Illegal.
- Description
-
The arguments during the invocation of the internal methods are invalid.
- Action
-
Contact the system administrator.
-
KDCCR3019-E
An error occurred during DOM operation.
- Description
-
An internal error occurred when creating or parsing DOM from XML.
- Action
-
Contact the system administrator.
-
KDCCR3020-E
SOAP Fault occurred.
- Description
-
A SOAP-level error (SOAP Fault) occurred in the registry server.
- Action
-
Take action according to the contents of the detailed message output from the registry server.
-
KDCCR3021-W
File could not be found.
- Description
-
The file required in the taxonomy server functionality does not exist. The processing continues.
- Action
-
Make sure that the JAR file (hitjaxr.jar) of the UDDI client library has not been corrupted. If the error is caused by other reasons, contact the system administrator.
-
KDCCR3022-W
Unable to load Document Object.
- Description
-
An attempt to perform parsing of an internal XML with the taxonomy server functionality has failed. The processing continues.
- Action
-
Contact the system administrator.
-
KDCCR3023-W
Trace is initialized with default parameters.
- Description
-
The trace will be initialized with the default parameters because the trace properties are not specified, and the processing will continue.
- Action
-
As and when required, specify the trace properties.
-
KDCCR3024-W
UDDI disposition report :
- Description
-
A UDDI-level error (dispositionReport) occurred in the registry server.
- Action
-
Take action according to the contents of the detailed message output from the registry server.
-
KDCCR3028-W
Null is removed from the collection.
- Description
-
The Collection object that is specified as a parameter of the method contains a null object. The processing continues after the removal of the null object.
- Action
-
Check that a null object is included in the Collection object.