Content starts here

System Messages: LIBSEC Catalog 0-99

Previous

1


ERROR: Unknown hash algorithm algorithm-id

Description

An unknown hash algorithm was found on a certificate. The algorithm identifier is algorithm-id

Action

Contact Oracle Customer Support.


2


ERROR: Unable to digest message errorcode

Description

The system was unable to digest a certificate. The error code was errorcode.

Action

Contact Oracle Customer Support.


3


ERROR: Unable to decrypt digest errorcode

Description

The system was unable to decrypt the digest value of a certificate. The error code was errorcode.

Action

Contact Oracle Customer Support.


4


ERROR: Unable to parse digest information errorcode

Description

The system was unable to parse information contained in the encrypted digest of a certificate. The error code was errorcode.

Action

Contact Oracle Customer Support.


5


ERROR: Unable to acquire cache mutex (function-name/errorcode)

Description

While attempting to encrypt or decrypt a message, the system was unable to acquire a mutex. The function this occurred in was function-name, and the error code was errorcode.

Action

Contact Oracle Customer Support.


6


ERROR: Unable to release cache mutex (function-name/errorcode)

Description

While attempting to encrypt or decrypt a message, the system was unable to release a mutex. The function this occurred in was function-name, and the error code was errorcode.

Action

Contact Oracle Customer Support.


7


INFO: Setting cache size of sealers to cache-size

Description

A cache of sealer information is maintained by the system. This cache size can be modified with the EVSEALERCACHESIZE environment variable. This message indicates that a new cache size has been set to cache-size. The default cache size is twenty.

Action

None.


8


INFO: Setting cache size of signers to val

Description

A cache of signer information is maintained by the system. This cache size can be modified with the EVSIGNERCACHESIZE environment variable. This message indicates that a new cache size has been set to cache-size. The default cache size is twenty.

Action

None.


9


INFO: Setting cache size of signer/sealer information to val

Description

A cache of pkcs7 information is maintained by the system. This cache size can be modified with the EVSSCACHESIZE environment variable. This message indicates that a new cache size has been set to cache-size. The default cache size is twenty.

Action

None.


10


ERROR: Invalid return from implementation. cds_cert=0xcert-val, cds_cert_size=cert-size, cds_principal_name=0xname cds_usage=0xusage

Description

The implementation of a plug-in function has returned an invalid certificate descriptor. The possible output fields in the certificate descriptor are cert-val, cert-size, name and usage.

Action

Modify the code in the plug-in implementation to comply with the input/output criteria.

See Also

_ec_sec_cert_by_name, _ec_sec_cert_by_dsn


11


ERROR: Proof mapping failure: errorcode

Description

The plug-in method that maps configured names has returned a failure code of errorcode.

Action

Ensure the plug-in function _ec_sec_map_proof does not return an error. If the Oracle provided plug-in is installed, contact your Oracle Customer Support.

See Also

_ec_sec_map_proof, _ec_sec_pki_init


12


ERROR: Process initialization failure: errorcode

Description

The plug-in public key initialization method has returned a failure code of errorcode.

Action

Ensure the plug-in function _ec_sec_pki_init does not return an error. If the Oracle provided plug-in is installed, contact your Oracle Customer Support.

See Also

_ec_sec_map_proof, _ec_sec_pki_init


13


ERROR: Could not find valid decryption key

Description

An encrypted message was received by the system, but the system could not find a valid decryption key.

Action

Ensure the process attempting to decrypt the message has a valid decryption key.

See Also

tpkey_open, _ec_sec_key_open_private_key


14


ERROR: No license for signature verification or generation

Description

There is no installed license for signature verification or generation.

Action

Install a proper signature license. If you believe you have a valid license for public key signatures, contact Oracle Customer Support.


15


ERROR: No license for public key encryption or decryption

Description

There is no installed license for public key encryption or decryption.

Action

Install a proper public key encryption license. If you believe you have a valid license for public key encryption, contact Oracle Customer Support.


16


ERROR: Maximum certificate chain depth of max-depth exceeded

Description

A certificate chain starts with a normal certificate (called a leaf) and ends with either an implicitly trusted certificate authority certificate or a self-signed certificate. Generally, these chains rarely exceed a depth of three or four. However, the system is attempting to access a chain greater than max-depth deep.

Action

Ensure there is no security problem on the system where this error occurs. If there is a need to have a maximum chain depth greater than max-depth, the environment variable EVMAXCERTDEPTH can be set to the maximum depth of a certificate chain.

See Also

_ec_sec_cert_by_name, _ec_sec_cert_by_dsn, _ec_sec_val_trust


17


ERROR: Invalid return from implementation. Returned Private Key=0xprivate-key, cds_usage=0xusage

Description

The implementation of a plug-in function has returned an invalid private key. The possible output fields of the private key and associated certificate are private-key and usage.

Action

Modify the code in the plug-in implementation to comply with the input/output criteria.

See Also

_ec_sec_key_open_private_key


18


ERROR: Invalid return from implementation. Returned Public Key=0xpublic-key, cds_usage=0xusage

Description

The implementation of a plug-in function has returned an invalid public key. The possible output fields of the public key and associated certificate are public-key and usage.

Action

Modify the code in the plug-in implementation to comply with the input/output criteria.

See Also

_ec_sec_key_open_public_key


19


ERROR: Invalid return from implementation. cds_usage=0xusage

Description

The implementation of a plug-in function has returned an invalid certificate descriptor. The invalid output field of the certificate descriptor is usage.

Action

Modify the code in the plug-in implementation to comply with the input/output criteria.

See Also

_ec_sec_val_cert


20


ERROR: Deadlock detected

Description

The security system has detected an invalid access pattern of public keys. An example would be an attempt to change the property of a key while inside of a callback function. For example, it is invalid to call tpkey_setinfo from inside certain callback functions.

Action

Ensure the code in the plug-in complies with the allowable access pattern of keys. Otherwise, Contact Oracle Customer Support.

See Also

tpkey_setinfo


21


ERROR: Memory allocation error in function, code location

Description

An attempt to allocate memory with malloc in the security subsystem has failed. It failed in function function, at location location.

Action

Check that your system has enough physical or virtual memory to complete the operation. If you believe your system has enough memory for the operation and that the malloc arena has not been corrupted by user code, contact Oracle Customer Support.


22


ERROR: Unable to realize the _ec_sec_map_proof interface implementation val. Error code (val)

Description

The registry was unable to properly realize an implementation for the _ec_sec_map_proof interface.

Action

Ensure the registry is in a valid state. If the registry is valid and the implementation appears to be known to the system, contact your Customer Support.

See Also

epifregedt, epifreg, _ec_sec_map_proof


23


ERROR: Unable to realize the _ec_sec_pki_init interface implementation val. Error code (val)

Description

The registry was unable to properly realize an implementation for the _ec_sec_pki_init interface.

Action

Ensure the registry is in a valid state. If the registry is valid and the implementation appears to be known to the system, contact your Customer Support.

See Also

epifregedt, epifreg, _ec_sec_pki_init


31


ERROR: Encryption keys cannot have conflicting algorithms (alg1/alg2) or bit sizes (bit-size1/bit-size2)

Description

Only one bulk data encryption algorithm can be used on a single message. If the buffer was marked with more than one algorithm or bit size, this error is raised. The conflicting algorithms are alg1 and alg2 or bit sizes bit-size1 and bit-size2

Action

Ensure that every message has only been marked with one encryption algorithm or bit strength.

See Also

tpkey_setinfo, tpseal


32


ERROR: Invalid return from _ec_sec_cert_by_name error-code

Description

The implementation of the plug-in function _ec_sec_cert_by_name returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_cert_by_name


33


ERROR: Invalid return from _ec_sec_cert_by_dsn error-code

Description

The implementation of the plug-in function _ec_sec_cert_by_dsn returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_cert_by_dsn


34


ERROR: Invalid return from _ec_sec_prs_get_principal error-code

Description

The implementation of the plug-in function _ec_sec_prs_get_principal returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_prs_get_principal


35


ERROR: Invalid return from _ec_sec_prs_get_issuer error-code

Description

The implementation of the plug-in function _ec_sec_prs_get_issuer returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_prs_get_issuer


36


ERROR: Invalid return from _ec_sec_val_cert error-code

Description

The implementation of the plug-in function _ec_sec_val_cert returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_val_cert


37


ERROR: Invalid return from _ec_sec_val_trust error-code

Description

The implementation of the plug-in function _ec_sec_val_trust returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_val_trust


38


ERROR: Invalid return from _ec_sec_key_open_private_key error-code

Description

The implementation of the plug-in function _ec_sec_key_open_private_key returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_open_private_key


39


ERROR: Invalid return from _ec_sec_key_open_public_key error-code

Description

The implementation of the plug-in function _ec_sec_key_open_public_key returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_open_public_key


40


ERROR: Invalid return from _ec_sec_key_copy_key error-code

Description

The implementation of the plug-in function _ec_sec_key_copy_key returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_copy_key


41


ERROR: Invalid return from _ec_sec_key_close error-code

Description

The implementation of the plug-in function _ec_sec_key_close returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_close


42


ERROR: Invalid return from _ec_sec_key_getinfo error-code

Description

The implementation of the plug-in function _ec_sec_key_getinfo returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_getinfo


43


ERROR: Invalid return from _ec_sec_key_setinfo error-code

Description

The implementation of the plug-in function _ec_sec_key_setinfo returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_setinfo


44


ERROR: Invalid return from _ec_sec_key_digest error-code

Description

The implementation of the plug-in function _ec_sec_key_digest returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_digest


45


ERROR: Invalid return from _ec_sec_key_encrypt_digest error-code

Description

The implementation of the plug-in function _ec_sec_key_encrypt_digest returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_encrypt_digest


46


ERROR: Invalid return from _ec_sec_key_decrypt_digest error-code

Description

The implementation of the plug-in function _ec_sec_key_decrypt_digest returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_decrypt_digest


47


ERROR: Invalid return from _ec_sec_key_encrypt_session_key error-code

Description

The implementation of the plug-in function _ec_sec_key_encrypt_session_key returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_encrypt_session_key


48


ERROR: Invalid return from _ec_sec_key_decrypt_session_key error-code

Description

The implementation of the plug-in function _ec_sec_key_decrypt_session_key returned an unexpected error code of error-code.

Action

Ensure that the registry has not been compromised. Contact your Security Provider Interface supplier and report the error. Contact your Oracle Customer Support.

See Also

_ec_sec_key_decrypt_session_key


49


ERROR: Unable to acquire credentials. Error code val1, minor_status val2

Description

The system was unable to acquire credentials for a process attempting to log in to the system. The error code val1 is an engine error code, while val2 is the minor status, as defined by the GSSAPI. Where two Oracle TUXEDO Release 7.1 applications are communicating through GWTDOMAIN (domain gateway) processes, and both are using the default authentication plug-ins, a mismatch between the CONNECTION_PRINCIPAL_NAME parameter and the the DOMAINID parameter for the local domain access point can prevent the local domain gateway process from booting.

Action

For Oracle TUXEDO Release 7.1 applications communication through a GWTDOMAIN process and using the default authentication plug-ins, ensure that the CONNECTION_PRINCIPAL_NAME parameter for the local domain access point (as defined in the DM_LOCAL_DOMAINS section of the local DMCONFIG file) is the same as the DOMAINID parameter for the local domain access point. You may need to consult with your AAA security provider. If you are using the default AAA security provider provided by Oracle Systems, then contact Oracle Customer Support.


50


ERROR: Unable to process pkcs7 packaged data (val1/val2/val3)

Description

The system was attempting to process data packaged as ASN.1 type PKCS7. A failure was encountered during the decoding process.

Action

Contact Oracle Customer Support. Be sure to have val1, val2 and val3 to give to the support person.


51


ERROR: Unable to resolve interception sequence (val)

Description

The auditing fan-out implementation could not discover the list of intercepting implementations.

Action

Contact Oracle Customer Support. Be sure to have val to give to the support person.


52


ERROR: Unable to allocate array of val handles

Description

A call to calloc failed while attempting to allocate an array of val handles.

Action

Check that your system has enough physical or virtual memory to complete the operation. If you believe your system has enough memory for the operation and that the malloc arena has not been corrupted by user code, contact Oracle Customer Support.


53


ERROR: Unable to resolve interception sequence (val)

Description

The auditing fan-out implementation could not discover the list of intercepting implementations.

Action

Contact Oracle Customer Support. Be sure to have val to give to the support person.


54


ERROR: Unable to resolve interception sequence (val)

Description

The public key initialization fan-out implementation could not discover the list of intercepting implementations.

Action

Contact Oracle Customer Support. Be sure to have val to give to the support person.


55


ERROR: Unable to resolve interception sequence (val)

Description

The public key validation fan-out implementation could not discover the list of intercepting implementations.

Action

Contact Oracle Customer Support. Be sure to have val to give to the support person.


56


ERROR: Unable to resolve interception sequence (val)

Description

The public key validation fan-out implementation could not discover the list of intercepting implementations.

Action

Contact Oracle Customer Support. Be sure to have val to give to the support person.


60


ERROR: Invalid return from implementation. cds_cert=0xcert-val, cds_cert_size=cert-size, cds_principal_name=0xname cds_usage=0xusage

Description

The implementation of a plug-in function has returned an invalid certificate descriptor. The possible output fields in the certificate descriptor are cert-val, cert-size, name and usage.

Action

Modify the code in the plug-in implementation to comply with the input/output criteria.

See Also

_ec_sec_cert_by_name, _ec_sec_cert_by_dsn


61


ERROR: Invalid return from implementation. Returned Private Key=0xprivate-key, cds_usage=0xusage

Description

The implementation of a plug-in function has returned an invalid private key. The possible output fields of the private key and associated certificate are private-key and usage.

Action

Modify the code in the plug-in implementation to comply with the input/output criteria.

See Also

_ec_sec_key_open_private_key


62


ERROR: Invalid return from implementation. Returned Public Key=0xpublic-key, cds_usage=0xusage

Description

The implementation of a plug-in function has returned an invalid public key. The possible output fields of the public key and associated certificate are public-key and usage.

Action

Modify the code in the plug-in implementation to comply with the input/output criteria.

See Also

_ec_sec_key_open_public_key


63


ERROR: Invalid path validation argument.

Description

The input arguments to the validation routine are invalid.

Action

Contact your Oracle support.


64


ERROR: Unknown path validation algorithm request.

Description

The request path validation algorithm is not supported.

Action

Contact your Oracle support.


65


ERROR: Unsupported object type for building certificate path.

Description

Build certificate path using unsupported type.

Action

Contact your Oracle support.


66


ERROR: Failed to create list object.(code err, n)

Description

Unable to allocate enough memory to create a list object, the returned error code is err and the reference data is n.

Action

Increase system memory. If problem persist contact your Oracle support.


67


ERROR: Failed to create list object for type.(code err, n)

Description

Unable to allocate memory to create as list object for type, the returned error code is err and the reference data is n.

Action

Increase system memory. If problem persist contact your Oracle support.


68


ERROR: Failed to add object to list.(code err, n)

Description

Failed to add object to list, the returned error code is err and the reference data is n.

Action

Increase system memory. If problem persist contact your Oracle support.


69


ERROR: Failed to add objtype object to list.(code err, n)

Description

failed to add object of type objtype to the list, the returned error code is err, and the reference data is n.

Action

Increase system memory. If problem persist contact your Oracle support.


70


ERROR: Invalid certificate validity period detected.(code err, n)

Description

The certificate does not have a valid validity period, the returned error code is err and the reference data is n.

Action

Update the certificate chain with valid certificates.


71


INFO: None conforming CA certificate found, no extension.(code err, n)

Description

The CA certificate in the certificate chain is not a conforming certificate, the returned error code is err, and the referece data is n.

Action

Informational message, no action required; however, user can change the CA certificate in the chain to conform to the standard.


72


INFO: None conforming CA certificate found, missing Key Usage extension.

Description

The CA certificate in the certificate chain does not conform to the standard, it missed "Key Usage" extension.

Action

Informational message, no action required; however, user can change the CA certificate in the chain to conform to the standard.


73


INFO: Certificate Key Usage does not have CRLSign.

Description

The X.509 certificate has Key Usage extension but it CRLSign is not permitted.

Action

Informational message, no action required; however, user can change the CA certificate in the chain so that it can be used for CRLSign.


74


INFO: Potential circular path detected.

Description

A potential circular certificate path is detected.

Action

Informational message, no action required; however, user can change the certificate chain so that it is not circular.


75


ERROR: Unable to find a path.

Description

Unable to find a certificate path to a trusted certificate.

Action

Use the correct certificate chain.


76


ERROR: Unable to find a CRL path.

Description

Unable to find a path for CRL.

Action

Set up the correct certificate path with trust certificate.


77


ERROR: Path validation algorithm is not supported.

Description

Unsupported path validation algorithm is request.

Action

Contact your Oracle support.


78


ERROR: Certificate object not specified.

Description

Certificate object is not specified when invoking path validation.

Action

Check the PKI configuration make sure certificate object are available. If everything looks good but problem still exists contact your Oracle support.


79


ERROR: Invalid or corrupted certificate object.

Description

The certificate is either invalid or corrupted.

Action

Check the certificates to see whether they are in good shape; if problem still exits when all the certificates are good contact your Oracle support.


80


ERROR: Unknown critical extension detected.

Description

An unknown certificate extension which is marked as critical is detected.

Action

Chcek the certificates to see whether they are good; if they are all good contact your Oracle support.


81


ERROR: Unknown or unsupported hash algorithm alg

Description

The certificate's signature uses an unknown or unsupproted hash algorithm alg.

Action

Contact your Oracle support.


82


ERROR: Unable to generate certificate digest, error code rc

Description

Failed to generate certificate digest, the returned error code is rc

Action

Contact you Oracle support.


83


ERROR: Unable to decript signature, error code rc

Description

Unable to decrypt certificate signature, the returned error code is rc.

Action

Make sure all the certificates are valid, if they are not correct them. If the problem persist contact your Oracle support.


84


ERROR: Unable to parse digest information, error code rc

Description

Unable to parse the digest information of a certificate, the returned error code is rc.

Action

Make sure all the certificates are valid.


85


ERROR: Invalid or corrupted CRL object.

Description

The CRL object is invalid or corrupted.

Action

Check the CRL object in question is valid; if it is valid contact your Oracle support.


86


ERROR: Unknown critical CRL extension detected.

Description

An unknown or unsupported CRL extension marked as critical is detected.

Action

Check whether the CRL is valid; if it is valid contact your Oracle support.


87


ERROR: Unknown or unsupproted hash algorithm alg

Description

The certificate's signature uses an unknown or unsupproted hash algorithm alg.

Action

Contact your Oracle support.


88


ERROR: Unable to generate CRL digest, error code rc

Description

Failed to calculate digest of the CRL, the error return code is rc

Action

Contact your Oracle support.


89


ERROR: Unable to decrypt signature, error code rc

Description

Unable to decrypt signature of a CRL certificate, the error return code is rc.

Action

Check whether the CRL is valid; if it is valid contact your Oracle support.


90


ERROR: Unable to parse digest information, error code rc

Description

Unable to parse the digest information of a certificate, the returned error code is rc.

Action

Check whether the CRL is valid; if it is valid contact your Oracle support.


91


WARN: Policy ID not in initial set

Description

The related certificate policy ID is not in the initial set.

Action

Contact your Oracle support.


92


INFO: Acceptable policy set is empty.

Description

Acceptable policy set is empty.

Action

Informational message, no action required.


93


WARN: Unknown or unsupported critical CRL extension.

Description

The CRL contains an unknown or unsupported extension that is marked as critical.

Action

A warning message; however, user can find out which extension the CRL issuer put in the CRL and decide whether there is a need to contact Oracle support.


94


ERROR: Unsupported path validation algorithm.

Description

An unsupported path validation algorithm is request.

Action

Contact your Oracle support.


95


WARN: Critical SubjectKeyId extension found.

Description

The SubjectKeyId extension is marked as critical in the certificate.

Action

The SubjectKeyId extension should not be marked as critical; contact the certificate issuer to correct the problem.


96


WARN: PrivateKeyUsagePeriod extension found.

Description

The PrivateKeyUsagePeriod extension is found in the certificate.

Action

No action required; but if wanted user can contact the certificate issuer to remove this extension from certificate.


97


WARN: Critical IssuerAltName extension found.

Description

The IssuerAltName found in the certificate is marked as critical.

Action

This is a warning and no action is required; however, user should contact the certificate issuer and remove the criticality from this extension.


98


WARN: Critical SubjectDirectoryAttribute extension found.

Description

the SubjectDirectoryAttribute extension that marked as critical is found in the certificate.

Action

A warning message and no action is required; however, user should ask the cerficiate issuer to remove the criticality from this extension.


99


ERROR: Wrong input path validation data.

Description

The input data to the patch validation function is not valid.

Action

Contact your Oracle support.


100


ERROR: Bad certificate policy.

Description

The policy extension present in the certificate is not acceptable.

Action

User should examine the certificate and ask the issuer to correct the problem.


101


ERROR: Empty policy mapping extension.

Description

The policy mapping extension presented in the certificate is empty.

Action

User should examine the certificate and ask the issuer to correct the problem.


102


WARN: BasicConstraints found in end entity certificate.

Description

A BasicConstraints extension is found in end entity certificate.

Action

A warning message and no action is required; however, user could as the certificate issuer to remove this extension from end user certificate.


103


ERROR: PathLength constraint exceeded.

Description

The path length exceeded the PathLength limit set by one of the CA certificate in the path.

Action

Correct the problem by replacing the problematic certificates with correct ones.


104


ERROR: Failed to allocate CRL evidence.

Description

Failed to allocate memory to store CRL's revocation evidence information.

Action

Increase system memory. If problem persist contact your Oracle support.


105


ERROR: Failed to allocate CRL revocation object.

Description

Failed to allocate memory to store CRL's revocation object.

Action

Increase system memory. If problem persist contact your Oracle support.


106


ERROR: Failed to allocate CRL revoked certificate entry.

Description

Failed to allocate memory to store CRL's certificate entry information.

Action

Increase system memory. If problem persist contact your Oracle support.


107


ERROR: Failed to allocate CRL extension.

Description

Failed to allocate memory for a CRL extension.

Action

Increase system memory. If problem persist contact your Oracle support.


108


INFO: Name does not conform to constrained subtrees.

Description

The name in the certificate does not conform to the constrainedSubTree.

Action

Informational only and no action is required.


109


INFO: Name does not conform to constrained subtrees.

Description

The name in the certificate does not conform to the constrainedSubTree.

Action

Informational only and no action is required.


110


INFO: Name belongs to excluded subtree.

Description

The name in the certificate belongs to the excluded subtree.

Action

Informational only and no action is required.


111


ERROR: Memory allocation failure.

Description

Failed to allocate memory.

Action

Increase system memory. If problem persist contact your Oracle support.


112


ERROR: Memory re-allocation failure.

Description

Failure occurred while reallocating memory.

Action

Increase system memory. If problem persist contact your Oracle support.


113


ERROR: Memory re-allocation failure.

Description

Failure occurred while reallocating memory.

Action

Increase system memory. If problem persist contact your Oracle support.


114


ERROR: Unable to stat(fname) status st.

Description

Unable to stat file with name fname, the status code is st.

Action

Check whether the PEM file fname exist with correct permission, and correct any problem associate with the file.


115


ERROR: Memory allocation failure.(fname, n)

Description

Failed to allocate input buffer memory, the reference data is n with module name fname.

Action

Increase system memory. If problem persist contact your Oracle support.


116


ERROR: Memory allocation failure.(fname, n)

Description

Failed to allocate input buffer memory, the reference data is n with module name fname.

Action

Increase system memory. If problem persist contact your Oracle support.


117


ERROR: File open failure.(fname, module, n)

Description

Failed to open file of filename fname in the module with reference data n.

Action

Check whether the file fname exists with correct permission.


118


ERROR: Unable to read file(fname, module, n)

Description

Unable to read the contents of the file fname.

Action

Check the file exist and not corrupted.


119


ERROR: Not encrypted PEM file.

Description

PEM file contains crypto information but is not encrypted.

Action

Correct the PEM file by replace with correct certificate or remove it.


120


ERROR: Missing PEM file header information.

Description

The PEM file does not contain proper PEM file header information.

Action

Replce it with correct PEM file.


121


ERROR: Invalid PEM file header.(hdr)

Description

The PEM file contains incorrect PEM file header information.

Action

Replace it with the correct PEM file.


122


ERROR: PEM header does not contain DEK info.

Description

The PEM file header does not contain DEK information.

Action

Replace it with the correct PEM file.


123


ERROR: Failed to decrypt a PEM file section.

Description

Failed to decrypt a PEM section in the PEM file.

Action

Make sure the PEM file only contains correct PEM section.


124


ERROR: Unsupported crypto algorithm.(alg)

Description

The PEM section is encrypted using a unsupported crypto algorithm alg.

Action

User can decrypt it and re-encrypt it with supported algorithm such as DES-EDE3-CBC.


125


ERROR: PEM file error, no BEGIN line.(module, n)

Description

The file is not in correct PEM file format, it misses a BEGIN line.

Action

Replace it with a correct PEM file.


126


ERROR: Memory allocation failure while processing PEM file.(module, n)

Description

Failed to allocate memory to store information extracted from PEM file; this error is emitted from module with reference data n.

Action

Increase system memory. If problem persist contact your Oracle support.


127


ERROR: Memory allocation failure while reading PEM header.(module, n)

Description

Failed to allocate memory to store header information of the PEM file; this error is emitted from module with reference data n.

Action

Increase system memory. If problem persist contact your Oracle support.


128


ERROR: Memory allocation failure while reading PEM header.(module, n)

Description

Failed to allocate memory to store header information of the PEM file; this error is emitted from module with reference data n.

Action

Increase system memory. If problem persist contact your Oracle support.


129


ERROR: Memory allocation failure while processing PEM data.(module, n)

Description

Failed to allocate memory to store the body information of the PEM file; this error is emitted from module with reference data n.

Action

Increase system memory. If problem persist contact your Oracle support.


130


ERROR: Memory allocation failure while processing PEM data.(module, n)

Description

Failed to allocate memory to store the body information of the PEM file; this error is emitted from module with reference data n.

Action

Increase system memory. If problem persist contact your Oracle support.


131


ERROR: Memory allocation failure while processing PEM END line.(module, n)

Description

Failed to allocate memory to store the end of PEM section information; this error is emitted from module with reference data n.

Action

Increase system memory. If problem persist contact your Oracle support.


132


ERROR: Failed to decode BASE64.(module, n)

Description

Failed to decode BASE64 body of a PEM section.

Action

Replace the PEM with correct PEM file.


133


ERROR: Unsupported PEM type(id).

Description

The type PEM file is not supported, and its type has the value of id.

Action

Change it to use the supported PEM file type.


134


ERROR: Certificate does not match private key.

Description

The certificate and the private key does not match.

Action

Either replace the certificate with correct certificate or replace the private key with correct private key.


135


ERROR: Bad IV characters.

Description

The initialization vector contains bad characters.

Action

Replace the PEM file with the correct one.


 Back to Top Previous