1100
ERROR: Unable to obtain transaction entry from shared memory (sndcommit)
Description
The transaction entry is not found in the domain's shared memory table when trying to send the second phase of commitment. This could be caused by an abort having been previously sent or received while the commit was waiting to be processed by the gateway.
Action
Contact your BEA TUXEDO system Technical Support.
1101
ERROR: Unable to create action to commit branch
An attempt to create an action to send the second phase of commitment to a branch failed.
1103
ERROR: Unable to obtain transaction entry from shared memory (done)
The transaction entry is not found in the domain's shared memory table when trying to send the second phase of commitment. This could be caused by an abort having been previously sent or received while the done was waiting to be processed by the gateway.
1104
ERROR: Unable to determine locality of transaction
The check to determine if the local domain is the root of the transaction failed. See surrounding messages for more information.
1105
ERROR: Unable to obtain remote domainid entry from shared memory
During processing of commitment protocol, shared memory information for the specified remote domain is not available to get needed information. An update to the configuration (DM_TDOMAINS section) may have removed the domain information.
DM_TDOMAIN
1106
ERROR: Unable to obtain remote domain entry from shared memory
During processing of commitment protocol, shared memory information for the specified remote domain is not available to get needed information. An update to the configuration (DM_REMOTE_DOMAINS section) may have removed the domain information.
DM_REMOTE_DOMAINS
Check the configuration for proper listing of the specified remote domain. Retry the request after all configuration information has been updated.
1107
The transaction entry is not found in the domain's shared memory table when trying to send commitment rollback. This could be caused by an abort having been previously sent or received while the rollback was waiting to be processed by the gateway.
1108
ERROR: Unable to create action to rollback branch
An attempt to create an action to send commitment rollback to a branch failed.
1109
ERROR: Unable to obtain transaction entry from shared memory (sndfailure)
The transaction entry is not found in the domain's shared memory table when trying to send a failure reply/rollback. This could be caused by an abort having been previously sent or received while the failure was waiting to be processed by the gateway.
1110
ERROR: Unable to change nwstate in shared memory (sndfailure)
A failure occurred in an attempt to mark the domain's shared memory record of the transaction that a failure has been sent on the transaction.
1111
ERROR: Unable to create action to send rollback
1112
ERROR: Unable to set remote domain branch state in shared memory
A failure occurred in an attempt to mark the domain's shared memory record of the transaction that the remote domain is in a new state of commitment.
1113
ERROR: Unable to obtain transaction entry from shared memory (prepare)
The transaction entry is not found in the domain's shared memory table when trying to process the receipt of the first phase of commitment. This could be caused by an abort having been previously sent or received while the prepare was waiting to be processed by the gateway.
1115
1116
1118
ERROR: System state error
An internal error occurred in processing the receipt of commitment protocol.
1119
WARN: connections structure initialization failure
An error occurred during initialization of network connection structure. See surrounding messages for more information.
1120
ERROR: Memory allocation error
An attempt to dynamically allocate memory from the operating system using malloc failed while attempting to allocate space for data structures for network information.
malloc
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.
1121
An attempt to dynamically allocate memory from the operating system using malloc failed while attempting to allocate space for data structures for file descriptor information, network data information, or context information.
1122
ERROR: Unable to allocate free fd structure
An attempt to dynamically allocate memory from the operating system using malloc failed while attempting to allocate space for data structures for file descriptor information.
1123
ERROR: Unable to obtain local tdomain address from shmem
Shared memory information for the local domain is not available to get local device for listening endpoint. Severe shared memory error.
See Also
dmconfig(5)
dmconfig
1124
ERROR: Unable to open listening endpoint
The opening of the device specified in the "TDOM" section of the DMCONFIG for the local domain was not successful.
TDOM
DMCONFIG
Check the "NWDEVICE" value for the local domain as specified in the DM_TDOMAIN section of the DMCONFIG file. See the specified network error for more information, such as the permissions being incorrect on the device or the network not being up.
NWDEVICE
1126
ERROR: Unable to obtain local domain info from shmem
Shared memory information for the local domain is not available. Severe shared memory error.
1127
An attempt to dynamically allocate memory from the operating system using tpalloc(3c) failed while attempting to allocate space for decoding of received data.
tpalloc
tpalloc(3c)
1128
WARN: Connection accepted from domain (domainid=<domainid>)
The specified remote domain has made a network connection to the gateway. Security measures, if configured, have not yet been applied.
No action required.
1129
WARN: Connection established with domain (domainid=<domainid>)
The gateway has made a network connection to the specified remote domain. Security measures, if configured, have not yet been applied.
1130
WARN: Disconnected from domain (domainid=<domainid>)
The network connection to the specified remote domain has been terminated. See surrounding messages for more information.
1131
ERROR: DOMAIN gateway could not close a NW connection
The attempt to close a network connection to a remote domain failed during shutdown processing.
tmshutdown(1)
tmshutdown
1132
ERROR: Memory allocation failure for post receive
An attempt to dynamically reallocate memory from the operating system using tprealloc failed while attempting to allocate more space for the processing required for buffer.
tprealloc
buffer
tprealloc(3c), buffer(3c)
1133
ERROR: Post receive operation on message failed
The call to the buffer routine to process the buffer after decoding received data has failed. The routine is as defined in the typeswitch which can be defined by the specific BEA TUXEDO application.
buffer(3c)
1134
1135
The call to the buffer(3c) _tmpostrecv() routine to process the buffer of received data has failed. The routine is as defined in the typeswitch which can be defined by the specific BEA TUXEDO application.
_tmpostrecv()
1136
ERROR: Network initialization failure
An error occurred while initializing the network provider.
Make sure that your network stack is correctly installed and configured. Use network administration tools to determine the cause of the initialization problem.