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