Skip navigation.

JMSExceptions Subsystem Messages

The JMSExceptions1.0 catalog contains messages in the range BEA45000 - BEA50000. Messages in this catalog are part of the weblogic.jms Internationalization package and the weblogic.i18n Localization package.

BEA-045001

Warning: The foreign JMS server MBean "mBeanName" has already been deployed.

Description

The specified MBean has been deployed more than once, and it will not be deployed again.

Cause

This is an internal error.

Action

Undeploy and re-reploy the MBean that caused the error. If this does not solve the problem, restart the server.

BEA-045002

Error: Error occurred while binding the remote JNDI object to the local JNDI name "localName".

Description

An error occurred while binding an object from a foreign JNDI provider, such as a foreign JMS server, into the local JNDI tree.

Cause

The local JNDI name you are attempting to bind to may not be valid.

Action

Check the name to see if its syntax is correct.

BEA-045003

Error: Error occurred while unbinding a remote JNDI object from local JNDI name "localName"

Description

An error occurred while removing an object from the local JNDI tree.

Cause

There may be an error in the JNDI subsystem.

Action

Check the nested exception message for more detail.

BEA-045004

Error: The JNDI object used to perform foreign lookup is not a reference.

Description

The server attempted to perform a lookup of an object from a foreign JNDI provider, such as a foreign JMS server, and the object it found internally cannot be used to perform the remote lookup.

Cause

This is an internal error.

Action

If the lookup continually fails, restart the server.

BEA-045005

Error: The configuration MBean "mBeanName" cannot be found, or it is of the wrong type.

Description

A configuration MBean, such as a ForeignJMSServer, ForeignJMSDestination, or ForeignJMSConnectionFactory MBean, cannot be found, and a JNDI lookup cannot proceed.

Cause

There may be something wrong with the name of the MBean.

Action

Un-deploy and re-deploy the MBean. If this does not fix the problem, restart the server.

BEA-045006

Error: A lookup of the foreign JNDI object "name" failed.

Description

The server was unable to complete the lookup of the specified JNDI object from a foreign JNDI server, such as a foreign JMS server.

Cause

The foreign server may not be responding, or there may be a problem with the configuration parameters for the ForeignJMSServer MBean.

Action

Make sure the foreign JNDI provider is working, and check the configuration parameters for the ForeignJMSServer MBean.