Skip navigation.

LIBPLUGIN Messages 2000-2099

  Previous

2000

ERROR: Registration attribute value should be in file URL format

Description

The registration attribute must be specified in file URL format.

Action

The URL file format must have the preface "file://" and end with "/". Verify the URL format.

2001

ERROR: No memory

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2002

ERROR: Not supported connection to remote host as specified in file URL, val

Description

Remote host connections, as specified in 'val', are not currently supported.

Action

Use a NULL string or the special symbol "localhost".

See Also

See Using Security in the Developer's Guide online documentation container

2003

ERROR: Cannot open file val

Description

The file val could not be opened. It may be missing or the file name is incorrect.

Action

If this is your file, check the location of the file, the file name, and the path name. If this is a system file, contact BEA Customer Support.

2004

ERROR: In rule on line number val in file val

Description

There is a syntax error on line number 'val' in the peer validation rules file 'val'.

Action

Correct the syntax error.

See Also

See Using Security in the Developer's Guide online documentation container.

2005

ERROR: Certificate has repeated keys

Description

SSL has encountered a certificate in which there are multiple values for the certificate keys.

Action

Contact your certificate authority.

2006

ERROR: Missing Trusted CA file(trust_ca.cer) - registration attribute

Description

The trusted certificate authority file is missing. This file was specified during security registration.

Action

Construct a Trusted CA file and register it.

See Also

See the Administration Guide and Using Security in the Developer's Guide online documentation container

2007

ERROR: Missing private key directory - registration attribute

Description

The SSL key management registration is missing the private key directory.

Action

Specify a private key directory when registering the SSL key management.

See Also

See the Administration Guide and Using Security in the Developer's Guide online documentation container

2008

ERROR: No such file or directory val

Description

The file 'val' was not found by SSL.

Action

A file that was specified during registration of SSL was not found. Verify all filenames and directories referenced during registration, such as the Trusted CA file.

See Also

See the Administration Guide and Using Security in the Developer's Guide online documentation container

2009

ERROR: Reading file val, errno = val

Description

A failure occurred when attempting to read file val.

Action

A file that was specified during registration of SSL could not be read. Verify the filename, directory, and permissions of the file.

See Also

See the Administration Guide and Using Security in the Developer's Guide online documentation container

2010

ERROR: ASN certificate dates invalid

Description

The ASN dates of an SSL certificate were found to be invalid.

Action

Contact your certificate authority or BEA Customer Support.

2011

ERROR: ASN certificate name excluded

Description

The name of the SSL ASN certificate was missing.

Action

Contact your certificate authority or BEA Customer Support.

2012

ERROR: ASN certificate name constrained

Description

The name of the SSL ASN certificate is restricted.

Action

Contact your certificate authority or BEA Customer Support.

2013

ERROR: ASN certificate policy identifier required

Description

An ASN certificate was encountered that did not identify the certificate policy.

Action

Contact your certificate authority or BEA Customer Support.

2014

ERROR: ASN certificate policy mapping inhibited

Description

An ASN certificate was encountered in which SSL could not map the certificate policy from the ASN format.

Action

Contact your certificate authority or BEA Customer Support.

2015

ERROR: ASN certificate constraints exceeded

Description

An ASN certificate was encountered in which the certificate constraints were exceeded.

Action

Contact your certificate authority or BEA Customer Support.

2016

ERROR: ASN certificate key usage violation

Description

An ASN certificate was encountered in which the certificate key usage was violated.

Action

Contact your certificate authority or BEA Customer Support.

2017

ERROR: ASN certificate unrecognized critical extension

Description

An ASN SSL certificate was encountered in which an unrecognized critical extension was found.

Action

Contact your certificate authority or BEA Customer Support.

2018

ERROR: ASN certificate basic constraints missing

Description

An ASN SSL certificate was encountered in which the basic constraints were missing.

Action

Contact your certificate authority or BEA Customer Support.

2019

ERROR: crypto engine error val

Description

An unexpected crypto engine error 'val' has occurred.

Action

Contact your certificate authority or BEA Customer Support.

2020

ERROR: bad key type

Description

An unexpected key type error 'val' has been reported.

Action

Contact your certificate authority or BEA Customer Support.

2021

ERROR: bad key agreement algorithm

Description

An unexpected key agreement algorithm error 'val' has been reported.

Action

Contact your certificate authority or BEA Customer Support.

2022

ERROR: bad public key type

Description

An unexpected public key type error 'val' has been reported.

Action

Contact your certificate authority or BEA Customer Support.

2023

ERROR: Unknown crypto engine error val

Description

An unexpected crypto engine error 'val' has occurred.

Action

Contact your certificate authority or BEA Customer Support.

2024

ERROR: ASN error val

Description

SSL received the error 'val' when processing a key or certificate.

Action

Contact your certificate authority or BEA Customer Support.

2025

ERROR: ASN OID not found

Description

SSL did not find an expected OID in a certificate or key.

Action

Contact your certificate authority or BEA Customer Support.

2026

ERROR: Memory allocation failure

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2027

ERROR: Cannot zero buffer

Description

An attempt to zero a buffer failed, most likely because the buffer itself was not allocated successfully.

Action

Check the ULOG for additional messages indicating the nature of the failure. This is a rare error and indicates a software failure. Contact BEA Customer Support.

2028

ERROR: Cannot parse private key data

Description

SSL could not parse the data of a private key.

Action

Check the ULOG for additional messages indicating the nature of the failure. Contact your certificate authority or BEA Customer Support.

2029

ERROR: Cannot find data in private key

Description

SSL could not find data in a private key.

Action

Contact your certificate authority or BEA Customer Support.

2030

ERROR: Cannot create private key object

Description

Due to lack of memory, SSL was unable to create a private key object.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2031

ERROR: Cannot import private key

Description

SSL was unable to import a private key; the private key is invalid.

Action

Check the ULOG for additional messages indicating the nature of the failure. Contact your certificate authority or BEA Customer Support.

2032

ERROR: Cannot open peer validation rule file val

Description

SSL was unable to open the peer validation rule file 'val'.

Action

Verify the filename, directory, and permissions.

See Also

Implementing Security Administration Guide

2033

ERROR: Cannot import private key - check pass phrase

Description

SSL was unable to import a private key, due to a bad parameter error. Most likely, this is due to an incorrect pass phrase for the private key.

Action

Verify that the correct password was specified. Contact your certificate authority or BEA Customer Support.

2034

ERROR: Issuer certificate descriptor does not exist

Description

SSL could not find the descriptor for the issuer of a certificate.

Action

Verify that the each certificate in the chain that is not self-signed or implicitly trusted has an issuer. Contact your certificate authority or BEA Customer Support.

2035

ERROR: Memory allocation failure

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2036

ERROR: Cannot create certificate object

Description

Due to the lack of memory, SSL was unable to create a certificate object.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2037

ERROR: Cannot import certificate

Description

Due to either a lack of memory or an invalid certificate, SSL was unable to import a certificate.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device. Or, contact your certificate authority or BEA Customer Support.

2038

ERROR: Issuer certificate descriptor does not exist

Description

SSL could not find the descriptor for the issuer of a certificate.

Action

Verify that the each certificate in the chain that is not self-signed or implicitly trusted has an issuer. Contact your certificate authority or BEA Customer Support.

2039

ERROR: Cannot validate certificate for principal val

Description

SSL was unable to validate the certificate for the principal 'val'.

Action

Check the ULOG for additional messages indicating the nature of the failure. Verify that the certificate is valid. Contact your certificate authority or BEA Customer Support.

2040

ERROR: Cannot create certificate object

Description

Due to the lack of memory, SSL was unable to create a certificate object.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2041

ERROR: Cannot zero buffer

Description

An attempt to zero a buffer failed, most likely because the buffer itself was not allocated successfully.

Action

Check the ULOG for additional messages indicating the nature of the failure. This is a rare error and indicates a software failure. Contact BEA Customer Support.

2042

ERROR: Cannot import certificate

Description

Due to either a lack of memory or an invalid certificate, SSL was unable to import a certificate.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device. Or, contact your certificate authority or BEA Customer Support.

2043

ERROR: Cannot get certificate subject name

Description

SSL was unable to get the subject name from the certificate.

Action

Verify that the certificate has a subject field. Check the ULOG for additional messages indicating the nature of the failure. Contact your certificate authority or BEA Customer Support.

2044

ERROR: Cannot get certificate DN field for oid val

Description

SSL was unable to get the certificate distinguished name field for the oid 'val'.

Action

Verify that the certificate contains the specified oid entry. Contact your certificate authority or BEA Customer Support.

2045

ERROR: Cannot create certificate object

Description

Due to the lack of memory, SSL was unable to create a certificate object.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2046

ERROR: Cannot zero buffer

Description

An attempt to zero a buffer failed, most likely because the buffer itself was not allocated successfully.

Action

Check the ULOG for additional messages indicating the nature of the failure. This is a rare error and indicates a software failure. Contact BEA Customer Support.

2047

ERROR: Cannot import certificate

Description

Due to either a lack of memory or an invalid certificate, SSL was unable to import a certificate.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device. Or, contact your certificate authority or BEA Customer Support.

2048

ERROR: Cannot get certificate issuer name

Description

SSL cannot get the certificate issuer name from the certificate.

Action

Verify that the certificate has an issuer field. Contact your certificate authority or BEA Customer Support.

2049

ERROR: Cannot get certificate DN field for oid val

Description

SSL was unable to get the certificate distinguished name field for the oid 'val'.

Action

Verify that the certificate contains the specified oid entry. Contact your certificate authority or BEA Customer Support.

2050

ERROR: No memory

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2051

ERROR: Registration attribute value should be in file URL format

Description

The registration attribute must be specified in file URL format.

Action

The URL file format must have the preface "file://" and end with "/". Verify the URL format.

2052

ERROR: Invalid rule key "val"

Description

SSL encountered an invalid rule key 'val' in the peer validation rule file.

Action

Correct the rule file key.

See Also

See the Administration Guide and Using Security in the Developer's Guide online documentation container

2053

ERROR: Cannot initialize pk infrastructure

Description

SSL was unable to initialize the private key handler. This is an unexpected internal error.

Action

Check the ULOG for additional messages indicating the nature of the failure. Contact BEA Customer Support.

2054

ERROR: Cannot zero buffer

Description

An attempt to zero a buffer failed, most likely because the buffer itself was not allocated successfully.

Action

Check the ULOG for additional messages indicating the nature of the failure. This is a rare error and indicates a software failure. Contact BEA Customer Support.

2055

ERROR: Memory allocation failure

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2056

ERROR: '=' required in rule

Description

SSL encountered a syntactic error in the peer validation rules file.

Action

Correct the peer validation rules file.

2057

ERROR: Trailing " required in rule

Description

SSL encountered a syntactic error in the peer validation rules file.

Action

Correct the peer validation rules file.

2058

ERROR: Cannot create CRL object

Description

Due to a lack of memory, SSL was unable to create a certificate revocation list object.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2059

ERROR: Cannot import CRL data

Description

Due to either an invalid certificate or an internal error, SSL was unable to import the certificate revocation list data.

Action

Check the ULOG for additional messages indicating the nature of the failure. Contact your certificate authority or BEA Customer Support.

2060

ERROR: Cannot zero buffer

Description

An attempt to zero a buffer failed, most likely because the buffer itself was not allocated successfully.

Action

Check the ULOG for additional messages indicating the nature of the failure. This is a rare error and indicates a software failure. Contact BEA Customer Support.

2061

ERROR: Cannot parse Trusted CA certificate data

Description

SSL was unable to parse the data of a Trusted CA certificate.

Action

Check the ULOG for additional messages indicating the nature of the failure. Contact your certificate authority or BEA Customer Support.

2062

ERROR: Cannot create certificate object

Description

Due to the lack of memory, SSL was unable to create a certificate object.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2063

ERROR: Cannot import Trusted CA certificate

Description

Due to either an invalid certificate or an internal error, SSL was unable to import a Trusted CA certificate.

Action

Check the ULOG for additional messages indicating the nature of the failure. Contact your certificate authority or BEA Customer Support.

2064

ERROR: Cannot get validity from Trusted CA certificate

Description

SSL was unable to get the validity of a Trusted CA certificate.

Action

Check the ULOG for additional messages indicating the nature of the failure. Contact your certificate authority or BEA Customer Support.

2065

ERROR: Cannot check if Trusted CA certificate is revoked

Description

SSL received an error when checking whether the Trusted CA certificate has been revoked.

Action

Check the ULOG for additional messages indicating the nature of the failure. Verify your certificate revocation list file. Contact your certificate authority or BEA Customer Support.

2066

ERROR: Memory allocation failure

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2067

ERROR: Memory allocation failure

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2068

ERROR: Cannot free certificate data

Description

SSL was unable to free certificate data held in memory. This is an internal error.

Action

Check the ULOG for additional messages indicating the nature of the failure. Contact BEA Customer Support.

2069

ERROR: Cannot access peer validation rule file val

Description

SSL was unable to access the peer validate rule file 'val'.

Action

Check the filename, directory, and permissions of the rule file.

2070

ERROR: Cannot read peer validation rule file val

Description

SSL was unable to read the peer validate rule file 'val'.

Action

Check the filename, directory, and permissions of the rule file.

2071

ERROR: file error on peer validation rule val, errno = val

Description

When opening the peer validation rule file 'val, SSL received the error 'val'.

Action

Check the filename, directory, and permissions of the rule file.

2072

ERROR: Cannot create certificate object

Description

Due to the lack of memory, SSL was unable to create a certificate object.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2073

ERROR: Cannot zero buffer

Description

An attempt to zero a buffer failed, most likely because the buffer itself was not allocated successfully.

Action

Check the ULOG for additional messages indicating the nature of the failure. This is a rare error and indicates a software failure. Contact BEA Customer Support.

2074

ERROR: Cannot import certificate

Description

Due to either a lack of memory or an invalid certificate, SSL was unable to import a certificate.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device. persists, contact your certificate authority or BEA Customer Support.

2075

ERROR: Cannot get certificate subject name

Description

SSL cannot get the certificate subject name from the certificate.

Action

Verify that the certificate has a subject field. Check the ULOG for additional messages indicating the nature of the failure. Or, contact your certificate authority or BEA Customer Support.

2076

ERROR: Cannot get subject field

Description

SSL cannot get the certificate subject field from the certificate.

Action

Verify that the certificate has a subject field oid. Check the ULOG for additional messages indicating the nature of the failure. If the problem persists, contact your certificate authority or BEA Customer Support.

2077

ERROR: Memory allocation failure

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2078

ERROR: Cannot create certificate object

Description

SSL was unable to create a certificate object, due to the lack of memory.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2079

ERROR: Cannot zero buffer

Description

An attempt to zero a buffer failed, most likely because the buffer itself was not allocated successfully.

Action

Check the ULOG for additional messages indicating the nature of the failure. This is a rare error and indicates a software failure. Contact BEA Customer Support.

2080

ERROR: Cannot check if certificate is revoked

Description

SSL received an error while checking whether the certificate has been revoked.

Action

Check the ULOG for additional messages indicating the nature of the failure. Contact your certificate authority or BEA Customer Support.

2081

ERROR: Memory allocation failure

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2082

ERROR: No such file or directory val

Description

SSL was unable to open the file 'val'.

Action

Verify the filename, directory, and permissions.

2083

ERROR: Cannot open file val

Description

The file val could not be opened. It may be missing or the file name is incorrect.

Action

If this is your file, check the location of the file, the file name, and the path name. If this is a system file, contact BEA Customer Support.

2084

ERROR: Reading file val, errno = val

Description

A failure occurred when attempting to read file val.

Action

Verify the location and name of the file.

2090

ERROR: Cannot validate certificate for principal val

Description

SSL was unable to validate the certificate for the principal 'val'.

Action

Check the ULOG for additional messages indicating the nature of the failure. Verify that the certificate is valid. Contact your certificate authority or BEA Customer Support.

2091

ERROR: Cannot zero buffer

Description

An attempt to zero a buffer failed, most likely because the buffer itself was not allocated successfully.

Action

Check the ULOG for additional messages indicating the nature of the failure. This is a rare error and indicates a software failure. Contact BEA Customer Support.

2092

ERROR: Cannot create certificate object

Description

Due to the lack of memory, SSL was unable to create a certificate object.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2093

ERROR: Cannot import certificate

Description

Due to either a lack of memory or an invalid certificate, SSL was unable to import a certificate.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device. Or, contact your certificate authority or BEA Customer Support.

2094

ERROR: Could not get public key from certificate

Description

Due to either an invalid key, lack of memory, or an internal error, SSL was unable to get a public key from the certificate.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device. Or, contact your certificate authority or BEA Customer Support.

2095

ERROR: Memory allocation failure

Description

An attempt to allocate memory dynamically from the operating system using malloc failed.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

2096

ERROR: Certificate failed validation rule checks

Description

The certificate fails to pass the validation rule checks for the name and domain.

Action

Verify that the peer validation rule file contains a rule that matches the information in the certificate. Contact your certificate authority or BEA Customer Support.

2097

ERROR: Cannot open file val

Description

SSL was unable to open the private key file 'val'.

Action

Verify the filename, directory, and permissions of the private key file.

2098

ERROR: Certificate doesn't match private key for principal val

Description

The public key SSL obtained from the certificate does not match principal 'val's private key.

Action

Verify that the certificate and private key were created correctly. Contact your certificate authority or BEA Customer Support.

2099

ERROR: Cannot create certificate object

Description

SSL was unable to create a certificate object, due to the lack of memory.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

2100

ERROR: Cannot import certificate

Description

SSL was unable to import a certificate, due to either a lack of memory, or an invalid certificate.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device. Or, contact your certificate authority or BEA Customer Support.

2101

ERROR: Could not get public key from certificate

Description

SSL was unable to get a public key from the certificate, due to either an invalid key, lack of memory, or an internal error.

Action

Check the ULOG for additional messages indicating the nature of the failure. Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device. Or, contact your certificate authority or BEA Customer Support.

2102

ERROR: Failed to Destroy Certificate

Description

SSL was unable to destroy the certificate.

Action

This is an unexpected programming error. Check the ULOG for additional messages indicating the nature of the failure. Contact BEA Customer Support.

 

Skip footer navigation  Back to Top Previous