Content starts here

WebLogicDescriptorWL Subsystem Messages

The WebLogicDescriptorWL1.0 catalog contains messages in the range BEA-2156000 - BEA-2156199. Messages in this catalog are part of the com.bea.core.descriptor.wl Internationalization package and the com.bea.core.descriptor.wl Localization package.

BEA-2156000

Warning: "config-root" name was not found

Description

The directory pointed to in "config-root" was not found, a temporary location will be used

Cause

The "config-root" may not be set properly or the directory it points to may not exist

Action

Verify that the "config-root" is correct and that the directory exists

BEA-2156001

Warning: "config-root" name is not a directory

Description

The location pointed to in "config-root" was found but was not a directory, a temporary location will be used

Cause

The "config-root" may not be set properly

Action

Verify that the "config-root" is correct

BEA-2156002

Error: Attribute "attr": duration value "duration" is not valid: error

Description

Attribute "attr": duration value "duration" is not valid: error

Cause

The provided duration value wasnt a valid duration lexical representation.

Action

See the lexical rules for a javax.datatype.Duration, and make sure the duration value you provide is valid according to these rules.

BEA-2156003

Error: Attribute "attr": logical store name value "name" is not valid

Description

Attribute "attr": logical store name value "name" is not valid

Cause

The provided logical store name value wasnt a valid name. Logical store names must be valid Java identifiers.

Action

See the lexical rules for a Java identifier, and make sure to follow these rules when assigning a logical store name

BEA-2156004

Error: Attribute "attr": JNDI name value "name" is not valid

Description

Attribute "attr": JNDI name value "name" is not valid

Cause

The provided JNDI name value wasnt a valid name. JNDI names must be non-null/non-empty and meet the rules of the J2EE Platforms JNDI implementation.

Action

See the lexical rules for a JNDI name, and make sure to follow these rules when assigning a JNDI name

  Back to Top