Content starts here

Encryption Subsystem Messages

The Encryption1.0 catalog contains messages in the range BEA2016100 - BEA2016199.

BEA-2016100

Info: The LOC bundle name has successfully started.

Description

The LOC bundle name has successfully been started by the OSGi framework of the LOC process.

Cause

Normal operation.

Action

No Action Required.

BEA-2016101

Info: The LOC bundle name has successfully been stopped.

Description

The LOC bundle name has successfully been stopped by the OSGi framework of the LOC process.

Cause

Normal operation.

Action

No action required.

BEA-2016102

Error: While attempting to generate a key encountered exception: e

Description

While attempting to generate a key the EncryptionService encountered an exception.

Cause

Likely caused by attempting to generate a key for a non-existent algorithm. See the details of the exception for more information.

Action

Take corrective action based on the exception message details.

BEA-2016103

Error: While attempting to decrypt an exception was encountered: e

Description

While attempting to decrypt the EncryptionService encountered an exception.

Cause

Likely caused by attempting to decrypt a value that was not properly encrypted or an invalid key was presented or the algorithm was not present.

Action

Take corrective action based on the exception message details.

BEA-2016104

Error: While attempting to encrypt an exception was encountered: e

Description

While attempting to encrypt the EncryptionService encountered an exception.

Cause

Likely caused by an invalid key was presented or the algorithm was not present.

Action

Take corrective action based on the exception message details.

BEA-2016105

Error: While attempting to initialize the EncryptionService an exception was encountered: e

Description

While attempting to initialize the EncryptionService encountered an exception.

Cause

See the details of the exception.

Action

Take corrective action based on the exception message details.

BEA-2016106

Error: Invalid Paramter: parameter

Description

A method was passed a null or invalid parameter.

Cause

Likely caused by a coding error.

Action

Inform BEA Support.

BEA-2016107

Error: An invalid attempt to instantiate the class class was made.

Description

The Factory should be used to instantiate the class.

Cause

Likely caused by a coding error.

Action

Inform BEA Support.

BEA-2016108

Error: Attempted to perform a function before being initialized.

Description

Attempted to perform a funcation that requires initialization before initialization took place.

Cause

Likely caused by a coding error.

Action

Inform BEA Support.

BEA-2016109

Error: Attempted to perform an unsupported operation.

Description

Attempted to perform a funcation that that is not supported.

Cause

Likely caused by a coding error.

Action

Inform BEA Support.

  Back to Top