bea.com | products | dev2dev | support | askBEA
 Download Docs  Site Map  Glossary 
Search

Cluster Subsystem Messages

The Cluster 1.0 catalog contains messages in the range BEA000100 - BEA000199. Messages in this catalog are part of the weblogic.cluster Internationalization package and the weblogic.i18n Localization package.

BEA-000100

Info: Using default multicast address: address

Description

Server is going to use default multicast address: address to send heartbeat messages and JNDI announcements.

Cause

If you create a cluster without specifying a cluster address, by default, servers use multicast address 237.0.0.1

Action

Please set the MulticastAddress="a.b.c.d" property for the cluster. Use an address in the range of 224.0.0.0 - 239.255.255.255. (Avoid the reserved range 224.0.0.0 - 224.0.1.255).

BEA-000101

Info: Cannot resolve ClusterAddress: address

Description

Failed to resolve ClusterAddress: address.

Cause

Could not resolve the cluster address address. ClusterAddress should be a DNS name that maps to multiple ip addresses.

Action

Please set the correct ClusterAddress property for the cluster.

BEA-000102

Notice: Joining cluster name on address:port

Description

This is an information message to indicate that the server has joined the cluster.

Cause

Server has joined cluster name.

Action

No action required.

BEA-000103

Error: Disconnecting from cluster clusterName

Description

Disconnecting from cluster clusterName

Cause

When a server gets suspended, it is no longer a member of cluster clusterName.

Action

No action required.

BEA-000104

Error: Cluster members are running incompatible versions. \n\tLocal version: localVersion. \n\tRemote version (remoteServer): remoteVersion

Description

Cluster members are running incompatible versions. \n\tLocal version: localVersion. \n\tRemote version (remoteServer): remoteVersion

Cause

This server is a different version than other servers in this cluster.

Action

Ensure that all members of this cluster are running the same version.

BEA-000105

Info: The server is leaving the cluster, because it is an incompatible version.

Description

The server is leaving the cluster, because it is an incompatible version.

Cause

This server is running a different version of WebLogic Server.

Action

Please set a different multicast address for this cluster. Use an address in the range of 224.0.0.0 - 239.255.255.255. (Avoid the reserved range 224.0.0.0 - 224.0.1.255.)

BEA-000106

Error: Failed to move offer to pending list due to e.

Description

Failed to move offer to pending list due to e.

Cause

An error occurred while resolving non-local conflicting offers for a node in the JNDI tree.

Action

Please check the preceding conflict start message in the logs. Try to avoid the conflict by taking one of the suggested actions. If the problem the persists, please contact support and provide the stack trace for further analysis.

BEA-000107

Error: Failed to install offer in place of those currently installed due to e.

Description

Failed to install offer in place of those currently installed due to e.

Cause

An error occurred while resolving non-local conflicting offers for a node in the JNDI tree.

Action

Please check the preceding conflict start message in the logs. Try to avoid the conflict by taking one of the suggested actions. If the problem persists, please contact support and provide the stack trace for further analysis.

BEA-000108

Error: Attempt to retract offer offer, which is neither installed nor pending.

Description

An attempt was made to retract an offer, which was neither previously installed nor is in the conflict resolution stage.

Cause

An attempt was made to retract an offer, which was neither previously installed nor is in the conflict resolution stage.

Action

No action required.

BEA-000109

Error: Error sending multicast message: e

Description

An IO error occurred while trying to send a message over multicast.

Cause

An error occurred while trying to send a message over multicast.

Action

Please make sure that the NIC is functioning properly. If you believe no environment problems exist, please contact support and provide the stack trace for further analysis.

BEA-000110

Error: Multicast socket receive error: e

Description

An error occurred while trying to receive a message over the multicast.

Cause

An error occurred while trying to receive a message over the multicast.

Action

Please make sure that the NIC is functioning properly. If you believe there no environment problems exist, please contact support and provide the stack trace for further analysis.

BEA-000111

Info: Adding server with id id to cluster: clusterName view.

Description

Adding server with id id to cluster: clusterName view.

Cause

This is an information message.

Action

No action required.

BEA-000112

Info: Removing server from cluster view due to timeout.

Description

Every server in the cluster sends heartbeat messages every 10 seconds over the multicast. Failure to receive such messages for three timeout periods results in removal of the server from the cluster view.

Cause

Removing server from cluster as it failed to send heartbeats over the multicast in the past 30 seconds.

Action

If a server has been shutdown or suspended, no action is required. If the remote server server appears to be hung, please take threaddumps and send them to support.

BEA-000113

Info: Removing server from cluster view due to PeerGone.

Description

Servers in a cluster might have a direct connection over tcp/ip. Failure of this connection results in removing the server from the cluster view.

Cause

Lost tcp/ip connection to server server.

Action

If a server has been shutdown or suspended, no action is required. If the remote server server appears to be hung, please take threaddumps and send them to support.

BEA-000114

Error: Failed to find cluster license: e

Description

Failed to find cluster license: e in the license file.

Cause

You need a valid license file to run clusters.

Action

Please contact your sales representative for license.

BEA-000115

Info: Lost numMessages multicast message(s)

Description

Server failed to receive numMessages messages.

Cause

This is an informational message. When a server joins a stable cluster, you will see this message since it did not receive multicast messages sent out by servers in the cluster.

Action

No action required.

BEA-000116

Error: Failed to join cluster name at address address due to : e.

Description

Failed to join cluster name at address address due to : e. Servers in a cluster use multicast to determine cluster membership. Please set a valid multicast address and try again.

Cause

This happens if you specify an incorrect multicast address for the cluster. Use an address in the range of 224.0.0.0 - 239.255.255.255. (Avoid the reserved range 224.0.0.0 - 224.0.1.255.)

Action

Please set a valid multicast address and try again.

BEA-000117

Error: Received a stale replication request for object id.

Description

A server with an older version of session data tried to corrupt the session data.

Cause

This happens when a network problem exists, or one of the servers is taking a long time for garbage collection causing vm to freeze.

Action

Tune garbage collection so that it does not pause. If the problem still persists, please contact support@beasys.com.

BEA-000118

Info: Lost numLost replication updates of object id.

Description

Lost numLost replication updates of object id on secondary server. Primary server will recreate session and bring session state in sync with primary.

Cause

If the secondary failed to receive some of the updates, it indicates this to primary server by throwing a NotFoundException to the primary so that the primary server can recreate the session state.

Action

No action required.

BEA-000119

Emergency: Missing multicast address for cluster: clusterName. Please set the MulticastAddress="a.b.c.d" property for the cluster. Use an address in the range of 224.0.0.0 - 239.255.255.255. (Avoid the reserved range 224.0.0.0 - 224.0.1.255.)

Description

Missing multicast address for cluster: clusterName. Please set the MulticastAddress="a.b.c.d" property for the cluster. Use an address in the range of 224.0.0.0 - 239.255.255.255. (Avoid the reserved range 224.0.0.0 - 224.0.1.255.)

Cause

Cluster does not have a multicast address defined.

Action

Please specify a valid multicast address.

BEA-000120

Error: Received error while creating Cluster RuntimeMBean.

Description

Failed to create ClusterRuntimeMBean. Please check configuration for accuracy.

Cause

The JMX framework failed to initialize the Cluster RuntimeMBean.

Action

Please check your Cluster configuration. If you believe there are no configuration problems, please contact support.

BEA-000121

Error: Two domains in the same LAN should not use the same multicast address. Domains in conflict are domainOne and domainTwo.

Description

Two domains in the same LAN should not use the same multicast address. Domains in conflict are domainOne and domainTwo.

Cause

Two clusters on the local area network are using the same multicast address.

Action

Change the multicast address of either domain domainOne or domainTwo.

BEA-000122

Error: Clusters clusterOne and clusterTwo cannot use the same multicast address.

Description

Clusters clusterOne and clusterTwo cannot use the same multicast address. Please specify different multicast address for each cluster.

Cause

Multiple clusters in the same domain are using the same multicast address.

Action

For efficiency purposes, it would be better to use two different multicast addresses.

BEA-000123

Error: Conflict start: You tried to bind an object under the name bindName in the JNDI tree. The object bindObject is non-clusterable, and you have tried to bind more than once from two or more servers. Such objects can only deployed from one server.

Description

Conflict start: You tried to bind an object under the name bindName in the JNDI tree. The object bindObject is non-clusterable, and you have tried to bind more than once from two or more servers. Such objects can only deployed from one server.

Cause

Your cluster is not homogenous. Two servers in the cluster are providing different services under the same name bindName. If the object is non-clusterable, only one server in the cluster can provide this service.

Action

There are various options. 1. Make the object clusterable. 2. Change the JNDI name of the object under which it is bound. 3. Make sure the object gets deployed only on one server. 4. Deploy the service on all the servers. However, when you bind it into the JNDI tree, set replicate bindings property to false.

BEA-000124

Error: Conflict start: The object bindObject you tried to bind under the name bindName in the JNDI tree is clusterable but is incompatible. Please make sure all the servers in the cluster use the identical copy of object.

Description

Conflict start: The object bindObject you tried to bind under the name bindName in the JNDI tree is clusterable but is incompatible. Please make sure all the servers in the cluster use the identical copy of object.

Cause

The object bindObject is clusterable. However, it implements different or incompatible interfaces on different servers.

Action

Please make sure all the servers in the cluster use the identical copy of the object.

BEA-000125

Info: Conflict Resolved: bindName for the object bindObject under the bind name bindName in the JNDI tree.

Description

Conflict Resolved: bindName for the object bindObject under the bind name bindName in the JNDI tree.

Cause

Conflict was resolved as a result of corrective action taken.

Action

No action required.

BEA-000126

Error: All session objects should be serializable to replicate. Please check the objects in your session. Failed to replicate non-serializable object.

Description

All session objects should be serializable to replicate. Please check the objects in your session. Failed to replicate non-serializable object.

Cause

Objects in the session are not serializable or externalizable.

Action

Make sure all user-defined objects in http session are serializable.

BEA-000127

Info: Adding name to the cluster.

Description

Adding name to the cluster.

Cause

This is an informational message.

Action

No action required.

BEA-000128

Info: Updating name in the cluster.

Description

Updating name in the cluster with new attributes.

Cause

This is an informational message.

Action

No action required.

BEA-000129

Info: Removing name from the cluster.

Description

Removing name from the cluster due to peergone or timeout.

Cause

This is an informational message.

Action

No action required unless you did not shutdown a server.

BEA-000131

Error: An error occurred in the JNDI Naming Event Listener while de-serializing messages:Message. Exception was:t.

Description

An error occurred in JNDI Naming Event Listener while de-serializing messages:Message. Exception was:t.

Cause

Possible causes not listed.

Action

This is an internal error. Please contact support and provide the stack trace for further analysis.

BEA-000132

Emergency: Invalid multicast port for cluster: listenPort. Please set the MulticastPort for the cluster or the ListenPort for the server with a valid number (e.g. 1 - 65534).

Description

Invalid multicast port for cluster: listenPort. Please set the MulticastPort for the cluster or the ListenPort for the server with a valid number (e.g. 1 - 65534).

Cause

Port listenPort is not in the valid range 1 - 65534.

Action

Please set the multicast port to a valid number between 1 - 65534.

BEA-000133

Notice: Waiting to synchronize with other running members of clusterName.

Description

Waiting to synchronize with other running members of the cluster.

Cause

Member is waiting to synchronize cluster information with other Cluster member's before completing startup and entering running mode.

Action

No action required.

BEA-000134 (retired)

Notice: Discovered and synchronized with reporting other running members of clusterName.

Description

Message is retired.

Cause

A cluster member has finished exchanging cluster information with other Cluster members.

Action

No action required.

BEA-000135 (retired)

Warning: Cluster.MemberWarmupTimeoutSeconds was reached before this server was able to synchronize with all discovered servers in clusterName. missing/total servers failed to synchronize. This may indicate multicast packet loss or indicate that servers have failed.

Description

Retired message.

Cause

Cluster member failed to synchronize with some or all of the other members during the MemberWarmupTimeoutSeconds.

Action

Please check for multicast packet loss. If the multicast setup is fine, check the server logs for cluster-related errors and take action as indicated. Please enable cluster debugging for detailed information.

BEA-000136 (retired)

Warning: Discovered but failed to synchronize with server.

Description

Retired message.

Cause

Cluster member failed to synchronize with server.

Action

Please check for multicast packet loss. If the multicast setup is fine, check the server logs for cluster-related errors and take action as indicated.

BEA-000137

Error: Error sending multicast message: msg.

Description

Error sending multicast message: msg.

Cause

Failed to send multicast message due to IOException.

Action

Please enable cluster debugging to see a detailed message.

BEA-000138

Notice: Listening for announcements from cluster name on address:port.

Description

Listening for announcements from cluster name on address:port.

Cause

This is an informational message.

Action

No action required.

BEA-000139

Error: There are two clusters in the network that are possibly running different versions of WebLogic Server. These two clusters probably have the same name and they are using same address address and port port.

Description

There are two clusters in the network that are possibly running different versions of WebLogic Server. These two clusters probably name the same name and they are using same address address and port port.

Cause

There are two clusters in the network that are possibly running different versions of WebLogic Server. These two clusters probably name the same name and they are using same address address and port port.

Action

Change multicast address and/or multicast port.

BEA-000140

Error: Failed to deserialize statedump from server serverName with e.

Description

Could not locate all the classes required to deserialize JNDI statedump.

Cause

Server failed to deserialize object since it does not have the class definition. This usually happens if your application classes are not deployed on all the nodes in the cluster. It is preferable to deploy beans to all the nodes of the cluster.

Action

Make sure all the classes are available on all the nodes of the cluster.

BEA-000141

Error: TCP/IP socket failure occurred while fetching statedump over HTTP from serverName.

Description

TCP/IP socket failure occurred while fetching statedump over HTTP from serverName with e.

Cause

An IOException occurred in the OS.

Action

Please make sure that there are no problem in the network. If the problem persists, please contact support with the stack trace for further analysis.

BEA-000142

Notice: Trying to download cluster JNDI tree from server serverName.

Description

When a server boots in a cluster, it detects running members of the cluster and fetches the JNDI tree bindings of the entire cluster.

Cause

This is an informational message.

Action

No action required.

BEA-000143

Notice: Trying to download JNDI tree from server listening on serverAddress.

Description

Server listening on serverAddress is participating in the cluster. This server does not have information about the services offered by the other server. To synchronize this information and make the missed jndi announcements visible in this JNDI tree, the server makes an HTTP request to populate the JNDI tree.

Cause

This is an informational message.

Action

If you continue to receive this message, please make sure that the network is stable. Please contact support for further assistance.