Content starts here

Security Subsystem Messages

The Security1.0 catalog contains messages in the range BEA99000 - BEA100000. Messages in this catalog are part of the weblogic.entitlement Internationalization package and the weblogic.entitlement Localization package.

BEA-099000

Alert: Invalid property value: arg0=arg1

Description

The specified property value is invalid.

Cause

An exception occurred processing the value for the specified property.

Action

Correct the property and restart. This exception should not normally occur as the properties are only used internally.

BEA-099001

Notice: Caught exception while evaluating policy expression: expression associated with: res

Description

A runtime exception occurred while the Entitlement Engine was evaluating a policy expression.

Cause

evaluate method of the predicate used by the policy failed with a RuntimeException

Action

Make sure that parameters passed to the predicates in the expression or context are valid.

BEA-099002

Critical: Invalid predicate arg0 was retrieved from the database. Make sure the predicate class is in the server classpath.

Description

The database contains a condition class that could not be instantiated by Entitlement Engine.

Cause

The class file belonging to the condition is not in the server classpath

Action

Update the classpath and restart the server

BEA-099003

Notice: Evaluation of policy associated with role role failed because the policy expression contains unregistered predicate: predicate

Description

Policy contains unregistered predicate and cannot be evaluated

Cause

Predicate specified in the log message is not registered, or the policy is out of date

Action

Register the predicate or remove its reference from the policy

BEA-099004

Notice: Evaluation of policy associated with resource resource failed because the policy expression contains unregistered predicate: predicate

Description

Policy cannot be evaluated because it refers to unregistered predicate

Cause

Predicate specified in the log message is not registered, or the policy is out of date

Action

Register the predicate, or remove its reference from the policy

  Back to Top