Skip navigation.

JNDI Subsystem Messages

The JNDI1.0 catalog contains messages in the range BEA50000 - BEA59999. Messages in this catalog are part of the weblogic.jndi Internationalization package and the weblogic.i18n Localization package.

BEA-050000

Warning: oldProperty is an obsolete property. Use newConstant to create the context instead.

Description

Property oldProperty is obsolete. However, you can still use this property name to retrieve the property value.

Cause

Property oldProperty is obsolete. However, you can still use this property name to retrieve the property value.

Action

Please use property newConstant instead of oldProperty in the future.

BEA-050001

Warning: WLContext.close() was called in a different thread than the one in which it was created.

Description

The threads you used to create and close the context are different. As a result, the context entries associated with the creating thread might not be cleaned up.

Cause

The threads you used to create and close the context are different. As a result, the context entries associated with the creating thread might not be cleaned up.

Action

Please close the context in the creating thread.

BEA-050002

Error: Cannot replicate object that is bound in the JNDI under the name name.

Description

Cannot replicate object that is bound in the JNDI under the name name.

Cause

Cannot serialize a non-serializable object.

Action

If you did not intend to replicate the object, you can set replicate bindings to false. If you want to replicate the object to all nodes in the cluster, make sure the object is serializable or externalizable.

BEA-050003

Error: Cannot create Initial Context. Reason: exception

Description

Cannot create Initial Context. Reason: exception

Cause

Cannot create Initial Context.

Action

Please check the exception in the message body.

BEA-050004

Error: Unable to Bind. Reason: exception

Description

Unable to Bind. Reason: exception

Cause

Unable to Bind.

Action

Please check the exception in the message body.

BEA-050005

Error: Unable to UnBind. Reason: exception

Description

Unable to UnBind. Reason: exception

Cause

Unable to UnBind.

Action

Please check the exception in the message body.

BEA-050006

Warning: An attempt was made to look up versioned object "name" from an external client or another application. This can potentially cause in-flight work of the application version not being tracked properly and thus being retired prematurely.

Description

An attempt was made to look up versioned object "name" from an external client or another application. This can potentially cause in-flight work of the application version not being tracked properly and thus being retired prematurely.

Cause

An attempt was made to look up versioned object "name" from an external client or another application. This can potentially cause in-flight work of the application version not being tracked properly and thus being retired prematurely.

Action

Please make sure that the possibility of premature retirement of the application version is either tolerated or handled properly. To disable this check, users can set the JNDI environment property as specified by weblogic.jndi.WLContext.ALLOW_EXTERNAL_LOOKUP to "true" when performing lookup of the versioned object.

BEA-050007

Warning: An attempt was made to look up non-versioned global resource "name" from an application version "appName". This can potentially cause conflict of the global resource usages among multiple application versions.

Description

An attempt was made to look up non-versioned global resource "name" from an application version "appName". This can potentially cause conflict of the global resource usages among multiple application versions.

Cause

An attempt was made to look up non-versioned global resource "name" from an application version "appName". This can potentially cause conflict of the global resource usages among multiple application versions.

Action

Please make sure that usages of the global resource by multiple application versions do not conflict. To disable this check, users can set the JNDI environment property as specified by weblogic.jndi.WLContext.ALLOW_GLOBAL_RESOURCE_LOOKUP to "true" when performing lookup of the global resource.