Content starts here

Munger Subsystem Messages

The Munger1.0 catalog contains messages in the range BEA-2156200 - BEA-2156249. Messages in this catalog are part of the weblogic.application.descriptor Internationalization package and the weblogic.application.descriptor Localization package.

BEA-2156200

Error: Unable to load descriptor path of module moduleName. The error is stackTrace.

Description

Unable to load descriptor

Cause

The descriptor is not valid.

Action

Correct the descriptor.

BEA-2156201

Error: An error occurred while parsing descriptors:\nstacktrace

Description

An error occurred while parsing descriptors:\nstacktrace

Cause

Check stacktrace.

Action

Check stacktrace.

BEA-2156202

Info: References were found in deployment plan for module 'name' with uri, 'uri'. The plan was merged.

Description

A deployment plan is associated with the application may include overrides for the indicated module.

Cause

The plan contained variable overrides

Action

No action: this is an informational message.

BEA-2156203

Warning: A version attribute was not found in element elementName in the deployment descriptor in path. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.

Description

A version attribute was not found in element elementName in the deployment descriptor in path. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.

Cause

The required version attribute is missing.

Action

Add the version attribute with the appropriate JEE version value.

BEA-2156204

Error: The root element elementName is missing in the descriptor file pathName.

Description

The descriptor file pathName was parsed, but the root element elementName was missing.

Cause

The required root element was missing in the descriptor file.

Action

Add the root element to the descriptor file.

  Back to Top