[z/OS]

CWSJO

CWSJO0001E: The SDO repository cannot store a value under a null name.
Explanation An attempt was made to register a value in the repository using a null name.
Action Ensure all calls to store data in the repository specify non-null names.
CWSJO0002E: The SDO repository cannot store an empty array value.
Explanation An attempt was made to register an empty byte array value in the repository.
Action Ensure all calls to store data in the repository specify a non-empty byte array as the value.
CWSJO0003E: The SDO repository cannot store null values.
Explanation An attempt was made to register a null value in the repository.
Action Ensure all calls to store data in the repository specify non-null values.
CWSJO0004E: A name is already in use: {0}.
Explanation An attempt was made to register a value using a name already used in the repository.
Action Use a different name, or delete the existing value for the name, or specify "overwrite" when writing to the repository.
CWSJO0005E: Cannot update resource: {0}. The update failed because the stored value was changed between the stream being created and the stream being closed.
Explanation An optimistic update strategy is used to write to the repository when using an OutputStream. The update failed because the stored value changed. The change might have been made by another thread.
Action Check if the value should still be updated and, if so, repeat the command.
CWSJO0006E: The stream is already closed.
Explanation A stream can only be closed once. This was probably caused by a client programming error.
Action Only close the stream once.
CWSJO0007E: Cannot edit the system resource: {0}.
Explanation Some resources in the repository are defined by the system. These resources cannot be edited.
Action Choose a different name for user-defined resources.
CWSJO0008E: No data access service factory is registered for domain: {0}
Explanation The domain has not been registered to the system.
Action Ensure the domain name is correct and that a data access service factory has been registered for the domain.
CWSJO0009E: The data access service registry cannot register a data access service factory under a null domain name.
Explanation An attempt was made to register a data access service factory using a null domain name.
Action Ensure all calls to register data access service factories specify non-null domain names.
CWSJO0010E: An SDO repository instance cannot be created: exception {0}.
Explanation An SDO repository instance cannot be created because the sib.sdoConfig.jar file is missing or corrupted.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CWSJO0011E: A data access service registry instance cannot be created: exception {0}.
Explanation A data access service registry instance cannot be created because the sib.sdoConfig.jar file is missing or corrupted.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CWSJO0012E: Installation failed. JDBC provider {0} does not exist.
Explanation To install the SDO repository, the installation program needs access to this JDBC provider.
Action Restore the named JDBC provider or manually install the SDO repository.
CWSJO0013E: Data source {0} already exists.
Explanation The installer cannot continue because the data source it will create already exists.
Action If the SDO repository is already installed, do not install it again. Otherwise manually install the SDO repository to avoid naming conflicts with the existing configuration.
CWSJO0014E: CMP connection factory {0} already exists.
Explanation The installer cannot continue because the connection factory it will create already exists.
Action If the SDO repository is already installed, do not install it again. Otherwise manually install the SDO repository to avoid naming conflicts with the existing configuration.
CWSJO0016I: Installing SDO repository on node {0}, server {1}.
Explanation The script is declaring the server and node being used.
Action No action is required.
CWSJO0017E: A server is not specified but more than one server was found. There are {0} servers on node {1}.
Explanation There is more than one server configured for the node, and the command does not know which server to use.
Action Run the script specifying the names of a node and server.
CWSJO0018I: Creating data source {0} under JDBC provider {1}.
Explanation The installer is creating a JDBC provider.
Action No action is required.
CWSJO0019I: Configuring data source {0}.
Explanation The installer is creating the data source configuration object.
Action No action is required.
CWSJO0020I: Creating CMP connection factory for data source {0}.
Explanation The installer is creating a connection factory for the previously created data source.
Action No action is required.
CWSJO0021I: Installing SDO repository EJB application.
Explanation The installer is installing the application component of the SDO repository.
Action No action is required.
CWSJO0022I: Saving configuration.
Explanation The configuration changes are being saved.
Action No action is required.
CWSJO0023I: SDO repository installation completed successfully.
Explanation The installation has completed.
Action No action is required.
CWSJO0024E: Incorrect parameters given. Usage:
{0}
Explanation The script was called with an incorrect set of parameters.
Action Call the script again using the parameters as described in the message.
CWSJO0025I: Successfully removed data source {0}.
Explanation The uninstaller has removed the data source used by the SDO repository.
Action No action is required.
CWSJO0026W: Cannot find data source {0}.
Explanation The data source created by the installer was not found.
Action Locate the repository's data source and manually remove it.
CWSJO0027I: Successfully removed CMP connection factory {0}.
Explanation The uninstaller has removed the connection factory used by the repository's data source.
Action No action is required.
CWSJO0028W: Cannot find CMP connection factory {0}.
Explanation The CMP connection factory created by the installer was not found.
Action Locate the repository's CMP connection factory and manually remove it.
CWSJO0029I: Uninstalling application {0}.
Explanation The uninstaller is uninstalling the application component of the SDO repository.
Action No action is required.
CWSJO0030I: SDO repository uninstallation complete.
Explanation The uninstaller has completed.
Action No action is required.
CWSJO0031I: Resource {0} exported to file {1}
Explanation The resource has been saved to disk.
Action No action is required.
CWSJO0032E: Error exporting resource {0} to file {1}:
{2}
Explanation The resource cannot be exported to the file. See the message for details.
Action Respond appropriately to the error message.
CWSJO0033I: Resource {0} imported from file {1}
Explanation The resource has been loaded from disk.
Action No action is required.
CWSJO0034E: Error importing resource {0} from file {1}:
{2}
Explanation The resource cannot be imported from the file. See the message for details.
Action Respond appropriately to the error message.
CWSJO0035I: Resource {0} removed.
Explanation The resource has been removed from the repository.
Action No action is required.
CWSJO0036E: Error while removing resource {0}:
{1}
Explanation The resource cannot be removed. See the message for details.
Action Respond appropriately to the error message.
CWSJO0037E: Cannot list resources:
{0}
Explanation There was an error while listing the resources. See the message for details.
Action Respond appropriately to the error message.
CWSJO0038E: Cannot find resource with name {0}
Explanation A resource with the given name is not stored in the repository.
Action Use the correct name for the item for which you are searching, or add the item to the repository under this name.
CWSJO0039E: Node not specified for multiple node cell. There are {0} nodes in the cell.
Explanation There is more than one node configured for the cell.
Action Run the script specifying the names of a node and server.
CWSJO0040E: The ij command was not found. The expected location of ij is "{0}".
Explanation The install script cannot find the ij.bat or ij.sh command in the named directory. If this file does not exist the server installation is corrupted.
Action Reinstall the application server to repair the installation.
CWSJO0041I: Creating DDL file {0}.
Explanation The installer is creating the DDL file for the Derby database.
Action No action is required.
CWSJO0042I: Creating Derby database. See log file for details at {0}.
Explanation The installer is creating a Derby database using the DDL file. The results of the database creation are saved to a log file.
Action No action is required.
CWSJO0043E: Database directory already exists: {0}.
Explanation The installer cannot create a database in the named directory because the directory already exists.
Action Delete the directory if it safe to do so, then run the installer again.
CWSJO0044I: Uninstalling SDO repository on node {0}, server {1}.
Explanation The script is declaring the server and node being used.
Action No action is required.
CWSJO0045E: The name for the resource is too long for the system. The maximum permitted length of a name is {0} characters. The provided name was "{1}".
Explanation An attempt was made to register a resource with a name that is longer than the underlying database allows.
Action Use a shorter name when registering the resource.
CWSJO0046E: The resource is too big for the system to store. The maximum permitted length of a resource is {0} bytes. The resource named "{1}" has a length of {2} bytes.
Explanation An attempt was made to register a resource that is longer than the underlying database will permit.
Action Break the resource into smaller pieces to store in the repository.
CWSJO0047E: Cannot find cluster {0}.
Explanation The specified cluster does not exist.
Action Call the install script again with a valid cluster name.
CWSJO0048I: Installing SDO repository on cluster {0}.
Explanation The script is declaring the cluster being used.
Action No action is required.
CWSJO0049E: Cannot find server {0} on node {1}.
Explanation The specified server does not exist.
Action Call the script again with valid node and server names.
CWSJO0050I: Application already exists: {0}
Explanation The installation program endeds because the SDO repository application is already installed on the server.
Action No action is required. The application is already installed.
CWSJO0052I: Using datasource backend ID: {0}
Explanation The script is declaring the detected backend ID. This identifies the type of database the SDO repository will be configured to use.
Action No action is required.
CWSJO0053I: Uninstalling SDO repository on cluster {0}.
Explanation The script is declaring the cluster being used.
Action No action is required.
CWSJO0054E: The SDO repository application cannot be found.
Explanation The JNDI lookup for the SDO repository has failed.
Action Install the SDO repository on the server being used, and ensure the repository has started.
CWSJO0057E: The SDO repository cannot find the data source: {0}
Explanation The SDO repository requires a data source and database to be configured for use.
Action See the information center for details on configuring a data source for the SDO repository.
CWSJO0059I: The following values are valid for the BackendId parameter:{0}
Values marked with (*) cannot be used when the SDO repository is installed on one or more version 6 servers.
Explanation The install script is displaying a list of valid parameters.
Action No action is required.
CWSJO0060I: Values marked with (**) cannot be used when the SDO repository is installed on one or more version 6 or version 6.1 servers.
Explanation The install script is displaying a list of valid parameters.
Action No action is required.
CWSJO0061I: Updating backend ID for application {0}.
Explanation The script is declaring that it is updating the backend ID of the SDO repository application.
Action No action is required.
CWSJO0062E: -createDb cannot be used in a Network Deployment environment.
Explanation The "-createDb" option creates an embedded Derby database. Embedded Derby can only be used by the SDO repository on a stand-alone server.
Action See the information center for instructions on how to install the SDO repository in a Network Deployment environment.
CWSJO0063E: -createDb cannot be used on a z/OS system.
Explanation The "-createDb" option creates an embedded Derby database. This database cannot be used on a z/OS system because embedded Derby can only be accessed by one process at a time, and Application Servers on z/OS contain multiple processes.
Action See the information center for instructions on how to install the SDO repository on z/OS.
CWSJO9999E: {0}
Explanation If the message does not give sufficient information, check previous messages for further help.
Action See previous messages for further information.
Reference topic    

Terms and conditions for information centers | Feedback

Last updated: Jun 13, 2012 7:39:43 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.wsspi.sdo.config.CWSJOMessages.html

© Copyright IBM Corporation 2006, 2011. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)