bea.com | products | dev2dev | support | askBEA
 Download Docs  Site Map  Glossary 
Search

kernel Subsystem Messages

The kernel 1.0 catalog contains messages in the range BEA800 - BEA899. Messages in this catalog are part of the weblogic.kernel Internationalization package and the weblogic.i18n Localization package.

BEA-000800

Critical:

Description

The server name was shut down unintentionally.

Cause

A ThreadDeath exception caused a shut down.

Action

No action required.

BEA-000801

Info: ExecuteRequest: name cancelled.

Description

This message indicates that an in-flight request was cancelled.

Cause

This only happens when WebLogic Server is used in conjunction with an IDE, which uses JVMDI to cancel in-flight requests. If this occurs in normal operation, please contact BEA support.

Action

No action required.

BEA-000802

Error: ExecuteRequest failed\n t.

Description

Server t was shutdown unintentionally.

Cause

An execute request threw an exception that was not handled.

Action

Please contact BEA support.

BEA-000803

Error: The Class cls has a setter method for attribute attribute which does not have a constructor that could be initialized from a String value of value.

Description

No constructor found for the attribute type.

Cause

No constructor found for the declared attribute type that takes a String argument.

Action

Provide a constructor with a String argument.

BEA-000804

Error: The Class Class attribute attribute could not be initialized with value value. The exception message is exception.

Description

There was an exception thrown when the setter method was called for the attribute.

Cause

See the exception stack trace detail.

Action

Take appropriate action based on the error message.