Content starts here

Security Subsystem Messages

The Security1.0 catalog contains messages in the range BEA-098500 - BEA-098999. Messages in this catalog are part of the com.bea.common.security Internationalization package and the com.bea.common.security Localization package.

BEA-098500

Error: Decimal is too short.

Description

The specified decimal value is too short.

Cause

The value length is less than or equal to 0.

Action

Pass in a correct value.

BEA-098501

Error: Decimal contains incorrect characters.

Description

Decimal contains incorrect characters.

Cause

Decimal contains incorrect characters.

Action

Pass in a correct value.

BEA-098502

Error: Hex binary data bad length.

Description

Hex binary data must be even length.

Cause

Uneven length of hex binary data.

Action

Pass in a correct value.

BEA-098503

Error: Invalid hex digit.

Description

Invalid hex digit.

Cause

Invalid hexadecimal digit encountered.

Action

Pass in a correct value.

BEA-098504

Error: Invalid RFC822 name: arg0

Description

Invalid RFC822 name

Cause

Invalid RFC822 name attribute value passed.

Action

Pass in a valid RFC822 name attribute value.

BEA-098505

Error: Illegal X500 value: arg0

Description

Illegal X500 name attribute value

Cause

Illegal X500 value passed.

Action

Pass in a valid X500 name attribute value.

BEA-098506

Error: Not enough BASE64 bytes

Description

BASE64Decoder doesn not have enough bytes for an atom.

Cause

The atom cannot be decoded because not enough bytes were available.

Action

Correct the BASE64 value

BEA-098507

Error: Incorrect XPathVersion

Description

The XPathVersion is not supported.

Cause

An unsupported XPathVersion was specified.

Action

Use a supported XPathVersion

BEA-098508

Error: Negative month with non-zero year

Description

The month is negative with a non-zero year

Cause

The month cannot be negative if the year is a non-zero value

Action

Correct the month or year

BEA-098509

Error: Month and year are zero

Description

Both the month and the year are zero

Cause

At least one of the month and year must be non-zero

Action

Correct the month or year

BEA-098510

Error: Method arg0 had an internal error

Description

The method had an internal error

Cause

Unknown

Action

Contact BEA Support

BEA-098511

Error: Illegal explicit to non-explicit time-zone comparison

Description

Comparison operands must either both specify or both not-specify time-zone values

Cause

Illegal to compare time values when one has an explicit time-zone and the other does not

Action

Correct time-zone specification mismatch

BEA-098512

Error: Could not schedule Audit log rotate trigger

Description

Could not schedule Audit log rotate trigger

Cause

Please check the parameters configured on the Audit provider.

Action

Correct the parameters configured on the Audit provider

BEA-098513

Error: Service Initialization when getting service with arg0 service name.

Description

Could not retrieve service with arg0 service name.

Cause

Please check if the service with arg0 service name was correctly initialized in the service engine.

Action

Correctly initialize the service in the service engine.

BEA-098514

Error: Failed to generate a certificate thumbprint: arg0.

Description

There was a problem generating a certificate thumbprint.

Cause

The thumbprint algorithm cannot be found or a certificate encoding error occurred.

Action

Examine the error message to determine what may be the cause.

BEA-098515

Error: arg1 cannot be arg2.

Description

The method arg0 was passed an illegal arg1.

Cause

This is most likely an internal coding error.

Action

Pass a valid arg1 to the method arg0.

BEA-098516

Error: The CertificateRegistry could not build a certificate path for the thumbprint arg0. This indicates that either someone is trying to access the server with an untrusted thumbprint or that the administrator has forgotton to register a certificate with this thumbprint in the CertificateRegistry.

Description

The CertificateRegistry could not build a certificate path for the thumbprint arg0. This indicates that either someone is trying to access the server with an untrusted thumbprint or that the administrator has forgotton to register a certificate with this thumbprint in the CertificateRegistry.

Cause

The CertificateRegistry does not contain a certificate whose thumbprint is arg0.

Action

If you want to trust the thumbprint arg0, then register a certificate with this thumbprint in the CertificateRegistry.

BEA-098517

Error: Failed to get SAML assertion info: arg0.

Description

There was a problem getting SAML assertion information.

Cause

SAML assertion document parsing error occurred.

Action

Examine the error message to determine what may be the cause.

BEA-098518

Error: The environment does not support anonymous, please login.

Description

Need use an un-anonymous user to login into the system.

Cause

The method getAnonymousIdentity of IdentityService returns null.

Action

Check the environment configuration.

BEA-098519

Error: Invalid file store password or the file has been invalidly changed.

Description

Invalid file store password or the file has been invalidly changed.

Cause

The password for the file store is illegal or the file is modified.

Action

Make sure the store password is not changed and the file is not modified either.

BEA-098520

Error: Unable to instantiate the CSSDelegate implementation.

Description

CSS is not able to instantiate the specified CSSDelegate implementation class.

Cause

The CSS Delegate implementation is not in the classpath.

Action

Check the CSS class Path.

BEA-098521

Error: Invalid principal class name klassName is entered to the PrincipalFactory create() API.

Description

Invalid principal class name klassName is entered to the PrincipalFactory create() API. The principal class needs to derive from WLSPrincipal.

Cause

An invalid principal class name is entered to the PrincipalFactory create() API.

Action

Make sure that the principal class derives from WLSPrincipal.

BEA-098522

Error: Unablle to instantiate the principal instance for principal class klassName

Description

Unablle to instantiate the principal instance for principal class klassName. Make sure that the class klassName is in the classpath.

Cause

The principal class klassName is not in the classpath.

Action

Make sure that the class klassName is in the classpath.

BEA-098523

Error: Unable to instantiate the PrincipalConfigurationDelegate instance.

Description

Unable to instantiate the PrincipalConfigurationDelegate instance. Make sure that all related class, i.e. WLSPrincipalConfigurationDelegateImpl or OPPrincipalConfigurationDelegateImpl, are in the classpath.

Cause

The related class, i.e. WLSPrincipalConfigurationDelegateImpl or OPPrincipalConfigurationDelegateImpl are not in the classpath.

Action

Make sure that all related class, i.e. WLSPrincipalConfigurationDelegateImpl or OPPrincipalConfigurationDelegateImpl, are in the classpath.

  Back to Top