Breadcrumb(); > Message Index (by Number) (by Subsystem) > Security Subsystem Messages
![]()
Security Subsystem Messages
The Security1.0 catalog contains messages in the range BEA098500 - BEA098999. Messages in this catalog are part of the
com.bea.common.security Internationalization package and the
com.bea.common.security Localization package.
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. Error: Decimal contains incorrect characters.
Description
Decimal contains incorrect characters. Cause
Decimal contains incorrect characters. Action
Pass in a correct value. 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. Error: Invalid hex digit.
Description
Invalid hex digit. Cause
Invalid hexadecimal digit encountered. Action
Pass in a correct value. 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. 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. 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 Error: Incorrect XPathVersion
Description
The XPathVersion is not supported. Cause
An unsupported XPathVersion was specified. Action
Use a supported XPathVersion 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 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 Error: Method arg0 had an internal error
Description
The method had an internal error Cause
Unknown Action
Contact BEA Support 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 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 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. 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. 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. 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. 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. 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. 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. 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.
![]()