Skip navigation.

Cluster Subsystem Messages

The Cluster1.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

Set the correct ClusterAddress property for the cluster.

BEA-000102

Notice: Joining cluster name on address:port

Description

This is an informational 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

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

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, contact BEA 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

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, contact BEA 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: An error occurred while 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

WebLogic Server will try to recover from this error. If the problem continues to persist, make sure that the network infrastructure and NIC are functioning properly. If you believe no environment problems exist, contact BEA 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

Make sure that the NIC is functioning properly. If you believe there no environment problems exist, contact BEA 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 informational 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, take threaddumps and send them to BEA 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, 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

Contact your sales representative for a valid 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. 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

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 to collect garbage, causing the vm to freeze.

Action

Tune garbage collection so that it does not pause. If the problem still persists, contact BEA support at 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 the 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 defined multicast address.

Action

Specify a valid multicast address.

BEA-000120

Error: Received error while creating Cluster RuntimeMBean.

Description

Failed to create ClusterRuntimeMBean. Check configuration for accuracy.

Cause

The JMX framework failed to initialize the Cluster RuntimeMBean.

Action

Check your cluster configuration. If you believe there are no configuration problems, contact BEA 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. 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 be 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 be 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 the 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. 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. 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

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. Check the objects in your session. Failed to replicate non-serializable object.

Description

All session objects should be serializable to replicate. 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 the 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 are not listed.

Action

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

BEA-000132

Emergency: Invalid multicast port for cluster: listenPort. 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. 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

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

The cluster member is waiting to synchronize cluster information with other cluster members 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 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

Check for multicast packet loss. If the multicast setup is fine, check the server logs for cluster-related errors and take action as indicated. 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

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

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 name 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

Make sure that no problems exist in the network. If the problem persists, contact BEA 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 a server listening on serverAddress.

Description

A 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, make sure that the network is stable. Contact BEA support for further assistance.

BEA-000144

Warning: Unable to get SSL configuration information from the server.

Description

The cluster member was unable to obtain the SSL configuration information from the server's configuration.

Cause

The server's SSL configuration is probably incorrect.

Action

Check that the server's SSL configuration is correct.

BEA-000145

Warning: Clustered servers must have an SSL port enabled to allow for cluster communication.

Description

The cluster member does not have an SSL port enabled, so it cannot communication with the other cluster members.

Cause

The cluster member does not have an SSL port enabled.

Action

Configure an SSL port for each clustered server.

BEA-000156

Error: Could not send out new attributes for cluster member name: ioe.

Description

Could not send out new attributes for cluster member name: ioe.

Cause

There was a problem sending out changed member attributes.

Action

Examine the server logs.

BEA-000157

Error: Failed to restart/migrate server "serverName" to one of machines machines

Description

Failed to restart/migrate server "serverName" to one of machines machines

Cause

There was a while restarting migratable server. Please send all the servers logs to support@bea.com for further investigation.

Action

Examine the server logs.

BEA-000158

Info: Server has stopped sending cluster heartbeats and announcements. It is still receiving heartbeats and announcements from other cluster members.

Description

Server has stopped sending cluster heartbeats and announcements

Cause

Server is going out of the cluster as a result of the suspend or shutdown operation

Action

No action required

BEA-000159

Warning: Clocks of machines hosting local server and remote server "serverName" are off by diff seconds

Description

Clocks of machines hosting local server and remote server "serverName" are off by diff seconds

Cause

Clocks of machines hosting servers in the cluster are not synchronized.

Action

Please make sure all the machines are synchronized to the same time.

BEA-000160

Error: Request to synchronize JNDI tree is made over a insecure channel. Please configure a secure HTTP channel for all the servers in the cluster.

Description

Request to synchronize JNDI tree is made over a insecure channel. Please configure a secure HTTP channel for all the servers in the cluster.

Cause

Cluster is configured to encrypt multicast data but the request to synchronize JNDI tree is being done on a non secure channel (HTTP). To secure the cluster completely you should configure a secure HTTP channel for all the servers in the cluster.

Action

Please configure secure HTTP channel on all the servers in the cluster.

BEA-000161

Error: Multicast message from server serverName appears to be tampered.

Description

Multicast message from server "serverName" appears to be tampered.

Cause

We couldn"t verify the authenticity of the message.

Action

Please ensure that your network is not being hijacked.