![]() |
![]() |
|
|
1000 |
ERROR: Message dropped by gw_msg_recv(). Error = error_code | |
|
Description |
The Domains gateway process received an input message that it was unable to process. The error_code reported is for use by your BEA TUXEDO system Technical Support. |
Action |
The userlog will normally contain another related userlog message explaining the cause of the error in more detail. If no other message is present, contact your BEA TUXEDO system Technical Support. | |
1008 |
ERROR: shmat() system call failure: errno = errno | |
|
Description |
One of the Domains system-supplied processes was unable to attach to a shared memory segment. The value of errno returned from the UNIX |
Action |
If the value of errno indicates that the shared memory segment in question does not exist, it will be necessary to shut down the gateway group and reboot it. | |
1009 |
ERROR: Memory allocation failure, size size | |
|
Description |
An attempt to dynamically allocate memory from the operating system using |
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. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. | |
1010 |
ERROR: Reached UNIX limit on semaphore ids | |
|
Description |
The |
Action |
Use the | |
See Also |
| |
1011 |
ERROR: Can't create enough semaphores for GW | |
|
Description |
When a Domains gateway group initializes, it creates one or more sets of semaphores for serializing access to the Domains shared memory. The number of semaphores created per gateway group is equal to the number of server processes configured for that gateway group, plus 1. This message is printed when the Domains gateway group cannot create as many semaphores as it needs. |
Action |
Since the core BEA TUXEDO system normally makes use of many more semaphores than the Domains add-on, attempts to reduce semaphore usage should focus on core BEA TUXEDO. If possible, decrease the value of | |
See Also |
BEA TUXEDO Installation Guide, | |
1012 |
ERROR: Reached UNIX limit on semaphore ids | |
|
Description |
See message 1010. |
Action |
See message 1010. | |
1013 |
ERROR: Can't create enough semaphores for GW | |
|
Description |
See message 1011. |
Action |
See message 1011. | |
1014 |
ERROR: semctl for initializing sems failed, errno=errno_value | |
|
Description |
Once the |
Action |
Contact your BEA TUXEDO system Technical Support. | |
See Also |
| |
1015 |
ERROR: semctl for initializing sems failed, errno=errno_value | |
|
Description |
Once the |
Action |
Contact your BEA TUXEDO system Technical Support. | |
See Also |
| |
1019 |
ERROR: Gateway internal data structures not set | |
|
Description |
While attempting to lock shared memory, a Domains system server noticed that a pointer which should always point to information about the Domains process was set to NULL. This is an internal problem. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1020 |
ERROR: Can't lock gateway shared memory | |
|
Description |
A process was unable to lock the shared memory data structures. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1021 |
ERROR: Can't unlock gateway shared memory | |
|
Description |
The process was unable to successfully unlock the shared memory data structures. As a result of this problem, other processes will be unable to lock the shared memory data structures. The most common cause of this error is the accidental removal of some or all of the semaphore sets. |
Action |
Ask the privileged users on your system (normally the BEA TUXEDO administrator and root) whether they may have accidentally removed some IPC resource, perhaps through inadvertent use of the UNIX System | |
1022 |
ERROR: Can't unlock gateway shared memory, not the locker | |
|
Description |
The process attempted to unlock the shared memory data structures, but it was not the locker of these structures. Because of this, no change was made to the status of the shared memory data structures. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1024 |
ERROR: Wakeup failure for sem semno, errno errno_val | |
|
Description |
A |
Action |
Refer to the UNIX System | |
See Also |
| |
1025 |
ERROR: Awaitwkup failure for sem semno, errno errno_val | |
|
Description |
A |
Action |
Refer to the UNIX System | |
See Also |
| |
1026 |
WARN: GWDBG contains non-numeric characters in first number | |
|
Description |
The format of the number If number is specified, debugging messages with levels less than or equal to number will be printed. If number1 and number2 are specified, debugging messages with levels between number1 and number2, inclusive, will be printed. If a regular expression is appended to the numeric part of the argument, only those messages matching that regular expression will be printed. |
Action |
Make sure the format of the | |
1027 |
WARN: GWDBG contains non-numeric characters in 2nd part of range | |
|
Description |
The format of the GWDBG variable is invalid. The allowable formats for GWDBG are: number If |
Action |
Make sure the format of the GWDBG variable is valid. GWDBG may be incorrectly set and exported in the environment. It may also be incorrectly set in an environment file using the ENVFILE parameter in the MACHINES or SERVERS section of the UBBCONFIG file. | |
See Also |
| |
1028 |
WARN: GWDBG regular expression invalid. Ignoring regular expression. | |
|
Description |
The format of the numbernumber:regular_expressionnumber1-number2number1-number2:regular_expression If |
Action |
Make sure the format of the | |
See Also |
| |
1029 |
ERROR: Service request not forwarded to remote site:"error_string" gwerrno(val) | |
|
Description |
The Domains gateway server attempted to execute a service request received from another Domains gateway. However, the invocation of |
Action |
Look at the specific error string reported by | |
See Also |
| |
1030 |
ERROR: Reply message not sent due to gateway error error_code | |
|
Description |
A Domains gateway server was unable to send a reply message to a BEA TUXEDO process. In many cases, another related userlog message will give further details as to the cause of the error. The error_code may help support personnel further distinguish the cause of the error. |
Action |
Look for another related userlog message explaining the cause of the error in greater detail. If no other message is present, contact your BEA TUXEDO system Technical Support. | |
1031 |
ERROR: Domain administrative service GWA not advertised | |
|
Description |
When a Domains gateway server is booted, it checks to see if an instance of the |
Action |
Make certain that the | |
See Also |
| |
1032 |
ERROR: Failed to update own server table entry with /T error (error_string) | |
|
Description |
A Domains process failed in an attempt to update its own server table entry in the Bulletin Board. |
Action |
Check that the shared memory segment that contains the Bulletin Board has not been removed. If it has, then the application will need to be rebooted. Otherwise, this error indicates an internal error. In this case, contact your BEA TUXEDO system Technical Support. | |
See Also |
| |
1033 |
ERROR: Cannot allocate memory to retrieve service table entries | |
|
Description |
An attempt to dynamically allocate memory from the operating system using |
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. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. | |
1035 |
ERROR: Cannot retrieve GWADM server table entry due to /T error (error_string) | |
|
Description |
A Domains gateway server or a restarting |
Action |
If this message is reported by a Domains gateway process, make certain that the | |
1036 |
ERROR: Can't locate free block in domain log | |
|
Description |
The Domains software was unable to locate a suitably large block of space in the Domains log to log a particular transaction. This will result in the transaction being unable to commit. |
Action |
If any records for heuristically completed transactions exist in the Domains log, these records will remain until explicitly removed by an administrator. The dmadmin printtrans and forgettrans commands can be used to remove any heuristic log records that are no longer required. Also, consider increasing the size of the Domains transaction log file. This can be done when the Domains gateway group is next taken down for maintenance using the dmadmin dsdmlog command and either the dmadmin config command or the dmloadcf command. | |
See Also |
| |
1037 |
ERROR: gwlog_eot(): wrong page numbers start_page/end_page | |
|
Description |
An internal request to free certain page(s) in the Domains log requested the freeing of a page range where the start page was greater than the end page, the start page was negative, or the end page reached beyond the end of the log. This indicates a problem with the Domains internal data structures. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1038 |
INFO: Domain log page pageno skipped, chksum didn't match | |
|
Description |
While reading in the Domains log to perform warmstart, a record was detected with a valid magic value but an invalid checksum. This can happen if there was a system crash after a part of the log record had been written to disk. This log record will not be considered when forming the list of transactions to be recommitted by warmstart. Domains will maintain transaction integrity by rolling the transaction back. |
Action |
No action required. | |
1039 |
ERROR: Domain log not in an understandable format. Different release. | |
|
Description |
While reading in the Domains log as part of warmstart, the Domains software detected a record whose format indicates that it comes from a different major release of Domains whose format is not known to this release. The record cannot be processed. |
Action |
If there is more than one release of the BEA TUXEDO system available on this machine, make sure that you are running the proper release. Also, refer to the installation notes for this release of Domains to determine the proper steps to follow when upgrading from a previous release. | |
1040 |
ERROR: System clock has been reset to prior time. Reset again to time after time. | |
|
Description |
The system clock has been reset such that the current time precedes the timestamps in the Domains transaction log. Since this could cause inconsistencies when previous transactions are warmstarted, the boot of the Domains gateway group is not allowed. |
Action |
Reset the system clock to the correct time, and retry the operation again. | |
1041 |
ERROR: Can't get domain log information for warmstart | |
|
Description |
A Domains system processes was unable to obtain basic information about its local domain that is needed to properly warmstart the Domains gateway group. For this reason, the boot of the Domains gateway group will fail. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1042 |
ERROR: Can't open domain log | |
|
Description |
The process was unable to open the Domains transaction log device. Another userlog message will normally provide further details as to the cause of the error. |
Action |
Make certain that the device listed in the | |
See Also |
| |
1046 |
ERROR: Can't release domain shared memory lock | |
|
Description |
The Domains gateway process is unable to release a lock on the Domains shared data structures. As a result, other processes within the Domains gateway group will be unable to access the Domains shared data structures. |
Action |
Shut down the Domains gateway group and then restart it. Contact your BEA TUXEDO system Technical Support. | |
1047 |
ERROR: Found invalid TMS event 0xevent_number | |
|
Description |
A common function within the Domains gateway that is used to send several different types of events to other TMS processes was invoked with an event that it does not know about. This is an internal error. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1048 |
ERROR: Cannot send to service "TMS" due to error "error_string" | |
|
Description |
The Domains gateway was managing a transaction and had attempted to send a message to a TMS service via a |
Action |
A possible cause for this error may be that the TMS process has terminated for some reason. Please check and ensure that all TMS processes are running. If further assistance is needed, contact the BEA TUXEDO system Administrator. | |
1049 |
ERROR: TMS_ABORTONLY transaction state state | |
|
Description |
The Domains gateway process was rolling back a transaction. The transaction state was not as expected. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1050 |
ERROR: TMS_MANAGE found transaction state stateval | |
|
Description |
While attempting to send a first phase commit request to other participating groups in a transaction, the Domains gateway process found a transaction state it did not expect. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1051 |
ERROR: TMS_MANAGE found transaction state stateval | |
|
Description |
While attempting to send a second phase commit message to other participating groups in a transaction, the Domains gateway process found a transaction state it did not expect. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1052 |
ERROR: TMS_MANAGE found transaction state stateval | |
|
Description |
While attempting to send an abort message to other participating groups in a transaction, the Domains gateway process found a transaction state it did not expect. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1053 |
ERROR: TMS_TIMEOUT state state | |
|
Description |
While attempting to process a request to time out a transaction received from the BEA TUXEDO BBL, the Domains gateway process found an unexpected transaction state. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1054 |
ERROR: Received TMS_ABORT for TMGDECIDED transaction | |
|
Description |
The Domains gateway received a rollback request for a transaction. However, the Bulletin Board data structures indicate that the transaction is in a state that can only occur if the decision was to commit the transaction. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1055 |
ERROR: Group group at coordinator site received TMS_ABORT in state TMGREADY | |
|
Description |
The Domains gateway, acting as coordinator of a BEA TUXEDO transaction, received a request to rollback a transaction that is already in "ready" state. Since only the coordinator itself can make the decision to abort such a transaction, this is an internal error. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1056 |
WARN: TMS_ABORT changing group group from TMGHCOMMIT to TMGABORTED | |
|
Description |
An administrator had made a previous decision to heuristically commit a transaction at this group. Subsequently, it was learned that the coordinator had decided to abort the transaction. This message logs the inconsistency. |
Action |
No action is required. However, the administrator may want to take application-specific steps to manually remedy any inconsistency caused by the incorrect heuristic decision. | |
1057 |
ERROR: tms_abort group group in state state | |
|
Description |
While rolling back a transaction, the Domains gateway found the transaction state of group group to not be one of the expected states for a transaction being rolled back. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1058 |
WARN: aborttrans all aborted transaction | |
|
Description |
The Domains gateway received a request to heuristically rollback a global transaction. This request was generated via the |
Action |
No action required. | |
1059 |
WARN: committrans committed group group | |
|
Description |
This message informs that a transaction has been heuristically committed at this group as a result of a |
Action |
No action required. | |
1060 |
ERROR: Can't get domain shared memory lock | |
|
Description |
While attempting to place a transaction on the list of items to be logged, the Domains gateway was unable to log the Domains shared memory data structures. As a result, the transaction cannot be logged at this time. This will result in the transaction being aborted or remaining in an indeterminate state. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1061 |
ERROR: Failed to set non-blocking priority for TMS request | |
|
Description |
While attempting to send a TMS message, a Domains gateway process was unable to increase the priority of a non-blocking request. By itself, this failure will not result in any incorrect operation other than a possible minor performance degradation. However, it may be symptomatic of problems elsewhere in the system, since this call should not normally fail. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1062 |
ERROR: TMS_COMMIT found transaction state state | |
|
Description |
While attempting to process a transaction commit request, the Domains gateway found an unexpected transaction state in the BEA TUXEDO transaction table. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1063 |
ERROR: Cannot start AUTOTRAN transaction due to error "error_string" | |
|
Description |
The domain gateway attempted to initiate a transaction because of the |
Action |
Look at the list of tperrno values on the | |
See Also |
| |
1066 |
ERROR: gw_tms_status found transaction state tran_state | |
|
Description |
While processing a transaction status message received from a TMS process or from the BBL, the Domains gateway process detected that the transaction was in an unexpected state. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1067 |
ERROR: Cannot find transaction for action action_name | |
|
Description |
The Domains gateway generated an action to send a transaction-related message to a TMS process. However, the transaction specified by the action was not found in the system at the time when the action was executed. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1068 |
WARN: Cannot free unrecognized internal buffer at address 0xaddress | |
|
Description |
A Domains gateway process attempted to free what it thought was a BEA TUXEDO system buffer. However, the buffer did not have the proper BEA TUXEDO magic value or was a NULL pointer, so it was not freed. |
Action |
Since the bad buffer was not freed, no action is required. However, you may want to contact your BEA TUXEDO system Technical Support to report that this has occurred. | |
1069 |
ERROR: Memory allocation failure | |
|
Description |
An attempt to dynamically allocate memory from the operating system using |
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. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. | |
1070 |
ERROR: Memory allocation failure | |
|
Description |
An attempt to dynamically allocate memory from the operating system using |
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. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. | |
1071 |
ERROR: gw_tms_ready for missing group group | |
|
Description |
While committing a transaction, the Domains gateway received a ready indication for a group that is not part of the transaction. The transaction will be marked as abort-only. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1072 |
ERROR: gw_tms_ready group group state state | |
|
Description |
While committing a transaction, the Domains gateway found that one of the groups for the transaction is in an unexpected state. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1073 |
ERROR: gw_tms_ready found transaction state state | |
|
Description |
While attempting to commit a transaction, the Domains gateway found an unexpected transaction state. Because of this, the transaction is being marked abort-only. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1074 |
ERROR: Service request found state state for group group | |
|
Description |
A Domains gateway process received a service request in transaction mode, but the state of the Domains gateway group was neither active nor aborted. Due to this unexpected state, the service request is not allowed. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1075 |
ERROR: TMS_DONE transaction state state | |
|
Description |
The Domains gateway was finishing the final phase of transaction commit, and found that the transaction state was not as expected. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1076 |
WARN: aborttrans aborted transaction | |
|
Description |
The Domains gateway received a request to heuristically rollback a group of a global transaction. This request was generated via the |
Action |
No action required. | |
1077 |
WARN: aborttrans not allowed for TMGDECIDED transaction | |
|
Description |
The Domains gateway received a request to heuristically rollback a transaction that is already in decided state. This is not allowed, since the decision has already been made that such a transaction is to be committed. The request was generated via the tmadmin aborttrans command. |
Action |
No action required. | |
1078 |
WARN: aborttrans not allowed for TMGREADY transaction at coordinator site | |
|
Description |
The Domains gateway received a request to heuristically rollback a transaction. This Domains group is the coordinator of the transaction, and all groups have reported that they are ready. At this point, the transaction may be waiting for its request to write commit in the transaction log to be completed. For this reason, the request to heuristically rollback the transaction is not allowed, and will be ignored. The request was generated by the tmadmin aborttrans command. |
Action |
No action required. | |
1079 |
WARN: aborttrans aborted group group_name | |
|
Description |
This message informs that a transaction has been heuristically committed at group group_name as a result of a tmadmin committrans command. |
Action |
No action required. | |
1080 |
ERROR: Conversational request not forwarded to remote site - tperrno_string | |
|
Description |
A |
Action |
Refer to the manual pages for | |
See Also |
| |
1081 |
ERROR: Conversation error TPEEVENT but event flag not set | |
|
Description |
A Domains gateway process received a conversational message from another BEA TUXEDO process. The message header contained a tperrno value of TPEEVENT, but the message header did not contain any event. This does not conform to the expected protocol. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1082 |
ERROR: Bad conversation event: number | |
|
Description |
A Domains gateway process received a conversational message from another BEA TUXEDO process. The tperrno value in the message was set to |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1083 |
ERROR: Conversational connect not forwarded to remote site - tperrno_string | |
|
Description |
A |
Action |
Refer to the manual page for | |
See Also |
| |
1084 |
ERROR: Failed to create connection | |
|
Description |
This error occurs when a Domains gateway process executes |
Action |
Increase the number of connection table entries in the Bulletin Board by increasing the MAXCONV parameter in the UBBCONFIG file. | |
See Also |
| |
1085 |
ERROR: Failed to get acknowledgement message for connection - tperrno_string | |
|
Description |
This error could occur when a conversational client or server on another domain issues a tpconnect(3c) with |
Action |
Look at the | |
See Also |
| |
1086 |
INFO: Transaction marked abort-only upon gateway restart | |
|
Description |
A Domains gateway process died and was restarted by the BEA TUXEDO system. As a result, transactions that the dead gateway was involved in that had not yet entered the commit phase were marked as abort-only. The transaction indicated in this message had an active action associated with it in the dead gateway, and was marked abort-only. |
Action |
No action required. | |
1087 |
INFO: Warmstart processing transaction as coordinating domain | |
|
Description |
A Domains gateway group was previously shut down while transactions were active, or the group previously was terminated abnormally (that is, by a machine crash) regardless of whether transactions were active. Upon restart, the Domains gateway has examined its log and found that this transaction may need to be pushed through to commit. This domain gateway group is the root of the transaction tree. Domains will take care of recommitting the transaction; no administrator action is required. |
Action |
No action required. | |
1088 |
INFO: Warmstart processing transaction as subordinate to domain domain_name | |
|
Description |
A Domains gateway group was previously shut down while transactions were active, or the group previously was terminated abnormally (that is, by a machine crash) regardless of whether transactions were active. Upon restart, the Domains gateway has examined its log and found that the commitment or rollback actions for this transaction may not have been completed. This domain gateway group is a subordinate of domain domain_name in the transaction tree. Domains will contact the transaction coordinator and will take care of committing or rolling back the transaction; no administrator action is required. |
Action |
No action required. | |
1089 |
INFO: Warmstart processing transaction as subordinate to group group_name | |
|
Description |
A Domains gateway group was previously shut down while transactions were active, or the group previously was terminated abnormally (that is, by a machine crash) regardless of whether transactions were active. Upon restart, the Domains gateway has examined its log and found that the commitment or rollback actions for this transaction may not have been completed. This domain gateway group is a subordinate of local group group_name in the transaction tree. Domains will contact the transaction coordinator and will take care of committing or rolling back the transaction; no administrator action is required. |
Action |
No action required. | |
1090 |
ERROR: Memory allocation failure, size size | |
|
Description |
An attempt to dynamically allocate memory from the operating system using |
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. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. | |
1091 |
ERROR: Recovery cannot retrieve record for domain domain_name | |
|
Description |
The Domains gateway was reading its transaction log upon startup and identified the transaction mentioned in this userlog record as potentially requiring recovery actions. The transaction log stated that domain domain_name was a participant in this transaction, but information about this domain could not be found in shared memory. This message can occur in a development environment if the BEA TUXEDO system Administrator loads a Domains configuration file for a new application in place of an old configuration file, the new and old configuration files share the same |
Action |
If the BEA TUXEDO system Administrator has recently loaded a new Domains configuration file as described above, then the BEA TUXEDO system Administrator may either reload the old configuration file, reboot the old application, and shut down the old application (if transactional integrity of the old application is important), or may use the | |
See Also |
| |
1092 |
ERROR: Recovery cannot retrieve record for domain domain_name | |
|
Description |
The Domains gateway was reading its transaction log upon startup and identified the transaction mentioned in this userlog record as potentially requiring recovery actions. The transaction log stated that domain domain_name was a participant in this transaction, but information about this domain could not be found in shared memory. This message can occur in a development environment if the BEA TUXEDO system Administrator loads a Domains configuration file for a new application in place of an old configuration file, the new and old configuration files share the same |
Action |
If the BEA TUXEDO system Administrator has recently loaded a new Domains configuration file as described above, then the BEA TUXEDO system Administrator may either reload the old configuration file, reboot the old application, and shut down the old application (if transactional integrity of the old application is important), or may use the | |
See Also |
| |
1093 |
ERROR: Recovery cannot set branch state for domain domain_name | |
|
Description |
The Domains gateway was recovering a transaction from its log and was able to restore the transaction to shared memory, but then was unable to set the transaction state in shared memory. |
Action |
Contact your BEA TUXEDO system Technical Support. | |
1094 |
ERROR: DMCONFIG DMTLOGSIZE, num_pages, differs from size of existing log, num_pages | |
|
Description |
The Domains gateway was opening its transaction log to perform recovery and found that the size of the log as listed in the dmconfig file did not match the actual size of the log. |
Action |
If there could still be any outstanding transactions requiring recovery, restore the Domains configuration to its previous size and reload it using | |
See Also |
| |
1095 |
WARN: Cannot initialize network recovery and/or listening points | |
|
Description |
While booting, a Domains gateway process was unable to complete network initialization operations. |
Action |
The specific actions taken upon network startup are dependent upon the network instantiation. Make sure that the network parameters specified in the Domains configuration file are valid. In many cases, the network instantiation will print a preceding userlog message giving more information as to the cause of the problem. | |
1098 |
ERROR: [Service receive: cannot send meta-msg reply] | |
|
Description |
While attempting to advertise a service, the Domains gateway was unable to send a reply message to the process which requested that the service be advertised. |
Action |
Look in the userlog for a preceding message explaining why the reply message could not be sent (for example, an operating system resource error). If no such message is present, contact your BEA TUXEDO system Technical Support. | |
1099 |
ERROR: Unable to advertise initial services - error_string | |
|
Description |
When booting, the Domains gateway was unable to advertise its initial services. A string indicating the value of tperrno will be printed as part of the message. The gateway will exit as a result of this error. |
Action |
The proper action to take will depend upon the value of tperrno. If tperrno is set to | |
See Also |
|
|
Copyright © 2000 BEA Systems, Inc. All rights reserved.
|