WebSphere Process Server messages     Operating Systems: All supported

ADMG

ADMG0001E: Configuration data {1} is not found in document {0}.
Problem The configuration data might be removed or the ID of the configuration is not valid.
User response Issue a query command to confirm that this configuration data still exists.
ADMG0002E: Document {0} is not found.
Problem The specified document is not found. It might be removed already, or the document URI is not valid.
User response Issue a query command again to make sure that the document URI is the same as the returned query command.
ADMG0003E: The system failed to load document {0}.
Problem Either the document cannot be retrieved from the configuration repository, or the document is not a valid XMI document. See the nested exception for details.
User response See the problem determination information on the WebSphere Application Server Support Web page: http://www.ibm.com/software/webservers/appserv/was/support/.
ADMG0004E: The system failed to save document {0}.
Problem An inconsistency exists in the document content, or the document cannot be saved in the configuration repository successfully. See the nested exception for details.
User response Discard the change and repeat the operation.
ADMG0005E: The attribute name {0} is not valid.
Problem The identified attribute name is not valid.
User response Get the meta information for the object and verify that the spelling of the attribute name is correct. Note that attribute names are case sensitive.
ADMG0006E: The attribute name path {0} is not valid.
Problem The identified attribute name path is not valid.
User response Get the meta information for the object and verify that the spelling of the attribute name is correct. Note that attribute names are case sensitive.
ADMG0007E: The configuration data type {0} is not valid.
Problem The identified type is not valid.
User response Get the supported data type list and verify the data type name. Note that data type names are case sensitive.
ADMG0011E: An unexpected exception occurred {0}.
Problem This exception is unexpected. The cause is not immediately known.
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/.
ADMG0012E: The attribute value for attribute {0} is not valid.
Problem The type of the supplied attribute value does not match the attribute type.
User response Get the meta information for that attribute and verify that the types match.
ADMG0013E: The attribute value for attribute path {0} is not valid.
Problem The type of the supplied attribute value does not match the attribute type.
User response Get the meta information for that attribute and verify that the types match.
ADMG0014E: Attribute {0} is a read-only attribute.
Problem You cannot modify the identified attribute.
User response Do not attempt to modify a read-only attribute, or change attribute permissions.
ADMG0015E: Attribute path {0} is read only and not modifiable.
Problem The attribute path cannot be modified.
User response Do not attempt to modify a read-only attribute path, or change attribute path permissions.
ADMG0016E: The system is unable to get a validation manager for session {0}.
Problem An exception occurred while obtaining a validation manager for the session.
User response See the nested exception for information.
ADMG0017E: The validate operation failed for session {0} and scope {1}.
Problem This error message is generic for validation-related errors.
User response See the nested exception for more details.
ADMG0018E: The system is unable to locate the node {0} for the WASQueue object {1}.
Problem The node attribute value of the WASQueue instance is not valid.
User response Supply a valid node name as the attribute value for the node attribute on the WASQueue object.
ADMG0019E: The system is unable to locate the unique Java Message Service (JMS) server value on node {0}.
Problem More than one JMS server value is defined on the specified node.
User response Modify the configuration to remove the invalid JMS server value.
ADMG0020E: The required attribute {0} is not found.
Problem A required attribute is not provided.
User response Supply the required attribute.
ADMG0021E: The system expected template type {0}, but the supplied template type is {1}.
Problem The template type is different from the object type being created.
User response Check the input parameters and verify that the template and object types match.
ADMG0022W: The system is unable to update the serverindex.xml document for server {0}: {1}.
Problem The serverindex.xml document is not available for update. Some inconsistencies might exist between the serverindex.xml document and the rest of the configuration.
User response Manually update the serverindex.xml document to keep it consistent with the configuration.
ADMG0023W: Node creation is an invalid operation. Use the AddNode command-line utility instead.
Problem The operation is not supported.
User response Use the AddNode command-line utility to incorporate a node into a cell.
ADMG0024W: Segment {1} of the containment path {0} is not correct.
Problem The supplied parameter does not follow the detailed syntax described in the Javadoc documentation.
User response Refer to the ConfigService#resolve method document for the syntax of a containment path.
ADMG0025W: The system is unable to define the SERVER_LOG_ROOT variable map for server {0}:{1}
Problem The server created successfully, but the SERVER_LOG_ROOT variable map creation under the newly created server scope failed.
User response Manually define the VariableMap SERVER_LOG_ROOT value as ${LOG_ROOT}/serverName under the server scope in the variables.xml file.
ADMG0026E: The system is unable to find the server definition for cluster member {0} of cluster {1}.
Problem When a new cluster member is added to a server cluster, the applications that are deployed on the clusters are automatically deployed on the new cluster member. In this case, the definition of an existing cluster member cannot be found, so the application deployment information cannot update correctly for the new cluster member.
User response Check the server cluster configuration for inconsistencies or errors.
ADMG0027E: The system is unable to find the ServerEntry value for server {0}.
Problem An inconsistency exists between the server configuration and its serverindex.xml document.
User response Manually edit the server index document to keep it consistent with the server configuration.
ADMG0028W: The system is unable to delete the server definition for cluster member {0}.
Problem The cluster member is removed from a server cluster, but the server definition of the cluster member cannot be removed.
User response Manually remove the server definition from the cluster configuration.
ADMG0029W: Server {0} is a cluster member of cluster {1}.
Problem A server can not be converted to a server cluster if it is part of an existing cluster.
User response No user action is required.
ADMG0030E: The password for user ID {0} is not specified.
Problem If a user ID is specified, a password must be specified when the defaultPrincipalMapping value is defined.
User response Supply a password for the specified user ID.
ADMG0031E: The user ID and password pair is not supplied, and no JAASAuthData entry matches the specified alias {0}.
Problem If the user ID and password pair is not supplied in a defaultPrincipalMapping for a J2CConnectionFactory, use of an existing JAASAuthData entry is assumed.
User response Supply a user ID and password pair, or use an alias matching an existing JAASAuthData entry.
ADMG0032E: An existing JAASAuthData entry matches alias {0}, so a JAASAuthData entry cannot be created for user ID {1}.
Problem If a user ID and password are specified, a JAASAuthData entry is automatically created when a defaultPrincipalMapping value is defined. The creation of a JAASAuthData entry failed because an alias with the specified name already exists.
User response Omit the user ID and password to use an existing JAASAuthData entry, or use a different alias to create a new JAASAuthData entry.
ADMG0033E: Server {0} cannot be deleted because applications {1} are installed on it.
Problem If a server is deleted before the installed applications are uninstalled, those applications fall into an inconsistent state and might not run normally.
User response Uninstall the applications on the server before deleting the server.
ADMG0034E: The specified node name {0} is not a valid node name.
Problem The input parameter value is not a valid node name. Note that node names are case sensitive.
User response Correct the input value.
ADMG0035E: The user does not have sufficient privilege to modify attribute {0} of object type {1} in document {2}.
Problem The administrator role is required to modify the specified attribute.
User response Log in as a user who has an administrator role and try the command again.
ADMG0036E: Operation {0} is not supported in local mode.
Problem This operation is not supported when the wsadmin tool or the configuration service runs in local mode without connecting to the server.
User response Start the server and repeat the command in remote mode.
ADMG0037E: A new instance of the {0} object cannot be created because the {1} attribute of an existing {0} object has the same value as {2}.
Problem Certain types of configuration objects require that one of their attributes has a unique value. For example, the value of the name attribute of the VirtualHost configuration object must be unique.
User response Specify a different attribute value to satisfy the uniqueness requirement.
ADMG0038W: The specified resourceAdapter object is defined at a higher administrative level.({0})
Problem This J2CResourceAdapter object is defined in the resource.xml file of an administrative layer higher than the specified layer. Consequently, removal of the object at the specified level destroys consistency across the entire defined administrative area.
User response Uninstall the J2CResourceAdapter from the higher administrative layer to maintain consistency across the entire administrative area.
ADMG0039W: An unexpected error occurred while getting the attribute of {0} for {1}.
Problem An unexpected error occurred while retrieving the specified attribute of the specified J2CResourceAdapter object.
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/.
ADMG0040E: The specified type {0} is not valid for this operation.
Problem The $AdminConfig uninstallJ2CResourceAdapter command accepts the node level J2CResourceAdapter only.
User response Specify the node level J2CResourceAdapter for the $AdminConfig uninstallResourceAdapter command. Remove the cell level or server level J2CResourceAdapter with the $AdminConfig remove command.
ADMG0101E: renameCell command can only run in local mode. Stop the application server or deployment manager before running this command.
Problem renameCell command can not be run when administrative client is connected to a running server. This command changes the cell name and hence needs to be run when server is shut down.
User response Stop the server by running stopServer or stopManager script before running this command.
ADMG0102E: Invalid character in new cell name {0}.
Problem The cell name cannot have leading or trailing spaces and cannot contain any of the following characters: \ / , # $ @ : ; " * ? < > | = + & % ' [ ]
User response Specify a different cell name that complies with cell name rules.
ADMG0195W: Server {0} on node {1} cannot be added to core group {2}.
Problem The system continues to create the new server. While creating the server, the server cannot be added to the specfied core group.
User response Check the configuration to determine if the core group exists.
ADMG0196W: The system cannot find the {0} core group.
Problem The specified core group cannot be found. The system continues with the configuration operation.
User response Check the configuration to determine if the core group exists.
ADMG0197W: The system cannot find the parent node of server {0}.
Problem The node cannot be found in the configuration on this server. The system continues the configuration operation.
User response Check the configuration to determine if a node might be inadvertently deleted.
ADMG0198W: An exception occurred while trying to remove server {0} on node {1} from core group {2}: {3}.
Problem While deleting the specified server, the system attempted to remove the server from its core group, but an exception occurred.
User response The system continues the operation to delete the server. Evaluate the exception to determine the cause of the problem. Check the configuration to determine if a core group is inadvertently deleted.
ADMG0199W: Server {0} on node {1} cannot be found in any core group.
Problem The system cannot find the core group while performing a delete operation. The system continued the delete operation.
User response Check the configuration to determine if a core group is inadvertently deleted.
ADMG0233E: The clusterName memberNode and memberName parameters cannot be specified with the target object ID to identify the cluster member.
Problem The cluster member can be identified either by specifying the member's object ID, or by specifying the member's name, node name and cluster name.
User response Specifying a cluster object ID for the command's target object, without the clusterName, memberNode and memberName parameters. Or specify all three of these parameters without specifying the target object ID.
ADMG0300I: The Package/Type/Attribute you have chosen: {0} is valid starting at version: {1}
Problem The given ConfigService attribute is valid starting at version.
User response Nothing, this is informational.
ADMG0301W: The Package/Type/Attribute you have chosen: {0} was deprecated at version: {1}
Problem The given ConfigService attribute was deprecated at the given version.
User response This attribute is valid, but may not be in the future.
ADMG0302E: The Package/Type/Attribute you have chosen: {0} was removed at version: {1}
Problem The given ConfigService attribute has been removed at this version.
User response This attribute is not valid at the given version.
ADMG0303E: Request to install resouce adapter failed. Please make sure if the version of the resouce adapter matches with the Node's version.
Problem MBean request to install resource adapter had failed. Please make sure if the version of the target Node matches with the resource adapter.
User response Make sure if the version of the Node matches with the version of resource adapter. V1.5 rar file can not be installed on WebSphere V5 or earlier.
ADMG0420E: Node {0} is not eligible to be a member of node group {1}.
Problem The specified node group is a distributed node group.
User response Choose another node or node group and retry the operation.
ADMG0421E: Node {0} is not eligible to be a member of node group {1}.
Problem The specified node group is a sysplex node group in a different sysplex.
User response Choose another node or node group and retry the operation.
ADMG0446E: The specified node {0} is not a member of node group {1}.
Problem The specified node does not belong to any node groups.
User response Choose another node or node group and retry the operation.
ADMG0447E: The specified node {0} is not a member of any node group.
Problem The specified node does not belong to any node groups.
User response Choose another node or add the node to the node group and try the operation again.
ADMG0451E: Node {0} cannot be removed from node group {1} because it is part of a cluster in that node group.
Problem A node cannot be removed from a node group because it contains cluster members in that node group.
User response Add the node that has cluster members to another node group before removing that node from the original node group.
ADMG0452E: Node {0} cannot be removed from node group {1}. This node must always be a member of at least one node group.
Problem A node cannot be removed from a node group. A node must always be a member of at least one node group.
User response Ensure that a node group contains at least one member.
ADMG0453E: Cannot find node group {0} in the configuration repository.
Problem The specified node group cannot be found in the configuration repository.
User response Determine if the specified node group exists, and if the correct node group name is specified. Specify a valid node group name and try the operation again.
ADMG0454E: Node {0} is already a member of node group {1}.
Problem The node member cannot be added to the node group because a member with that name already exists in the node group.
User response Determine if the specified node is already in the node group, or if the correct node name is specified. Specify a valid node name and the operation again.
ADMG0455E: Node {0} is not eligible to be a member of node group {1}.
Problem The specified node group is a z/OS or sysplex node group.
User response Choose another node or node group and retry the operation.
ADMG0456E: Node group {0} cannot be removed because it contains members.
Problem A node group cannot be removed if it contains members.
User response Remove the node group members first and try the operation again.
ADMG0457E: The default node group cannot be deleted.
Problem Default node group is required by WebSphere for node group administration.
User response Do not attempt to delete the default node group
ADMG0458E: Custom property {0} already exists for node group {1}.
Problem A node group property with the specified name is already created.
User response Choose another name for the node group property, and try the operation again.
ADMG0459E: Node {0} cannot be removed from sysplex node group {1} because sysplex node group membership is required.
Problem Nodes that belong to a sysplex node group must remain because sysplex node group membership is required.
User response Use the addNodeGroupMember command to move a node to a different sysplex node group.
ADMG0489E: A sysplex node group with the short name {0} already exists.
Problem The short name must be unique within the same sysplex.
User response Verify that the short name is unique within the same sysplex.
ADMG0490E: Node {0} is not eligible to be a member of sysplex node group {1}.
Problem The node is not eligible to be a member of the sysplex node group because Version 5 z/OS nodes can be a member of the default sysplex node group only.
User response Do not attempt to add Version 5 z/OS nodes to a sysplex node group.
ADMG0491E: Node {0} is not eligible to be a member of node group {1}.
Problem The specified node group is not a sysplex node group.
User response Choose another node or node group and retry the operation.
ADMG0492E: Un-Managed Node {0} can not be added to a node group.
Problem A node group should only contain managed nodes.
User response Determine if the specified node is a managed node or if the correct node name was specified. Choose a managed node and retry the operation.
ADMG0493E: A node group with the name {0} already exists in the config.
Problem The specified node group already exits in the configuration repository.
User response Determine if the node group name already exists in the config. Specify a different node group name and try the operation again.
ADMG0500E: Cluster scoped resource or variable configurations are not supported as cluster {0} contains one or more Version 5 members.
Problem Cluster scoped resource or variable configurations are introduced at Version 6.
User response Configure the resource or variable at the server or node scope to achieve the same effect.
ADMG0501E: Application scoped resource or variable configurations are not supported as application {0} contains one or more Version 5 deployment targets.
Problem Application scoped resource or variable configurations are introduced at Version 6.
User response Configure the resource or variable at the server or node scope to achieve the same effect.
ADMG0502E: A VariableMap object {1} already exists under scope {0}. There can be only one VariableMap object under a specific scope.
Problem There can be only one VariableMap object under a specific scope.
User response Do not attempt to create more than one VariableMap per scope. Configure variables under just one VariableMap object for each scope.
ADMG0503E: Cannot create a new cluster member of version {0} on cluster which does not have any pre-existing cluster member of the same version.
Problem There should be atleast one cluster member of the same version as that of the new cluster member being created in the cluster.
User response For example, to get a 6.X cluster member in cluster with all 5.X cluster members, migrate one of the nodes with 5.X cluster member to 6.X. That will convert the 5.X cluster member to 6.X cluster member. Now another new cluster member of version 6.X can be created.
ADMG0504E: Cannot create server template using a server in a node {0} whose operating system is not known.
Problem The node operating system is not set for this node. This may be a V5 node in the mixed cell environment and this node was never started.
User response Start the nodeagent for this node first and make sure the dmgr is also running. And then create the server template using a server in this node.
ADMG0505E: Access Denied to access this config data {0}.
Problem The current user does not have access to perform the intended operation on this config data.
User response Login as a different user who has access to this config data.
ADMG0550E: WebSphere Application Server license restrictions in effect do not allow this configuration change.
Problem The configuration change being made exceeds the license retrictions in effect, for example, the maximum number of clusters or members in a cluster.
User response Make configuration changes within the license restrictions.
ADMG0551E: An error occurred while checking licensing restrictions.
Problem An error occurred while checking the configuration change being processed against any license restrictions in effect. It is possible that license restriction data has become 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/.
ADMG9200E: Cluster {0} already exists.
Problem A cluster with the specified name is already configured.
User response Choose another name for the cluster, and retry the operation.
ADMG9201E: Replication domain already exists for cluster {0}.
Problem A replication domain with the name of the specified cluster is already configured.
User response If the named replication domain is no longer needed, delete it from the configuration. Otherwise, choose another name for the cluster. Then retry the operation.
ADMG9202E: Cannot find server {0} on node {1}.
Problem A server with the specified name is not configured on the specified node.
User response Determine if the names of the server and node are correct. Specify the correct server and node names for a configured server. Then retry the operation.
ADMG9203E: Server {0} on node {1} is already a member of cluster {0}.
Problem The server is already a member of the specified cluster. It cannot be a member of another cluster.
User response Choose another server to include in the cluster, or do not include a server in the cluster. Then retry the operation.
ADMG9204E: The serverNode and serverName parameters were not both specified.
Problem To convert an existing server to be the first member of cluster, both the name of the server and name of the node where the server resides must be specified.
User response Specify both parameters, and retry the operation.
ADMG9205E: The cluster member weight specified is not a value from {0} to {1}.
Problem The weight of the cluster member was not valid. It must be a value in the range specified in the message.
User response Specify a valid value for the cluster member weight, and retry the operation.
ADMG9206E: The memberWeight parameter was specified without also specifying the serverNode and serverName parameters.
Problem When creating a cluster, the cluster member weight can be specified only when converting an existing server to be the first member of the cluster.
User response When you create a server cluster, do not specify the memberWeight parameter if you do not want to convert an existing server. Or, specify the serverNode and serverName parameters to convert an existing server. Then retry the operation.
ADMG9207E: The replicatorEntry parameter was specified without also specifying the serverNode and serverName parameters.
Problem When creating a cluster, a member replicator entry can be created only when converting an existing server to be the first member of the clsuter.
User response When you create a server cluster, do not specify the replicatorEntry parameter if you do not want to convert an existing server. Or, specify the serverNode and serverName parameters to convert an existing server. Then retry the operation.
ADMG9208E: The replicatorEntry parameter was specified but the replicatorDomain command step was not executed.
Problem When converting a server to be the first member of a cluster, a replicator entry can be created only if a replication domain for the cluster is also created.
User response If you execute the convertServer step of createCluster command, do not specify the replicatorEntry parameter unless you also execute the replicatorDomain command step.
ADMG9209E: Exception caught validating {0} command: {1}
Problem While validating the command, an exception was caught.
User response Evaluate the exception specified in the message to determine the problem. Then retry the operation.
ADMG9210E: The {0} command did not validate for the following reason: {1}
Problem The command was not executed becaused it failed validation.
User response Evaluate the reason specified in the message to determine the problem. This is usually a problem with the command parameters. Correct the problem, and retry the operation.
ADMG9211E: Cannot find the Cell object in the configuration repository.
Problem This exception is unexpected. The cause is not immediately known.
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/.
ADMG9212E: Exception caught executing {0} command: {1}
Problem While executing the command, an exception was caught.
User response Evaluate the exception specified in the message to determine the problem. Configuration changes may not have been committed. To be safe, discard any configuration changes made in this session. Then retry the operation.
ADMG9213E: Both a target object ID and the clusterName parameter were specified to identify the cluster, but only one is allowed.
Problem Either a configuration object ID or a name can be used to identify a cluster, but not both.
User response Specifying a cluster object ID for the command's target object, or by specifying a cluster name for the command's clusterName parameter. Then retry the operation.
ADMG9214E: The specified target object ID is not a valid cluster object.
Problem The configuration object represented by the specified object ID could not be found in the configuration repository, or is not the object ID of a cluster.
User response Investigate the object ID, and how it was obtained, to determine if it represents a valid cluster object in the configuration repository. Specify a valid cluster object ID and retry the operation.
ADMG9215E: Neither the target object ID nor the clusterName parameter were specified to identify the cluster.
Problem A cluster must be identified using either a configuration object ID or a name.
User response Specify a cluster object ID for the command's target object, or by specify a cluster name for the command's clusterName parameter. Then retry the operation.
ADMG9216E: Cannot find cluster {0}.
Problem The specified cluster could not be found in the configuration repository.
User response Determine if the specified cluster was created, or if the correct cluster name was specified. Specify a valid cluster name and retry the operation.
ADMG9217E: Server {0} already exists on node {1}.
Problem A cluster member cannot be created because a server with the specified name is already configured on the specified node.
User response Determine if the name of the cluster member and member's node were specified correctly. Specify a different name or node, and retry the operation.
ADMG9218E: Cannot find node {0}.
Problem The specified node could not be found in the configuration repository.
User response Determine if the specified node was created, or if the correct node name was specified. Specify a valid node name and retry the operation.
ADMG9219E: Neither the templateName parameter, nor the templateServerNode and templateServerName parameters, were specified.
Problem To create the first member of the cluster, either a template name must be specified, or the name and node of an existing server to use as the template must be specified.
User response Specify either the templateName paramater, or both the templateServerNode and templateServerName parameters, and retry the operation.
ADMG9220E: The templateName parameter cannot be specified with either the templateServerNode and templateServerName parameters.
Problem To create the first member of the cluster, a template name must be specified, or the name and node of an existing server to use as the template must be specified, but not both.
User response Specify either the templateName paramater, or both the templateServerNode and templateServerName parameters, and retry the operation.
ADMG9221E: The templateServerNode and templateServerName parameters must both be specified.
Problem To use an existing server as a template for create the first member of a cluster, both the name and node of the server must be specified.
User response Specify both the templateServerNode and templateServerName parameters, and retry the operation.
ADMG9222E: The firstMember command step and its parameters cannot be specified because one or more cluster members are already configured.
Problem The firstMember command step can only be execute when creating the first member of a cluster. When creating additional cluster members the information specified in this step is not valid.
User response Check the cluster name and verify you are creating the cluster member in the intended cluster. If so, retry the operation without specifying the firstMember command step and any of its parameters.
ADMG9223E: Cannot find server template {0}.
Problem The specified template could not be found in the configuration repository.
User response Verify the template name was specified correctly, the template exists, and the template is for a server type of configuration object. Specify a valid server template and retry the operation.
ADMG9224E: Cannot find the server for cluster member {0} on node {1} to use as template.
Problem The first cluster member's server, which is used as the template when creating additional cluster members, cannot be found.
User response Verify the first cluster member has already been created and saved in the configuration repository. The first cluster member must be created before creating additional cluster members. Specify a a template name, or template server and node, to create the first cluster member.
ADMG9225E: Cannot create replicator entry for member because no replication domain was found for cluster {0}.
Problem A replicator entry cannot be created for the new cluster member because no replication domain can be found which has the name of the specified cluster.
User response Verify a replication domain has already been created for the cluster. If not, create the replication domain and retry the operation. Or, specify a value of false for the replicatorEntry parameter to skip the creation of a replication entry for the cluster member.
ADMG9226E: A replicator entry with the member name {0} already exists.
Problem A replicator entry cannot be created for the new cluster member because an existing replicator entry with the same name was already found in the replication domain.
User response Verify the replicator entry to determine if the replicator entry is for another cluster member. If so, choose another name for the new cluster member. Or, do not request the creation of a replicator entry for the cluster member.
ADMG9227E: Cannot find replication domain to delete for cluster {0}.
Problem The replication domain for the specified cluster cannot be deleted because no replication domain having this cluster name can be found in the configuration repository.
User response Verify the correct cluster name was specified, and that a replication domain exists for this cluster. If no replication domain exists. If no domain exists, specify a value of false for the deleteRepDomain parameter to skip the deletion of the replication domain.
ADMG9228I: Cluster {0} deleted.
Problem The specified cluster was successfully deleted from the configuration repository.
User response None.
ADMG9229E: Neither the target object ID, nor the clusterName memberNode and memberName parameters, were specified to identify the cluster member.
Problem A cluster member must be identified by specifying either a configuration object ID, or the names of the member, the node where the member resides, and the cluster to which the member belongs.
User response Specify a cluster member object ID for the command's target object, or by specify the valid names for the command's clusterName memberNode and memberName parameters. Then retry the operation.
ADMG9230E: Cannot obtain the cluster member name and node name.
Problem While validating the cluster member object ID, the member's name and node could not be obtained.
User response Verify the object ID is a valid ID for a cluster member, and not another type of configuration object. Then retry the operation.
ADMG9231E: Cannot find parent cluster of member {0} on node {1}.
Problem The parent cluster object of the specified cluster member could not be found in the configuration repository.
User response Verify the correct cluster member was specified, and the cluster itself was not previously deleted. Then retry the operation.
ADMG9232E: Cannot obtain the name of the cluster member's parent cluster.
Problem While validating the cluster member object ID, the cluster name of the member's parent cluster could not be obtained..
User response Verify the cluster member was not previously deleted. Then retry the operation.
ADMG9234E: The clusterName memberNode and memberName parameters were not all specified.
Problem To identify a cluster member, the member's name, node name and cluster name must all be specified.
User response Specify all three of the clusterName memberNode and memberName parameters, and retry the operation.
ADMG9235E: Cannot find cluster member {0} on node {1} in cluster {2}.
Problem The specified cluster member could not be found in the configuration repository.
User response Verify the cluster's member name and node name are specified correctly and represent and existing cluster member. Verify the member belongs to the specified cluster. If not, specify the correct values and retry the operation.
ADMG9236E: Cannot find server for cluster member {0} on node {1}.
Problem The server for the specified cluster member could not be found in the configuration repository.
User response Verify the server was not deleted without removing the cluster member. Then retry the operation.
ADMG9237E: Cannot find replicator entry for cluster member {0} because no replication domain exists for cluster {1}.
Problem The replicator entry for the specified cluster could not be found because there is no replication domain for the specified cluster.
User response Verify a replication domain exists for the specified cluster. A replicator entry cannot exist without a replication domain. If deleting a cluster member which has no replicator entry, specify a value of false for the deleteRepEntry parameter.
ADMG9238E: Cannot find replicator entry for cluster member {0} in the replication domain for cluster {1}.
Problem The replicator entry for the specified cluster member could not be found in the configuration repository.
User response Verify the cluster member's name and node are specified correctly, and a replicator entry was created for the cluster member. If deleting a cluster member which has not replicator entry, specify a value of false for the deleteRepEntry parameter.
ADMG9239I: Cluster member {0} on node {1} deleted from cluster {2}.
Problem The cluster member was deleted from the cluster.
User response None.
ADMG9240E: Exception caught trying to obtain an instance of AppManagement: {0}.
Problem While obtaining an instance of AppManagement to manage J2EE applications, an exception was encountered.
User response Evaluate the exception to determine the cause of the problem.
ADMG9241E: Cannot find parent node of server {1}.
Problem The node where the specified server resides could not be found in the configuration repository.
User response Verify the server, or the node on which it resides, was not deleted.
ADMG9242E: Exception caught while including server {0} on node {1} as a member of the new cluster {2}: {3}
Problem While converting the existing server to be a member of the new cluster, an exception was caught.
User response Evaluate the exception to determine the cause of the problem.
ADMG9243E: Exception caught while creating the server {0} on node {1} for new member of cluster {2}: {3}
Problem While creating the server for a new cluster member, an exception was caught.
User response Evaluate the exception to determine the cause of the problem.
ADMG9244E: Cannot find hostname of node {0}.
Problem The DNS hostname of the specified node could not be found.
User response Verify the IP network configuration of the system on which the node is defined, and the node where this operation was invoked. Verify the correct node name was specfied, and the node was not deleted from the configuration.
ADMG9245E: Exception caught while creating new replicator entry for cluster member {0} on node {1}: {2}
Problem While creating a new replicator entry for the cluster member in the cluster's replication domain, an exception was caught.
User response Evaluate the exception to determine the cause of the problem.
ADMG9246E: Exception caught while checking if cluster member {0} on node {1} is compatible with cluster {2}: {3}
Problem While performing a series of checks to determine if the cluster member can belong to the specified cluster, an unexpected exception was caught.
User response Evaluate the exception to determine the cause of the problem.
ADMG9247E: Product version {0} installed on node {1} is earlier than the product version installed on the Deployment Manager.
Problem Different product versions are installed on the node and the Deployment Manager.
User response Verify the correct product version are installed on the node and the Deployment Manager. The product installed on the node may need to be upgraded to a newer version. Consult the document to determine the supported configurations and operations of a cell which has nodes installed with different product versions.
ADMG9248E: A cluster member cannot be created on node {0}. The following problem with installed product versions was found: {1}.
Problem The product version installed on the node is not compatible with the product version installed on the DeploymentManager node or the nodes of other cluster members.
User response Evaluate problem text specified in the message. Verify the correct product versios are installed on this, the Deployment Manager node, and other nodes containing member of the cluster. The product installed on the node may need to be upgraded to a newer version. Consult the documentation to determine the supported configurations and operations of a cell which has nodes installed with different product versions.
ADMG9249E: Exception caught validating the {0} step of the {1} task command: {2}
Problem While validating the command, an exception was caught.
User response Evaluate the exception specified in the message to determine the problem. Then retry the operation.
ADMG9250E: The {0} step of the {1} command did not validate for the following reason: {2}
Problem The command step was not executed becaused it failed validation.
User response Evaluate the reason specified in the message to determine the problem. This is usually a problem with the command parameters. Correct the problem, and retry the operation.
ADMG9251E: Parameters are specified on command step {0} but the command step target is set to "false".
Problem Because the value of the command step target is "false", the step will not be executed. However, step parameters were specified, which indicate an intent to execute the step.
User response If you want to execute the command step, specify "true" for the command step target, or specify no command step target.
ADMG9252E: The firstMember command step must be specified because this member will be the first in the cluster.
Problem The information specified in the firstMember command step is required when creating the first cluster member. The command step must be executed.
User response Check the cluster name and verify you are creating the cluster member in the intended cluster. If so, retry the operation and specify the firstMember command step along with its requirement parameters
ADMG9253E: Cannot create new cluster member because, there is cluster member {0} with product version {1} on node {2}.
Problem Cannot create new cluster members on a heterogeneous cluster.
User response Verify the correct product version are installed on all the nodes and the Deployment Manager. The product installed on the node may need to be upgraded to a newer version. Consult the document to determine the supported configurations and operations of a cell which has nodes installed with different product versions.
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.ws.management.resources.configservice.html

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