WebSphere Application Server messages
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, 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 may 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 it.
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, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/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, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSJO0012E: Installation failed. JDBC provider {0} does not exist.
Explanation The installer needs this JDBC provider to exist to install the SDO repository.
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 None.
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.
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 None.
CWSJO0019I: Configuring data source {0}.
Explanation The installer is creating the data source configuration object.
Action None.
CWSJO0020I: Creating CMP connection factory for data source {0}.
Explanation The installer is creating a connection factory for the previously created data source.
Action None.
CWSJO0021I: Installing SDO repository EJB application.
Explanation The installer is installing the application component of the SDO repository.
Action None.
CWSJO0022I: Saving configuration.
Explanation The configuration changes are being saved.
Action None.
CWSJO0023I: SDO repository installation completed successfully.
Explanation The installation has completed.
Action None.
CWSJO0024E: Incorrect parameters given. Usage: {0}
Explanation The script was called with an incorrect set of parameters.
Action Call the script again with the parameters described in the message.
CWSJO0025I: Successfully removed data source {0}.
Explanation The uninstaller has removed the data source used by the SDO repository.
Action None.
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 None.
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 None.
CWSJO0030I: SDO repository uninstallation complete.
Explanation The uninstaller has completed.
Action None.
CWSJO0031I: Resource {0} exported to file {1}
Explanation The resource has been saved to disk.
Action None.
CWSJO0032E: Error exporting resource {0} to file {1}: {2}
Explanation The resource cannot be exported the 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 None.
CWSJO0034E: Error importing resource {0} from file {1}: {2}
Explanation The resource cannot be imported the 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 None.
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 being searched for or add it 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 Cloudscape database.
Action None.
CWSJO0042I: Creating Cloudscape database. See log file for details at {0}.
Explanation The installer is creating a Cloudscape database using the DDL file. The results of the database creation are saved to a log file.
Action None.
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, and 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 None.
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 will permit.
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 with 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 cluster specified by the user 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 None.
CWSJO0049E: Cannot find server {0} on node {1}.
Explanation The server specified by the user does not exist.
Action Call the script again with a valid node and server names.
CWSJO0050I: Application already exists: {0}
Explanation The installer will end because the SDO Repository application is already installed on the server.
Action No action required. The application is already installed.
CWSJO0051E: Cannot determine database type referenced by JNDI name {0}. Ensure the database can be accessed or manually specify the BackendId.
Explanation The installer attempts to detect the type of database used by the repository during installation. This attempt has failed.
Action Ensure both the database server and target application server are running. Alternatively, manually set the BackendId using the install script.
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 None.
CWSJO0053I: Uninstalling SDO repository on cluster {0}.
Explanation The script is declaring the cluster being used.
Action None.
CWSJO0054E: The SDO Repository application cannot be found.
Explanation The JNDI lookup for the SDO Repository failed.
Action Install the SDO Repository on the server being used, and ensure the repository has started.
CWSJO0055E: The SDO Repository cannot be installed on the deployment manager.
Explanation The SDO Repository is already installed because it is a permanent feature of the deployment manager.
Action None.
CWSJO0056E: The SDO Repository cannot be uninstalled on the deployment manager.
Explanation The SDO Repository is a permanent feature of the deployment manager and cannot be uninstalled.
Action None.
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 documentation for details on configuring a data source for the SDO Repository.
CWSJO0058E: The SDO Repository is not configured to access a data source of this type.
Explanation The SDO Repository can be configured for different types of database. The the current database does not match the repository's configuration.
Action Edit the repository's configuration by using the installSdoRepository.jacl script specifying the -editBackendId option.
CWSJO0059I: The following values are valid for the BackendId parameter:{0}
Explanation The install script is displaying a list valid parameters
Action None.
CWSJO0060W: Cannot determine database type referenced by JNDI name {0}. Using default backend ID.
Explanation The installer attempts to detect the type of database used by the repository during installation. This attempt has failed. The default backend ID will be used.
Action Check the default backend ID is correct the current database. If not, edit the repository's configuration by using the installSdoRepository.jacl script specifying the -editBackendId option.
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 None.
CWSJO0062E: -createDb cannot be used in a Network Deployment environment.
Explanation The "-createDb" option creates an embedded Cloudscape database. Embedded Cloudscape can only be used by the SDO Repository on a standalone server.
Action See the InfoCenter 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 Cloudscape database. Embedded Cloudscape can only be accessed by one process at a time. z/OS WebSphere servers contain multiple processes.
Action See the InfoCenter 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 of Use | Feedback

Last updated: Feb 21, 2008 7:07:28 AM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.wsspi.sdo.config.CWSJOMessages.html

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