Messages

Oracle Tuxedo System Messages provide the following information:

Description: The meaning and context of the message.

Action: What steps you can take to correct any problems identified.

See Also: A pointer to related information (not specified for all messages).

The Oracle Tuxedo System Messages are numbered and organized in catalogs, based on parts of the Oracle Tuxedo 10g Release 3 (10.3) system from which they are generated. For information about a specific message, click on the name of the appropriate catalog.

Note: Some messages for deprecated features may still display. Be aware that deprecated features are not supported.


1500


ERROR: SSL decryption failed

Description

The IIOP Server Listener/Handler could not decrypt an SSL message.

Action

Contact BEA Customer Support.


1501


ERROR: X.509 certificate is issued by an unauthorized certificate authority

Description

The IIOP Server Listener/Handler received a certificate that was signed by an unauthorized certificate authority.

Action

Contact your certificate authority or BEA Customer Support.


1502


ERROR: X.509 certificate contains an unknown critical extension

Description

The IIOP Server Listener/Handler received a certificate that contains an extension unknown by the SSL package.

Action

Contact your certificate authority or BEA Customer Support.


1503


ERROR: X.509 certificate is unauthorized

Description

The IIOP Server Listener/Handler received a certificate that is not authorized.

Action

Verify the certificate. Contact your certificate authority or BEA Customer Support.


1504


ERROR: Unknown SSL error val

Description

The IIOP Server Listener/Handler received an SSL error 'val' that is unknown.

Action

Contact BEA Customer Support.


1505


ERROR: Could not read GIOP header from SSL connection

Description

The IIOP Server Listener/Handler read a message from the SSL connection that did not contain a header written in the GIOP encoding.

Action

Verify that the SSL client supports the GIOP protocol. Contact BEA Customer Support.


1506


ERROR: Could not decrypt admin key, errno = val

Description

The IIOP Server Listener/Handler received an error 'val' while attempting to decrypt a received admin key.

Action

Contact BEA Customer Support.


1508


ERROR: Could not read from SSL connection, err = val

Description

The IIOP Server Listener/Handler was unable to read from the SSL connection, receiving error 'val'.

Action

Contact BEA Customer Support.


1509


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.


1510


ERROR: Could not initialize SSL context, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing the SSL context.

Action

Check the user log for messages indicating the nature of the failure.


1511


ERROR: Could not set SSL protocol version, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while trying to set the SSL protocol version.

Action

Contact BEA Customer Support.


1512


ERROR: No SSL cipher suites

Description

The IIOP Server Listener/Handler could not find the SSL cipher suites supported by WLE.

Action

Verify the SSL package installation. Contact BEA Customer Support.


1513


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.


1514


ERROR: Could not set cipher suites, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing SSL. SSL reported this error while trying to set the supported SSL cipher suites list.

Action

Contact BEA Customer Support.


1515


ERROR: Could not set SSL callback, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing SSL. SSL reported this error while trying to set the cipher callback function.

Action

Contact BEA Customer Support.


1516


ERROR: Could not set SSL callback, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing SSL. SSL reported this error while trying to set the certificate verification callback function.

Action

Contact BEA Customer Support.


1517


ERROR: Could not set SSL mutual authentication, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing SSL. SSL reported this error while trying to enable mutual authentication.

Action

Contact BEA Customer Support.


1518


ERROR: Could not set SSL non blocking IO, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing SSL. SSL reported this error while setting the SSL connection not to block.

Action

Contact BEA Customer Support.


1519


ERROR: Could not create random seed, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing SSL. SSL reported this error while initializing the random seed.

Action

Contact BEA Customer Support.


1520


ERROR: Could not set cryptographic strength, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing SSL. SSL reported this error while setting the strength of the cryptographic function.

Action

Contact BEA Customer Support.


1521


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.


1522


ERROR: Could not set SSL callback info, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing SSL. SSL reported this error while trying to set the cipher negotiation callback function.

Action

Contact BEA Customer Support.


1523


ERROR: Memory allocation failure, size = val

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.


1524


ERROR: Cannot send SSL message, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while attempting to send a message. This may occur due to network errors.

Action

Verify that the client has not exited and the client host is still reachable.


1525


ERROR: Unknown SSL cipher

Description

The IIOP Server Listener/Handler received an error that the SSL cipher is unknown. The cipher was negotiated between client and server, but it does not match any ciphers supported by the installed SSL package.

Action

Verify the SSL package installation.


1526


ERROR: Could not get SSL cipher suite info, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while attempting to look up the negotiated cipher. The cipher was negotiated between the client and the server.

Action

Contact BEA Customer Support.


1527


ERROR: Negotiated cipher val is not exportable

Description

The cipher 'val' that was negotiated cannot be exported.

Action

Verify the SSL package installation. Contact BEA Customer Support.


1528


ERROR: Negotiated cipher strength exceeds maximum allowed

Description

The negotiated cipher exceeds the maximum strength allowed.

Action

Change the maximum strength setting, using the -Z option on the ISL command.

See Also

The ISL command. For information about the ISL command, see Administration in the WebLogic Enterprise online documentation.


1529


ERROR: Negotiated cipher strength is too low

Description

The negotiated cipher is smaller than the minimum strength allowed.

Action

Change the minimum strength setting, using the -z option on the ISL command.

See Also

The ISL command. For information about the ISL command, see Administration in the WebLogic Enterprise online documentation.


1530


ERROR: Cipher suite is not supported

Description

The negotiated cipher suite is not supported by the SSL package.

Action

Contact BEA Customer Support.


1531


ERROR: Could not create random object, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing SSL random objects.

Action

Contact BEA Customer Support.


1532


ERROR: Could not seed random object, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while initializing the SSL random object.

Action

Contact BEA Customer Support.


1533


ERROR: Could not generate random bytes, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while attempting to get random data from the SSL random data object.

Action

Contact BEA Customer Support.


1534


ERROR: Could not seek random pool file, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while attempting to update the random pool file with new seed data.

Action

Verify that the disk has space, and that you have permission to write in the APPDIR directory.


1535


ERROR: Could not copy SSL context, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while trying to copy the SSL context. This could occur because of memory allocation errors, incorrect certificate rules files, or a certificate lookup failure.

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. Increase the space on the swap device. Also, verify that the certificate files are intact and correct.


1536


ERROR: Expected numeric argument to -S option

Description

The IIOP Server Listener/Handler expected the -S option to have a numeric value. The -S option specifies the port number for the SSL connection.

Action

Verify that the -S option has a numeric value for the ISL command .

See Also

The ISL command. For information about the ISL command, see Administration in the WebLogic Enterprise online documentation.


1537


INFO: SSL network address disabled

Description

The IIOP Server Listener/Handler found one of its SSL network address has been suspended and has disabled it.

Action

None.


1538


ERROR: Expected numeric argument to -R option

Description

The IIOP Server Listener/Handler expected the -R option to have a numeric value. The -R option specifies the renegotiation interval for the SSL connection.

Action

Verify that the -R option has numeric values for the ISL command.

See Also

The ISL command. For information about the ISL command, see Administration in the WebLogic Enterprise online documentation.


1539


ERROR: Invalid -R option = val

Description

The IIOP Server Listener/Handler received an -R option value that is outside the supported range. The -R option specifies the renegotiation interval for the SSL connection.

Action

Verify that the -R option specifies correct numeric values for the ISL command .

See Also

The ISL command. For information about the ISL command, see Administration in the WebLogic Enterprise online documentation.


1540


ERROR: Could not perform SSL regnegotiation on connect, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while attempting to renegotiate the SSL connection.

Action

Contact BEA Customer Support.


1541


ERROR: -S option must be specified if -a, -z, -Z, -R, or -v specified

Description

The IIOP Server Listener/Handler options were incorrect. If the -a, -z, -Z, -R, or -v options are specified, you must also supply the -S option, which specifies a port number for the SSL connection.

Action

Specify the -S option for the ISL command.

See Also

The ISL command. For information about the ISL command, see Administration in the WebLogic Enterprise online documentation.


1542


INFO: SSL port = val

Description

The IIOP Server Listener/Handler is using port 'val' for this connection.

Action

None


1543


ERROR: Could not perform SSL connect to host/port val

Description

The IIOP Server Listener/Handler could not connect to host/port 'val'.

Action

Check the user log for messages that indicate the nature of the failure.


1544


ERROR: Could not perform SSL accept from host/port val

Description

The IIOP Server Listener/Handler was unable to accept the connection from host/port 'val'.

Action

Check the user log for messages that indicate the nature of the failure.


1545


ERROR: Cannot get SSL peer certificate chain length, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while trying to get the number of certificates in the SSL peer certificate chain.

Action

Contact your certificate authority or BEA Customer Support.


1546


ERROR: Could not create client context for SSL client, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while validating the peer certificate during cipher renegotiation.

Action

Contact BEA Customer Support.


1547


ERROR: Peer certificate not present on SSL connection

Description

The peer certification for this SSL connection was missing.

Action

Verify that the client has authenticated itself via a call to PrincipalAuthenticator::authenticate.


1548


ERROR: Cannot get email extension from peer certificate, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while trying to get the user's email extension from the peer certificate. This occurred during certificate authentication.

Action

Add the email extension to the certificate.


1549


ERROR: email extension from peer certificate is too long

Description

The user's email extension, extracted from the peer certificate is longer than the supported length.

Action

Shorten the user's email extension in the certificate.


1550


ERROR: -a option is not valid for this SECURITY setting

Description

The -a option was specified for the ISL command, but the SECURITY option was not specified. The -a option specifies mutual authentication between client and server, which is an SSL Security feature.

Action

Either add the SECURITY option or remove the -a option.

See Also

The ISL command. For information about the ISL command, see Administration in the WebLogic Enterprise online documentation.


1551


ERROR: Could not initialize public key infrastructure, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while trying to initialize the public key infrastructure of SSL.

Action

Verify the installation of SSL. Contact BEA Customer Support.


1552


ERROR: Could not open private key, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while trying to open the private key.

Action

Verify the name and directory in which the private key is stored.


1553


ERROR: Key has been tampered

Description

During initialization of the IIOP Server Listener/Handler, the SSL package detected that a private key has been tampered with.

Action

Contact your certificate authority or BEA Customer Support.


1554


ERROR: Trust relationship of this key is invalid

Description

During initialization of the IIOP Server Listener/Handler, the SSL package detected that the trust relationship for a private key is no longer valid.

Action

Contact your certificate authority or BEA Customer Support.


1555


ERROR: Principal is known to be untrusted

Description

During initialization of the IIOP Server Listener/Handler, the SSL package detected a known untrusted principal. This occurred while opening a private key.

Action

Contact your certificate authority or BEA Customer Support.


1557


ERROR: Unrecognized critical extension

Description

During initialization of the IIOP Server Listener/Handler, the SSL package detected an unrecognized critical extension of SSL. This occurred while opening a private key.

Action

Contact your certificate authority or BEA Customer Support.


1558


ERROR: Could not get info on private key, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while trying to get information from the private key.

Action

Contact your certificate authority or BEA Customer Support.


1559


ERROR: Could not get info on private key certificate, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while trying to get information from the private key certificate.

Action

Contact your certificate authority or BEA Customer Support.


1560


ERROR: Could not add SSL certificate, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while adding the SSL certificate to the current context.

Action

Contact BEA Customer Support.


1561


ERROR: SSL certificate chain not present in SSL Handshake

Description

During an SSL Handshake operation, the IIOP Listener/Handler was not presented with an SSL certificate chain by the remote client program or by a remote IIOP Listener/Handler.

Action

Ensure that your application is configured so that remote clients will properly present their certificates to the IIOP Listener/Handler. Contact your Certificate Authority or BEA Customer Support.


1562


ERROR: Could not delete SSL context, err = val

Description

The IIOP Server Listener/Handler received the unexpected error 'val' while deleting the SSL context.

Action

Contact BEA Customer Support.


1563


ERROR: Invalid argument to -v option: val

Description

The -v option specified an invalid type of peer validation.

Action

Change the peer validation argument, using the -v option on the ISL command.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.


1564


WARN: Peer validation failed on server at val

Description

The common name oid contained in the server peer certificate did not match the hostname in the object reference. The hostname in the object reference has the value 'val'.

Action

None. If you wish to eliminate the warning, modify the server peer certificate to contain the correct hostname in the common name OID or disable the peer validation, using the -v none option on the ISL command.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.


1565


ERROR: Peer validation failed on server at val

Description

The common name oid contained in the server peer certificate did not match the hostname in the object reference. The hostname in the object reference has the value 'val'.

Action

Modify the server peer certificate to contain the correct hostname in the common name OID or disable the peer validation, using the -v none option on the ISL command.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.


1566


ERROR: Cannot get SSL peer certificate, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while attempting to validate the client that is connecting to it. The server was unable to get the client certificate.

Action

Verify that the client has authenticated itself via a call to PrincipalAuthenticator::authenticate.


1567


ERROR: SSL certificate chain could not be validated, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while attempting to validate the certificate chain.

Action

Check the user log for messages indicating the nature of the failure.


1568


ERROR: Could not set SSL private key, err = val

Description

The IIOP Server Listener/Handler received the error 'val' while trying to register the SSL private key for the user's local identity.

Action

Contact BEA Customer Support.


1569


ERROR: ASN error val

Description

The IIOP Server Listener/Handler received the error 'val' while processing a SSL key or certificate.

Action

Contact your certificate authority or BEA Customer Support.


1570


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.


1571


ERROR: ASN certificate dates invalid

Description

The ASN dates of a SSL certificate are invalid.

Action

Contact your certificate authority or BEA Customer Support.


1572


ERROR: ASN certificate name excluded

Description

The name of the SSL ASN certificate is missing.

Action

Contact your certificate authority or BEA Customer Support.


1573


ERROR: ASN certificate name constrained

Description

The name of the SSL ASN certificate is restricted.

Action

Contact your certificate authority or BEA Customer Support.


1574


ERROR: ASN certificate policy identifier required

Description

The IIOP Server Listener/Handler encountered an ASN SSL certificate that did not identify the certificate policy.

Action

Contact your certificate authority or BEA Customer Support.


1575


ERROR: ASN certificate policy mapping inhibited

Description

The IIOP Server Listener/Handler encountered an ASN SSL certificate in which the certificate policy could not be mapped from the ASN format.

Action

Contact your certificate authority or BEA Customer Support.


1576


ERROR: ASN certificate constraints exceeded

Description

The IIOP Server Listener/Handler encountered an ASN SSL certificate in which the certificate constraints were exceeded.

Action

Contact your certificate authority or BEA Customer Support.


1577


ERROR: ASN certificate key usage violation

Description

The IIOP Server Listener/Handler encountered an ASN SSL certificate in which the SSL certificate violated the ASN usage limits.

Action

Contact your certificate authority or BEA Customer Support.


1578


ERROR: ASN certificate unrecognized critical extension

Description

The IIOP Server Listener/Handler encountered an ASN SSL certificate in which the SSL certificate an unrecognized critical extension.

Action

Contact your certificate authority or BEA Customer Support.


1579


ERROR: ASN certificate basic constraints missing

Description

The IIOP Server Listener/Handler encountered an ASN SSL certificate in which the SSL certificate was missing basic constraints.

Action

Contact your certificate authority or BEA Customer Support.


1580


ERROR: SSL error val

Description

The IIOP Server Listener/Handler encountered an ASN SSL certificate for which SSL reports the error 'val'.

Action

Contact your certificate authority or BEA Customer Support.


1581


ERROR: SSL bad key type

Description

The IIOP Server Listener/Handler encountered a bad SSL key type.

Action

Contact your certificate authority or BEA Customer Support.


1582


ERROR: SSL bad key agreement algorithm

Description

The IIOP Server Listener/Handler encountered an internal error processing SSL keys.

Action

Contact your certificate authority or BEA Customer Support.


1583


ERROR: SSL bad public key type

Description

The IIOP Server Listener/Handler encountered a public SSL key that is the incorrect type.

Action

Contact your certificate authority or BEA Customer Support.


1584


ERROR: Could not init client context for SSL client

Description

The IIOP Server Listener/Handler could not initialize a client context while validating the peer certificate during cipher renegotiation.

Action

Contact BEA Customer Support.


1585


ERROR: Received unexpected GIOP message type (val)

Description

The IIOP Server Listener/Handler received a GIOP message with an unknown or unexpected message type. This probably indicates that the client application is not GIOP 1.0 compliant. The IIOP Server Listener/Handler returns a GIOP error message to the client application.

Action

Make sure that the client is GIOP 1.0 compliant.


1586


ERROR: Received unexpected GIOP message type (val)

Description

The IIOP Server Listener/Handler received a GIOP message with an unknown or unexpected message type. This probably indicates that the client application is not GIOP 1.0 compliant. The IIOP Server Listener/Handler returns a GIOP error message to the client application.

Action

Make sure that the client is GIOP 1.0 compliant.


1587


ERROR: Received unexpected GIOP message type (val)

Description

The IIOP Server Listener/Handler received a GIOP message that contains an unexpected type of message.

Action

Verify the GIOP protocol version being used by the client and the server.


1588


ERROR: Cannot decode request header

Description

The IIOP Server Listener/Handler received a GIOP request message that could not be decoded. This probably indicates that the client application is not GIOP 1.0 compliant. The IIOP Server Listener/Handler returns a GIOP error message to the client application.

Action

Verify the GIOP protocol version being used by the client application.


1589


ERROR: Cannot decode reply message header

Description

The IIOP Server Listener/Handler failed to decode the header of a TGIOP message received from an WLE server.

Action

Contact BEA Customer Support.


1590


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.


1591


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.


1592


ERROR: Cannot decode fragment header

Description

The IIOP Server Listener/Handler failed to decode the header of a TGIOP message received from a WLE server.

Action

Contact BEA Customer Support.


1593


ERROR: Cannot decode reply message header

Description

The IIOP Server Listener/Handler failed to decode the header of a TGIOP message received from a WLE server.

Action

Contact BEA Customer Support.


1594


ERROR: Cannot decode reply message header

Description

The IIOP Server Listener/Handler failed to decode the header of a TGIOP message received from a WLE server.

Action

Contact BEA Customer Support.


1595


ERROR: Cannot decode locate reply header

Description

The IIOP Server Listener/Handler failed to decode the header of a TGIOP locate reply message received from a WLE server.

Action

Contact BEA Customer Support.


1596


ERROR: Cannot decode locate reply header

Description

The IIOP Server Listener/Handler failed to decode the header of a TGIOP locate reply message received from a WLE server.

Action

Contact BEA Customer Support.


1597


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.


1598


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.


1599


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.