WebSphere Process Server messages     Operating Systems: All supported

CWSJO

CWSJO0001E: The SDO repository cannot store a value under a null name.
Problem An attempt was made to register a value in the repository using a null name.
User response Ensure all calls to store data in the repository specify non-null names.
CWSJO0002E: The SDO repository cannot store an empty array value.
Problem An attempt was made to register an empty byte array value in the repository.
User response 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.
Problem An attempt was made to register a null value in the repository.
User response Ensure all calls to store data in the repository specify non-null values.
CWSJO0004E: A name is already in use: {0}.
Problem An attempt was made to register a value using a name already used in the repository.
User response 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.
Problem 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.
User response Check if the value should still be updated and, if so, repeat the command.
CWSJO0006E: The stream is already closed.
Problem A stream can only be closed once. This was probably caused by a client programming error.
User response Only close the stream once.
CWSJO0007E: Cannot edit the system resource: {0}.
Problem Some resources in the repository are defined by the system. These resources cannot be edited.
User response Choose a different name for user-defined resources.
CWSJO0008E: No data access service factory is registered for domain: {0}
Problem The domain has not been registered to the system.
User response 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.
Problem An attempt was made to register a data access service factory using a null domain name.
User response Ensure all calls to register data access service factories specify non-null domain names.
CWSJO0010E: An SDO repository instance cannot be created: exception {0}.
Problem An SDO repository instance cannot be created because the sib.sdoConfig.jar file is missing or corrupted.
User response 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}.
Problem A data access service registry instance cannot be created because the sib.sdoConfig.jar file is missing or corrupted.
User response 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.
Problem The installer needs this JDBC provider to exist to install the SDO repository.
User response Restore the named JDBC provider or manually install the SDO repository.
CWSJO0013E: Data source {0} already exists.
Problem The installer cannot continue because the data source it will create already exists.
User response 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.
Problem The installer cannot continue because the connection factory it will create already exists.
User response 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}.
Problem The script is declaring the server and node being used.
User response None.
CWSJO0017E: A server is not specified but more than one server was found. There are {0} servers on node {1}.
Problem There is more than one server configured for the node.
User response Run the script specifying the names of a node and server.
CWSJO0018I: Creating data source {0} under JDBC provider {1}.
Problem The installer is creating a JDBC provider.
User response None.
CWSJO0019I: Configuring data source {0}.
Problem The installer is creating the data source configuration object.
User response None.
CWSJO0020I: Creating CMP connection factory for data source {0}.
Problem The installer is creating a connection factory for the previously created data source.
User response None.
CWSJO0021I: Installing SDO repository EJB application.
Problem The installer is installing the application component of the SDO repository.
User response None.
CWSJO0022I: Saving configuration.
Problem The configuration changes are being saved.
User response None.
CWSJO0023I: SDO repository installation completed successfully.
Problem The installation has completed.
User response None.
CWSJO0024E: Incorrect parameters given. Usage: {0}
Problem The script was called with an incorrect set of parameters.
User response Call the script again with the parameters described in the message.
CWSJO0025I: Successfully removed data source {0}.
Problem The uninstaller has removed the data source used by the SDO repository.
User response None.
CWSJO0026W: Cannot find data source {0}.
Problem The data source created by the installer was not found.
User response Locate the repository's data source and manually remove it.
CWSJO0027I: Successfully removed CMP connection factory {0}.
Problem The uninstaller has removed the connection factory used by the repository's data source.
User response None.
CWSJO0028W: Cannot find CMP connection factory {0}.
Problem The CMP connection factory created by the installer was not found.
User response Locate the repository's CMP connection factory and manually remove it.
CWSJO0029I: Uninstalling application {0}.
Problem The uninstaller is uninstalling the application component of the SDO repository.
User response None.
CWSJO0030I: SDO repository uninstallation complete.
Problem The uninstaller has completed.
User response None.
CWSJO0031I: Resource {0} exported to file {1}
Problem The resource has been saved to disk.
User response None.
CWSJO0032E: Error exporting resource {0} to file {1}: {2}
Problem The resource cannot be exported the to the file. See the message for details.
User response Respond appropriately to the error message.
CWSJO0033I: Resource {0} imported from file {1}
Problem The resource has been loaded from disk.
User response None.
CWSJO0034E: Error importing resource {0} from file {1}: {2}
Problem The resource cannot be imported the from the file. See the message for details.
User response Respond appropriately to the error message.
CWSJO0035I: Resource {0} removed.
Problem The resource has been removed from the repository.
User response None.
CWSJO0036E: Error while removing resource {0}: {1}
Problem The resource cannot be removed. See the message for details.
User response Respond appropriately to the error message.
CWSJO0037E: Cannot list resources: {0}
Problem There was an error while listing the resources. See the message for details.
User response Respond appropriately to the error message.
CWSJO0038E: Cannot find resource with name {0}
Problem A resource with the given name is not stored in the repository.
User response 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.
Problem There is more than one node configured for the cell.
User response 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}".
Problem 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.
User response Reinstall the application server to repair the installation.
CWSJO0041I: Creating DDL file {0}.
Problem The installer is creating the DDL file for the Derby database.
User response None.
CWSJO0042I: Creating Derby database. See log file for details at {0}.
Problem The installer is creating a Derby database using the DDL file. The results of the database creation are saved to a log file.
User response None.
CWSJO0043E: Database directory already exists: {0}.
Problem The installer cannot create a database in the named directory because the directory already exists.
User response Delete the directory if it safe to do so, and run the installer again.
CWSJO0044I: Uninstalling SDO repository on node {0}, server {1}.
Problem The script is declaring the server and node being used.
User response 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}".
Problem An attempt was made to register a resource with a name that is longer than the underlying database will permit.
User response 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.
Problem An attempt was made to register a resource with that is longer than the underlying database will permit.
User response Break the resource into smaller pieces to store in the repository.
CWSJO0047E: Cannot find cluster {0}.
Problem The cluster specified by the user does not exist.
User response Call the install script again with a valid cluster name.
CWSJO0048I: Installing SDO repository on cluster {0}.
Problem The script is declaring the cluster being used.
User response None.
CWSJO0049E: Cannot find server {0} on node {1}.
Problem The server specified by the user does not exist.
User response Call the script again with a valid node and server names.
CWSJO0050I: Application already exists: {0}
Problem The installer will end because the SDO Repository application is already installed on the server.
User response 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.
Problem The installer attempts to detect the type of database used by the repository during installation. This attempt has failed.
User response 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}
Problem The script is declaring the detected backend ID. This identifies the type of database the SDO Repository will be configured to use.
User response None.
CWSJO0053I: Uninstalling SDO repository on cluster {0}.
Problem The script is declaring the cluster being used.
User response None.
CWSJO0054E: The SDO Repository application cannot be found.
Problem The JNDI lookup for the SDO Repository failed.
User response 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.
Problem The SDO Repository is already installed because it is a permanent feature of the deployment manager.
User response None.
CWSJO0056E: The SDO Repository cannot be uninstalled on the deployment manager.
Problem The SDO Repository is a permanent feature of the deployment manager and cannot be uninstalled.
User response None.
CWSJO0057E: The SDO Repository cannot find the data source: {0}
Problem The SDO Repository requires a data source and database to be configured for use.
User response 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.
Problem The SDO Repository can be configured for different types of database. The the current database does not match the repository's configuration.
User response 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} Values marked with (*) cannot be used when the SDO Repository is installed on one or more version 6 servers.
Problem The install script is displaying a list valid parameters
User response None.
CWSJO0060W: Cannot determine database type referenced by JNDI name {0}. Using default backend ID.
Problem 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.
User response 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}.
Problem The script is declaring that it is updating the backend ID of the SDO Repository application.
User response None.
CWSJO0062E: -createDb cannot be used in a Network Deployment environment.
Problem The "-createDb" option creates an embedded Derby database. Embedded Derby can only be used by the SDO Repository on a standalone server.
User response 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.
Problem The "-createDb" option creates an embedded Derby database. Embedded Derby can only be accessed by one process at a time. z/OS WebSphere servers contain multiple processes.
User response See the InfoCenter for instructions on how to install the SDO Repository on z/OS.
CWSJO9999E: {0}
Problem If the message does not give sufficient information, check previous messages for further help.
User response See previous messages for further information.
Reference topic    

Terms of Use | Feedback

Last updated: Jun 13, 2009 1:00:35 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.wsspi.sdo.config.CWSJOMessages.html

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