1569
ERROR: Unable to decompress message due to memory allocation failure, size number
Description
An attempt to dynamically allocate memory from the operating system using malloc() or realloc() failed while attempting to decompress a system message.
malloc()
realloc()
Action
Ensure that 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. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.
1570
ERROR: Failed to decompress system message
Decompression of a system message failed.
Turn off data compression for the application through the variable TMCMPLIMIT in the ENVFILE, and report the failure to your BEA TUXEDO system Technical Support.
TMCMPLIMIT
ENVFILE
1573
ERROR: Illegal arguments for send to TAGENT on machine
When sending a message to a remote tagent, invalid arguments were passed to the internal function.
tagent
Contact your BEA TUXEDO system Technical Support.
1574
ERROR: Memory allocation error for TAGENT on machine
While sending a message to a remote tagent (on machine) an attempt dynamically to allocate memory using malloc() failed.
See Also
malloc(3) in UNIX reference manuals
malloc
1575
While sending a message to a remote tagent (on machine), an attempt dynamically to allocate memory using malloc() failed.
1576
ERROR: No NLS available for remote machine machine
When sending a message to a remote tagent, the program was unable to contact the tlisten process on the remote machine.
tlisten
Start the tlisten process on the remote machine using the proper NLSADDR value that was specified in the TUXCONFIG file. Check that the networking is available from the local to remote machine.
NLSADDR
TUXCONFIG
tlisten(1)
1577
ERROR: Could not open device device_name for contacting NLS on machine
When sending a message to a tagent on a remote machine, the connection failed because the program could not open the specified device, device_name. The device name is taken from the BRIDGE parameter in the TUXCONFIG file for the local machine.
BRIDGE
Check that the correct BRIDGE value is specified for the network device for connections between the local machine and the remote machine. Also check that the operating system parameters are set correctly for networking.
1578
ERROR: Could not contact NLS on machine
Start the tlisten process on the remote machine using the proper NLSADDR value that was specified in the TUXCONFIG file. Check that the networking is available from the local machine to the remote machine.
1579
ERROR: Network error contacting NLS on machine
When sending a message to a remote tagent, the program was unable to contact the tlisten process on the remote machine because of a networking error.
Check that the networking is available from the local machine to the remote machine.
1580
ERROR: NLS request message for machine not interpretable
When sending a message to a tagent on a remote machine, the program was unable to interpret the message.
1581
ERROR: NLS request service code code_val unknown on machine
When sending a message to a tagent on a remote machine, the requested NLS service was not recognized.
NLS
If the specified service is CHECKALIVE, then a later release is contacting an earlier release of the tlisten process and this message can be ignored. Otherwise, contact your BEA TUXEDO system Technical Support.
CHECKALIVE
1582
ERROR: Service code code_val currently disabled on machine
When sending a message to a tagent on a remote machine, the requested NLS service was available.
1583
ERROR: Unknown error during NLS request to machine
When sending a message to a tagent on a remote machine, an unknown error occurred. Normally, this indicates that the remote machine became unavailable after the initial connection (that is, the network or machine failed).
Correct the problem and execute the program again.
1584
1585
ERROR: Memory allocation error encoding request for TAGENT on machine
While encoding a message for a remote TAGENT on the specified machine, an attempt to dynamically allocate memory from the operating system using malloc() failed.
TAGENT
malloc(3) in a UNIX reference manual
1586
ERROR: Could not encode TAGENT msg for machine
While encoding a message for a remote TAGENT on the specified machine, the operation failed.
1587
1588
ERROR: Error sending to TAGENT on machine
When sending a message to a tagent on a remote machine, an error occurred. Normally, this indicates that the remote machine became unavailable after the initial connection (that is, the network or machine failed).
1590
ERROR: Unknown network error receiving reply from TAGENT on machine
When receiving a message to a tagent on a remote machine, an unknown network error occurred. Normally, this indicates that the remote machine became unavailable after the initial connection (that is, the network or machine failed).
1591
ERROR: Memory allocation error receiving reply from TAGENT on machine
While receiving a reply message from a remote TAGENT on the specified machine, an attempt to dynamically allocate memory from the operating system using malloc() failed.
malloc(3) in a UNIX system reference manual
1592
ERROR: Error decoding reply from TAGENT on machine
While decoding a message reply from a remote TAGENT on the specified machine, the operation failed.
1593
While decoding a message from a remote TAGENT on the specified machine, the operation failed.
1594
ERROR: Cannot find master without BB
An attempt was made to find the acting MASTER machine, that is, the machine where the DBBL is currently running, by a process that has not yet joined the application as a client or server.
MASTER
DBBL
1595
ERROR: Unable to register process - semctl failure; errno = err_number, key = ipc_key
While in the process of registering an entry in the Bulletin Board, a semaphore operation was required in order to set the process ID of the registering process in the semaphore. This semaphore operation, performed using semctl(2), failed.
semctl
1596
ERROR: Unable to get space for unregister request - errmsg
The BEA TUXEDO system application was unable to allocate space to create a message to unregister with the DBBL process. The nature of the failure is indicated by errmsg.
The tpalloc(3c) manual page lists the specific reasons why tpalloc may fail.
tpalloc
tpalloc(3c)
1597
ERROR: Unable to unregister - remote procedure call failure - can't send request - errmsg
The BEA TUXEDO system application was unable to unregister with the DBBL process because the remote procedure call to perform the unregister operation failed. The nature of the failure is indicated by errmsg.
Check the userlog for other messages indicating the reason for the failure. The DBBL will detect that the process has gone away and clean up the entry during a later sanity check.
1598
ERROR: Unable to register - another DBBL already exists on machine
The BEA TUXEDO system application was unable to unregister the DBBL process because another DBBL was found to have been booted already.
No action required.
1599
ERROR: Unable to register process - semctl err - errno = errno, key = ipc_key
While in the process of registering the DBBL process in the Bulletin Board, a semaphore operation was required in order to set the process ID of the DBBL in the semaphore. This semaphore operation, performed using semctl(2), failed.