Express (Distributed operating systems), v8.0 > Reference > Messages


CWUDU

CWUDU5001I: Usage: java -classpath 'jdbcDriver.jar';./UDDICanonTModelImportTool.jar
                    com.ibm.uddi.v3.ctmit.CanonicalTModelImportTool -f <filename> [-u]
where:
          'jdbcDriver.jar' is the RDBMS JDBC driver jar file(s)
          -f <filename> File containing the canonical TModel's.
options:
          -u Removes the canonical TModel's previously imported.

Explanation This is the usage message displayed at the command line when the user has entered a combination of arguments or options that were not valid.
Action Enter the command according to the usage message.

CWUDU5002I: ********** Starting UDDI Canonical tModel UDDI Import Tool **********

Explanation This message is used as a marker in the message log file to indicate when the tool starts.
Action None.

CWUDU5003I: Importing entities...

Explanation Indicates the import function has started.
Action None.

CWUDU5004I: Deleting entities...

Explanation Indicates the delete function has started.
Action None.

CWUDU5005I: Imported tModel, tModelKey[{0}].

Explanation Indicates that the tModel with the specified key has bean imported.
Action None.

CWUDU5006I: Deserializing...

Explanation Indicates that reading of the canonical tModel XML file and creation of the tModels has started.
Action None.

CWUDU5007I: Deserialized entities.

Explanation Indicates that reading of the canonical tModel XML file and creation of the tModels has completed successfully.
Action None.

CWUDU5008I: Function ''{0}'' completed successfully.

Explanation Indicates the requested function completed successfully.
Action None.

CWUDU5009W: Parser warning: {0}

Explanation The XML parser reports a warning about the content of the canonical tModel XML file.
Action Based on the context of the warning message, check the validity of the canonical tModel XML file.

CWUDU5010E: Parser error: {0}

Explanation The XML parser reports an error about the content of the canonical tModel XML file.
Action Based on the context of the error message, check the validity of the canonical tModel XML file.

CWUDU5011E: Unrecognized parser feature: {0}

Explanation A parser feature set by the Canonical TModel Import Tool is not recognized by the parser.
Action Check you are using the correct type and level of XML parser. If correct, contact your IBM support center.

CWUDU5012E: Unsupported parser feature: {0}

Explanation A parser feature set by the Canonical TModel Import Tool is not supported by the parser.
Action Check you are using the correct type and level of XML parser. If correct, contact your IBM support center.

CWUDU5013E: Unrecognized parser property: {0}, value: {1}

Explanation A parser property set by the Canonical TModel Import Tool is not recognized by the parser.
Action Check you are using the correct type and level of XML parser. If correct, contact your IBM support center.

CWUDU5014E: Unsupported parser property: {0}, value: {1}

Explanation A parser property set by the Canonical TModel Import Tool is not supported by the parser.
Action Check you are using the correct type and level of XML parser. If correct, contact your IBM support center.

CWUDU5015E: Unable to find the configuration file: {0}

Explanation Canonical TModel Import Tool cannot locate the configuration file.
Action Canonical TModel Import Tool looks for a default configuration properties file with the file name 'UDDICanonicalTModelImportTool.properties' in the current directory. Check that the configuration file has this name and exists in the execution directory.

CWUDU5016E: An Exception occurred trying to read the configuration file.

Explanation The configuration file could not be read.
Action Check the file path points to a valid file and that the current user has permission to read the file.

CWUDU5017W: Configuration file is missing the ''{0}'' property.

Explanation A required property is missing from the configuration file.
Action Add the missing property name and value to the configuration file. Check that the property name is not misspelled.

CWUDU5018W: Property: ''{0}'' has value ''{1}''. It must be either ''true'' or ''false''.

Explanation A value was given to a property other than 'true' or 'false'.
Action Set the property value to 'true' or 'false'.

CWUDU5019W: Property: ''{0}'' has value ''{1}''. It must be an integer value.

Explanation A value was given to a property other than an integer value.
Action Set the property value to an integer value.

CWUDU5020E: Unable to read the canonical tModel XML file. {0}

Explanation The canonical tModel XML file could not be read due to an IO error.
Action Check that the current user has permission to read the file.

CWUDU5021E: Unable to close the messages file: {0}

Explanation The attempt to close the message log file failed.
Action The disk might be full. If so, clear some space or direct log output to a different disk.

CWUDU5022E: Unable to close the trace file: {0}

Explanation The attempt to close the trace log file failed.
Action The disk might be full. If so, clear some space or direct log output to a different disk.

CWUDU5023E: The logger was unable to find the file: {0}

Explanation The Canonical TModel Import Tool logger could not find the specified file.
Action Ensure the trace file is correctly defined in the configuration properties file.

CWUDU5024W: No function was specified.

Explanation Canonical TModel Import Tool was invoked with no function specified.
Action Specify one function in accordance with the usage message.

CWUDU5025W: The argument ''{0}'' was not recognized.

Explanation The argument value does not match any of the allowed arguments.
Action Specify arguments in accordance with the usage message.

CWUDU5026E: Could not load Database driver: dbDriver < {0} >.

Explanation The specified database driver could not be loaded.
Action Check the database driver value in the configuration file is valid, and the driver's class is present on the class path.

CWUDU5027E: Could not create Database connection: dbUrl <{0}>, dbUser <{1}>, (dbPasswd not shown).

Explanation A connection could not be established with the database at the specified URL with the specified userid.
Action Check the database URL, userid and password values are correct in the configuration file, and that the database manager is running.

CWUDU5028E: There was an error parsing the canonical tModel XML file.

Explanation An unspecified error occurred when parsing the canonical tModel XML file.
Action Check the canonical tModel XML file content is valid according to the Canonical TModel Import Tool schema file. Reference the information center for details.

CWUDU5029E: One or more errors occurred while parsing the canonical tModel XML file. See message log for details.

Explanation Errors occurred when parsing the canonical tModel XML file.
Action Check the canonical tModel XML file content is valid according to the Canonical TModel Import Tool schema file. Reference the information center for details.

CWUDU5030W: One or more warnings were raised while parsing the canonical tModel XML file. See message log for details.

Explanation Warnings occurred when parsing the canonical tModel XML file.
Action Check the canonical tModel XML file content is valid according to the Canonical TModel Import Tool schema file. Reference the information center for details.

CWUDU5031E: An unexpected exception has occurred: {0}

Explanation An unexpected error occurred.
Action Check configuration file settings and all databases are active. If necessary, contact your IBM support center.

CWUDU5032W: A TModel with tModelKey [{0}] already exist in the Registry. Import request ignored for this tModel.

Explanation A tModel contained in the canonical tModel XML file already exists in the UDDI Registry, the import request for this tModel is ignored.
Action Ignore the warning or use the delete function to remove the tModel and then import.

CWUDU5033I: Deleted tModel entity with tModelKey [{0}].

Explanation Indicates the tModel was successfully removed from the UDDI registry database.
Action None.

CWUDU5034E: Unexpected database SQL exception: {0}.

Explanation An unexpected SQL Exception has been encountered.
Action Examine the SQL Exception Message to determine the cause of the problem.

CWUDU5035E: Unexpected database SQL exception during commit: {0}.

Explanation An unexpected SQL Exception has been encountered whilst trying to commit the database changes.
Action Examine the SQL Exception Message to determine the cause of the problem.

CWUDU5036E: Unexpected database SQL exception during rollback: {0}.

Explanation An unexpected SQL Exception has been encountered whilst trying to rollback the database changes.
Action Examine the SQL Exception Message to determine the cause of the problem.

CWUDU5037E: Unexpected database problem could not set autocommit off for database connection: {0}.

Explanation An unexpected SQL Exception has been encountered whilst trying to set autocommit off.
Action Examine the SQL Exception Message to determine the cause of the problem.

   

+

Search Tips   |   Advanced Search