[z/OS]

BBOT/WTRN

BBOT0002E: {0} IS NOT A VALID REPLY.
Explanation Reply to a previous message was not valid. The previous message is reissued.
Action Issue a valid reply to the reissued message.
BBOT0003W: The Transaction with URID {0} has timed out after processing for more than {1} seconds. The transaction will be rolled back. The transaction XID is {2}.
Explanation A global transaction in which OTS was involved has exceeded its maximum processing time. The transaction wasmarked for rollback only. Any further method dispatches in this transaction will cause a CORBA::TRANSACTION_ROLLEDBACK exception to be thrown.
Action Examine the application for a possible coding error. The transaction timeout value may have been explicitly set by the application to any value less than or equal to the value of the transaction_maximumTimeout environment variable. If a timeout was not explicitly set, it will default to the value in the transaction_defaultTimeout environment variable.
BBOT0004E: RRS SERVICE {0} FAILED WITH RETURN CODE={1}.
Explanation WebSphere Application Server for z/OS failed in the resource recovery service indicated and that service completed with a hexadecimal return code indicated.
Action See return codes for resource recovery services in the MVS Programming: Resource Recovery book for additional information.
BBOT0005I: UR {0} IS NOW IN THE {1} STATE WITH RRS
Explanation This message is issued after a UR goes in-Doubt with RRS. It is only issued after this debug aid has been explicitly enabled with a modify command
Action This is an internal programming error. For further information on resolving this error, please consult the IBM WebSphere Application Server for z/OS Support website at: http://www-3.ibm.com/software/webservers/appserv/zos_os390/support.html. This site provides searchable databases of technotes, solutions, and e-fixes. Information on contacting the WebSphere Support team is also provided.
BBOT0006I: The transaction with URID {0} and XID {1} has completed heuristically.
Explanation WebSphere Application Server for z/OS has detected that one or more resource managers involved in the global transaction, whose ID is displayed in the message, has indicated that some resources were assigned an outcome that was different than the overall outcome of the global transaction. For example, if the overall outcome of the transaction was commit, some of the resources that were involved in the transaction have been rolled back.
Action This message contains the transaction identifier for which the heuristic condition occurred. Review the RRS transaction logs via the ATRFPCMN dialog facility provided by zOS, to determine which resources are inconsistent, and follow the procedures for that particular resource manager to restore or correct the state of those resources.
BBOT0007I: The transaction with URID {0} and XID {1} may have completed heuristically.
Explanation WebSphere Application Server for z/OS has detected that one or more resource managers involved in the global transaction, whose ID is displayed in the message, may have assigned an outcome that was different than the overall outcome of the global transaction.
Action This message contains the transaction identifier for which the heuristic condition may have occurred. Review the RRS transaction logs via the ATRFPCMN dialog facility provided by zOS, to determine if any resources are inconsistent, and follow the procedures for that particular resource manager to restore or correct the state of those resources. In addition, because this condition may have occurred when transactional optimizations were used, RRS may be unaware of the transactional outcome, because of a delegation of commit responsibilites to the single resource manager. In this case, the outcome of the single resource manager is unknown and a hazard condition exists. To determine the outcome, follow documented procedures for the given resource manager to determine the outcome or to correct any resources involved in the global transaction as displayed in this message.
BBOT0008I: TRANSACTION SERVICE RESTART INITIATED ON SERVER {0}
Explanation The transaction services component has initiated transaction restart and recovery with RRS.
Action None.
BBOT0009I: TRANSACTION SERVICE RESTART UR STATUS COUNTS FOR SERVER {0}: IN-BACKOUT={1}, IN-DOUBT={2}, IN-COMMIT={3}
Explanation The transaction services component has received restart units of recovery from RRS. The counts indicate the number of units of work with states at a previous server termination such that some recovery action must be performed during this restart. The IN-BACKOUT count specifies the number that were in the process of backing out. These must undergo recovery to restore resources modified by them to their previous consistent state. The IN-DOUBT count specifies the number that were interrupted between phase 1 and phase 2 of the commit process. These must undergo recovery to ensure resources modified by them are unavailable until their indoubt status is resolved. The IN-COMMIT count specifies the number that had started but not completed phase 2 of the commit process. These must undergo recovery to complete the commit process.
Action None.
BBOT0010I: TRANSACTION SERVICE RESTART AND RECOVERY ON SERVER {0} IS COMPLETE
Explanation The transaction services restart process has completed. All units of recovery have been resolved.
Action None.
BBOT0011I: SERVER {0} IS COLD STARTING WITH RRS
Explanation During the RRS log name exchange process, RRS indicated that no previous log name was set. When restart is initiated, no incomplete RRS units of recovery will be returned.
Action None.
BBOT0012I: SERVER {0} IS WARM STARTING WITH RRS
Explanation During the RRS log name exchange process, RRS indicated that a log name was previouly set. When restart is initiated, some incomplete RRS units of recovery may be returned.
Action None.
BBOT0013I: TRANSACTION SERVICE RESTART AND RECOVERY ON SERVER {0} IS COMPLETE. THE SERVER IS STOPPING.
Explanation The transaction services restart process has completed. All units of recovery have been resolved.
Action None.
BBOT0014I: TRANSACTION SERVICE RECOVERY PROCESSING FOR RRS URID {0} IN SERVER {1} IS COMPLETE.
Explanation The transaction service restart processing for the given URID has completed.
Action None.
BBOT0015I: OTS UNABLE TO RESOLVE ALL INCOMPLETE TRANSACTIONS FOR SERVER {0}. REPLY CONTINUE OR TERMINATE.
Explanation The transaction service restart processing for the server running in restart and recovery mode was unable to resolve all incomplete transactions in the configured amount of time. This is generally due to a communications failure with a another server that was involved in the transaction. It is possible that unresolved transactions will prevent a successful restart with RRS on the server's configured system.
Action If the server should continue its attempts to resolve incomplete transactions for the duration specified by the transaction_recoveryTimeout environment variable, reply 'CONTINUE.' If the server should not continue its attempts to resolve incomplete transactions, a reply of 'TERMINATE' will stop the server. Information about the unresolved transactions can be found in the server's job output. This information can be used to resolve transactions using the RRS panels.
BBOT0016I: TRANSACTION SERVICE RESTART AND RECOVERY FOR SERVER {0} IS NOT COMPLETE. THE SERVER IS STOPPING DUE TO OPERATOR REPLY.
Explanation The transaction services restart processing has not completed within the configured time. The operator has indicated (by reply) that the server should no longer attempt recovery. Some units of recovery have not been completed and forgotten.
Action None.
BBOT0017I: TRANSACTION SERVICE RESTART AND RECOVERY FOR SERVER {0} IS CONTINUING DUE TO OPERATOR REPLY.
Explanation The transaction services restart processing has not completed within the configured time. The operator has indicated (by reply) that the server should continue to attempt transaction completion for an additional duration time specified by the transaction_recoveryTimeout environment variable.
Action None.
BBOT0018I: TRANSACTION SERVICE RESTART AND RECOVERY FOR SERVER {0} IS STILL PROCESSING {1} INCOMPLETE UNIT(S) OF RECOVERY.
Explanation The transaction services restart processing is still trying to resolve some incomplete restart units of recovery in restart and recovery mode. This message is issued at regular intervals to update the installation on the progress of the transaction recovery process.
Action None.
BBOT0023I: WEBSPHERE INITIALIZATION CAN NOT PROCEED UNTIL RRS IS AVAILABLE.
Explanation WebSphere Application Server for z/OS detected that RRS was not available. WebSphere requires RRS to be active and will not proceed with its initialization until RRS is available.
Action Start RRS. Once RRS has started, WebSphere Application Server for z/OS will continue with its initialization.
BBOT0024I: RRS HAS BECOME UNAVAILABLE. WEBSPHERE MUST BE RESTARTED.
Explanation WebSphere Application Server for z/OS was notified that RRS is no longer available on this system and has terminated processing. RRS and WebSphere must be restarted before new work will be accepted.
Action WebSphere must be restarted on the system where RRS became unavailable.
BBOT0025I: OTS HAS ENCOUNTERED A LOG DATA MISMATCH. REPLY CONTINUE IF THIS IS EXPECTED OR TERMINATE IF UNEXPECTED.
Explanation WebSphere Application Server for z/OS has recovery work to do, but the versions of the RRS log and XA partner log do not match. In order for recovery to complete successfully, both of these logs must be in sync. It is possible that one or both of these logs were deleted, or restored to a previous state that is not consistent. The RRS log is stored as a logstream defined at installation time. The XA partner log is defined through the admin console. It is also possible that the controler failed to initialize on the previous restart, which would not allow the XA partner log to sync up with the RRS logstream.
Action If the log data mismatch is expected, reply CONTINUE to the WTOR. If the mismatch is unexpected, reply CANCEL to terminate the controller and determine the cause of the mismatch. Note that by replying CONTINUE, recovery will complete but there is a chance that some resources will be left in an inconsistent state.
BBOT0026I: TRANSACTION SERVICE RESTART AND RECOVERY FOR SERVER {0} IS STILL PROCESSING AN UNKNOWN NUMBER OF XA TRANSACTIONS.
Explanation The transaction services restart processing is still trying to resolve some incomplete restart units of recovery in restart and recovery mode. This message is issued at regular intervals to update the installation on the progress of the transaction recovery process. Since each XA resource manager maintains its own logs, it is impossible to tell how many units of recovery need to be resolved until each resource manager is contacted.
Action None.
BBOT0027I: TRANSACTION SERVICE ON SERVER {0} IS WAITING FOR HA RECOVERY TO TERMINATE ON ANOTHER SERVER
Explanation Transactional recovery for this server is currently executing on a peer server using the HA recovery framework. This server must wait for the HA recovery process to terminate before it can take over the transactional logs for this server.
Action None. The peer server has been notified that it must terminate recovery.
BBOT0029I: TRANSACTION SERVICE RECOVERY FOR SERVER {0} ON HOST SERVER {1} IS CONTINUING DUE TO OPERATOR REPLY. CONFIGURED RECOVERY RETRY LIMIT: {2}.
Explanation The transaction services recovery processing has not completed within the configured amount of retries. The operator has indicated (by reply) that recovery process should continue to attempt transaction completion for an additional amount of times specified by the transaction_heuristicRetryLimit environment variable.
Action None.
BBOT0030I: TRANSACTION SERVICE RECOVERY FOR SERVER {0} ON HOST SERVER {1} IS TERMINATING DUE TO OPERATOR REPLY. CONFIGURED RECOVERY RETRY LIMIT: {2}.
Explanation The transaction services recovery processing has been terminated because the operator has indicated (by reply) that recovery process should stop. Some Units of Recovery have not been completed.
Action None
BBOT0034I: TRANSACTION SERVICE RECOVERY FOR SERVER {0} ON HOST {1} WAS TERMINATED BECAUSE RECOVERY IS ALREADY BEING PERFORMED ON ANOTHER SERVER.
Explanation The transaction services recovery processing was terminated because recovery for the failed server is already taking place on another server. The transaction service could not obtain the resources needed because they are being held by another server attempting perform recovery on the same failed server.
Action This is an internal programming error. For further information on resolving this error, please contact the WebSphere Support team.
BBOT0035I: TRANSACTION SERVICE RECOVERY FOR SERVER {0} ON HOST {1} WILL BE TERMINATED BECAUSE THE FAILED SERVER HAS BEEN RESTARTED.
Explanation The transaction services recovery processing will be terminated because server for which recovery is taking place has been restarted. If recovery was not completed on the peer server, it will continue during server restart.
Action None
BBOT0036E: A CORBA::NO_PERMISSION EXCEPTION WAS RAISED WHILE DRIVING {0} ON A BRANCH OF THE TRANSACTION DESCRIBED BY URID: {1} XID FORMATID {2} XID GTRID {3} XID BQUAL {4} WITH SERVER {5} ON HOST {6}:{7}. THE OPERATION WILL BE RETRIED.
Explanation The transaction service attempted to drive a transactional object residing on the server, host and port specified in the message. The security credentials supplied on the call were rejected by the remote server.
Action The security policy of the remote server may have changed since the transaction was started. If this is the case, update the security policy on the remote server temporarily to allow this transaction to complete. The operation will retry automatically.
WTRN0000E: An internal error occurred in method {0} in class {1}; the exception stack trace follows: {2}.
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WTRN0001E: An internal error occurred in method {0} in class {1};
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WTRN0002W: The transaction service was unable to find resource class {0}.
Explanation The transaction service was unable to find the given XA resource class.
Action Ensure that the associated XA resource provider is configured and restart the server. The resource can then be unconfigured and the server shutdown.
WTRN0003E: During recovery a required JAR file could not be found. The path use to locate it was {0}.
Explanation During recovery involving an embedded RAR a required JAR file could not be found. Without this JAR file transaction recovery cannot be completed.
Action None. This is an internal system error.
WTRN0004W: Unable to create XAResourceFactory. The XAResourceFactory class name was {0}. The exception stack trace follows: {1}
Explanation This failure indicates that during server recovery, the given factory for creating XAResource objects could not be found. This is an internal system error.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0005W: The XAResource for a transaction participant could not be recreated and transaction recovery may not be able to complete properly. The resource was {0}. The exception stack trace follows: {1}
Explanation This failure indicates that during server recovery an XAResource object could not be recreated by its corresponding factory.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0006W: Transaction {0} has timed out after {1} seconds.
Explanation The transaction service has timed out (rolled back) the given transaction.
Action To reduce future timeout occurrences, increase the transaction timeout values.
WTRN0007W: Transaction service unable to import transaction with null or invalid context.
Explanation A context was imported into the server with invalid or no transaction data so a transaction could not be initiated.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0008W: Transaction service unable to import nested transaction {0}
Explanation Importing of a nested transaction was attempted by a remote server. This is not supported.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0009E: No globalTID for coordinator resource.
Explanation No global transaction id was supplied in the imported transaction context.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0010E: Transaction rolledback due to exception on registering coordinator with superior {0}
Explanation A problem occurred importing a remote transaction into the server so the transaction was rolled back.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0011E: Unable to register transaction factory in JNDI namespace.
Explanation An unexpected error occurred during transaction service initialization.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0012E: Unexpected failure during transaction factory registration.
Explanation An unexpected error occurred during transaction service initialization.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0013W: No transaction log specified, logging in-memory
Explanation The transaction service is configured not to log to permanent storage. This may cause data integrity problems or locked resources (for example, database tables) if there are outstanding 2 phase commit transactions running when the server is terminated.
Action If transaction recovery is required, then reconfigure the Transaction Service to use logging and restart the server.
WTRN0014I: The transaction service detected an invalid log file configuration string. The transaction service will continue without recovery logging.
Explanation The transaction service log file configuration string specified in systems management is invalid. The format should be a fully qualified log file directory optionally followed a ';' and the log file size. The log file size should be followed by either 'M' or 'K' to indicate megabytes or kilobytes respectively. The default and minimum log file size is 1M.
Action Correct the transaction service log file configuration. Ensure that the server is restarted to enable transaction recovery logging.
WTRN0015E: Invalid transaction log file size specified: {0}. The transaction service will use default log file size of 1M.
Explanation The transaction service log file configuration string specified in systems management is invalid. The format should be a fully qualified log file directory optionally followed a ';' and the log file size. The log file size should be followed by either 'M' or 'K' to indicate megabytes or kilobytes respectively. The default and minimum log file size is 1M.
Action Correct the transaction service log file configuration.
WTRN0016E: Exception caught during transaction service recovery! {0}
Explanation An exception was caught whilst the transaction service was attempting to recover from a previous server failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0017W: Unable to begin a nested transaction. Nested transactions are not supported.
Explanation This error indicates an attempt to begin a nested transaction, but nested transactions are not supported.
Action Ensure that no attempt is made to begin a transaction when another transaction is already active on the thread of execution.
WTRN0018W: One-phase resource does not support commit
Explanation A resource that only supports one-phase optimized commit has been enlisted with the transaction service and called to process a standard two phase commit operation. This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0019E: The transaction service log file {0} has become corrupted.
Explanation The transaction service recovery log file has become corrupted and as a result server startup has failed.
Action To cold start the server, delete the transaction log files and restart the server. It will be necessary to manually complete any transactions that were pending in associated resource managers.
WTRN0020W: Recovering transactions for server {0} on this server.
Explanation The transaction logs for server {0} are being recovered by this server. If resources configured on this server do not match those configured for the server for which the logs were created, then recovery may fail to complete.
Action Check if any error messages are output during recovery and correct any actions requested.
WTRN0021W: TMRESUME is not supported.
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0022W: Unknown XAResource state.
Explanation An XAResource was in an unexpected state. This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0023W: Invalid XA end flag: {0}
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0024E: Inconsistent Transaction and XA Resource recovery logs.
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0025E: Recovery of Transaction failed {0}
Explanation An exception occurred whilst attempting to recover a transaction.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0026E: Exception caught during keypoint after recovery! {0}
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0027I: Transaction service recovering 1 transaction. This transaction will be committed.
Explanation The transaction service has detected that a transaction was still running when the server was last stopped and the transaction service is now recovering this transaction so that it can be committed. Any transactions that were rolled back are not counted.
Action No user action is required.
WTRN0028I: Transaction service recovering {0} transactions. These are transactions that will be committed.
Explanation The transaction service has detected that transactions were still running when the server was last stopped and the transaction service is now recovering these transactions so that they can be committed. Any transactions that were rolled back are not counted.
Action No user action is required.
WTRN0029E: Error closing the log in shutdown!
Explanation The transaction service encountered an error whilst closing its recovery log during server shutdown.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0030E: Recovery of XAResource data failed {0}
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0031E: An xa_rollback operation on a transactional resource failed. The global transaction was {0}. The exception stack trace follows: {1}
Explanation An exception occured when the transaction service called the xa_rollback operation on a resource enlisted with the given global transaction.
Action This exception may indicate that a heuristic has occured. If this is the case, correct all application data problems that were caused by the heuristic decision.
WTRN0032E: Implementation specific transaction context received on inbound request.
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0033E: Transaction factory create caught exception {0}
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0034W: During server quiesce transaction {0} was found. The attempt to rollback the transaction succeeded.
Explanation During the quiesce phase of server shutdown an outstanding transaction was found. This transaction was rolledback successfully.
Action No user action is required.
WTRN0035W: During server quiesce transaction {0} was found. The attempt to rollback the transaction failed.
Explanation During the quiesce phase of server shutdown an outstanding transaction was found. The transaction was not rolledback successfully.
Action No user action is required. This transaction will be recovered when the server is next started.
WTRN0036W: During server quiesce transaction {0} was found. The transaction has been marked rollback only.
Explanation During the quiesce phase of server shutdown an outstanding transaction was found. This transaction was marked rollback only.
Action No user action is required. The transaction will be rolledback during server shutdown or will be recovered upon server restart.
WTRN0037W: The transaction service encountered an error on an xa_recover operation. The resource was {0}. The error code was {1}. The exception stack trace follows: {2}
Explanation The transaction service encountered an error when calling xa_recover on a resource, in order to determine the prepared transactions held by the corresponding resource manager. The operation will be retried.
Action Examine the error code in order to determine the cause of the failure.
WTRN0038W: An exception occured when destroying an XA resource. The exception stack trace follows: {0}
Explanation The transaction service was unable to destroy an XAResource.
Action No action is required as this should not affect the running of the transaction service.
WTRN0039E: Unable to serialize an object to byte form.
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0040W: Object cannot be deserialized. The exception stack trace follows: {0}
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0041I: Transaction {0} has been rolled back.
Explanation Transaction {0} was previously marked rollbackOnly and has now been rolled back. This may be due to a transaction timeout or an application decision to mark the transaction rollbackOnly.
Action No user action is required unless the rollback is undesirable and occurs as a result of a transaction timeout. If this is the case, investigate why the transaction takes longer to complete than the timeout period and consider increasing the duration of the transaction timeout values for the server.
WTRN0042I: GlobalTransaction rolled-back due to timeout or setRollbackOnly.
Explanation A Global transaction has been rolled-back due to a pre-defined timeout value being reached or setRollbackOnly being called.
Action If the timeout value is too short/long modify using the Admin Console.
WTRN0043I: LocalTransaction rolled-back due to setRollbackOnly.
Explanation A Local transaction has been rolled-back due to setRollbackOnly being called.
Action No user action is required.
WTRN0044W: A heuristic condition may have occurred for transaction {0}
Explanation The transaction service has detected that the specified transaction involved mixed one phase and two phase capable resources. The transaction service passed a one phase commit request to the single one phase capable resource, but the server failed before the commit could complete. It is not known if the resource committed successfully.
Action All two phase capable resources will be rolled back. If the one phase capable resource successfully processed commit, then heuristic damage has occurred and all application data problems that were caused by the heuristic must be corrected.
WTRN0045W: The transaction service cannot recover resource {0}. The exception stack trace follows: {1}
Explanation An internal system error occured when the transaction service attempted to reconstruct a transaction participant during recovery. This is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0046E: An attempt by the transaction manager to call prepare on a transactional resource has resulted in an error. The error code was {0}. The exception stack trace follows: {1}
Explanation The transactional resource failed when being asked to process a prepare call. The failure will be treated as a rollback vote.
Action Examine the error code to determine the cause of the problem.
WTRN0047W: An XAER_RMERR occured when committing the work on a transaction branch. The resource was: {0}
Explanation A failure has been detected during the commit process for a transaction.
Action Correct any application data problems that were caused by this failure.
WTRN0048W: An attempt by the transaction manager to call commit on a transactional resource has resulted in an XAER_RMFAIL error. The resource was {0}
Explanation The commit call on a transactional resource did not succeed as the resource manager was unavailable. The commit call will be retried at regular intervals.
Action Ensure that the resource manager is available.
WTRN0049W: An attempt by the transaction manager to call rollback on a transactional resource has resulted in an XAER_RMFAIL error. The resource was {0}
Explanation The rollback call on a transactional resource did not succeed as the resource manager was unavailable.
Action The rollback call will be retried at regular intervals. Ensure that the resource manager is available.
WTRN0050E: An attempt by the transaction manager to call commit on a transactional resource has resulted in an unexpected error. The XA error code was {0}.
Explanation The commit call on a transactional resource did not succeed due to an unexpected failure.
Action The commit call will be retried at regular intervals. Examine the error code in order to determine the cause of the problem.
WTRN0051E: An attempt by the transaction manager to call rollback on a transactional resource has resulted in an unexpected error. The XA error code was {0}.
Explanation The rollback call on a transactional resource did not succeed due to an unexpected failure.
Action The rollback call will be retried at regular intervals. Examine the error code in order to determine the cause of the problem.
WTRN0052E: An attempt by the transaction manager to call one phase commit on a transactional resource has resulted in an XAER_RMFAIL error. The resource was {0}
Explanation The one phase commit call on a transactional resource did not succeed as the resource manager was unavailable.
Action The transaction will be rolled back.
WTRN0053E: An attempt by the transaction manager to call one phase commit on a transactional resource has resulted in an unexpected error. The XA error code was {0}.
Explanation The one phase commit call on a transactional resource did not succeed due to an unexpected failure.
Action The transaction manager will attempt to rollback the transaction.
WTRN0054W: An xa_forget operation on a transactional resource encountered an exception. The error code was {0}. The exception stack trace follows: {1}
Explanation An exception occured when the transaction service called the xa_forget operation on a resource.
Action Examine the error code to determine what caused this error.
WTRN0055W: Giving up on outcome delivery for transaction {0}.
Explanation The transaction service was unable to deliver a commit or rollback outcome to a transaction participant.
Action Correct any application data problems that were caused by this failure.
WTRN0056I: Transaction {0} resynchronization from originator failed, retrying....
Explanation A transaction has failed to resync during recovery and the outcome is unknown so the server will continue to retry.
Action No user action is required.
WTRN0057E: Heuristic raised on prepare/commit_one_phase on subordinate.
Explanation A subordinate transaction attempted to optimize using one-phase commit during prepare and a heuristic error occurred.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0058E: Exception caught from commit operation during recovery of transaction {0}: {1}
Explanation An exception was caught while attempting to recover a transaction.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0059E: Exception caught from rollback operation during recovery of transaction {0}: {1}
Explanation An exception was caught while attempting to recover a transaction.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0060E: Exception caught from forget operation during recovery of transaction {0}: {1}
Explanation An exception was caught while attempting to recover a transaction.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0061E: Encountered an error while building a JTAXAResource object
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0062E: An illegal attempt to use multiple resources that have only one-phase capability has occurred within a global transaction.
Explanation Only a single resource that is limited to one-phase capability may be enlisted in a global transaction. This error occurs if muliple resource managers that are only one-phase capable are used within a global transaction or if multiple unshared connections from a single such resource manager are used within a global transaction.
Action Modify the application to use only a single resource that is limited to one-phase capability or else use two-phase capable XAResources.
WTRN0063E: An illegal attempt to commit a one phase capable resource with existing two phase capable resources has occurred.
Explanation The transaction service has refused an attempt to commit a one phase capable resource with a transaction already involving other two phase capable resources. Either Last Participant Support (LPS) is not available, or if LPS is available, the application does not accept the heuristic risk that this would involve.
Action Ensure that one and two phase capable resources are not involved in the same transaction, or if LPS is available, reconfigure the application to accept the heuristic risk that this would involve.
WTRN0064E: An illegal attempt to commit a one phase capable resource in a subordinate transaction branch has occurred.
Explanation The transaction service has refused an attempt to commit a one phase capable resource within a distributed subordinate transaction branch. The transaction will be rolled back.
Action Ensure that one phase capable resources are not involved in a subordinate branch of a distributed transaction.
WTRN0065W: XAResource is not known to this transaction. The resource was: {0}
Explanation The transaction manager was unable to delist an XAResource because it had not been previously enlisted with the current transaction. This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0066W: Encountered exception during transaction logfile write operation. The exception stack trace follows: {0}
Explanation An error occured writing to the transaction log file. The transaction will be rolled back.
Action This is most likely to be an IO failure. Examine the exception stack trace to determine the cause of the problem.
WTRN0067W: The transaction service has detected usage that exceeds the WebSphere Application programming model
Explanation An application running in this server is using transaction service functionality that is not part of the WebSphere application programming model.
Action Consider whether the application can be modified to only utilize the J2EE transaction functionality.
WTRN0068E: Commit failed with exception {0}
Explanation An exception occurred whilst the transaction was committing.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0069E: Commit received in bad transaction state {0}
Explanation The transaction was in an invalid state when asked to carry out commit processing.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0070E: One-phase commit failed with exception {0}
Explanation An exception occurred whilst the transaction was committing using the one-phase commit protocol.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0071E: Rollback failed with exception {0}
Explanation An exception occurred whilst the transaction was rolling-back.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0072E: Rollback received in bad transaction state {0}
Explanation The transaction was in an invalid state when asked to carry out rollback processing.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0073E: Forget received in bad transaction state {0}
Explanation The transaction was in an invalid state when asked to carry out forget processing.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0074E: Exception caught from {0} synchronization operation: {1}
Explanation An exception was thrown by a Synchronization object when it was informed of the transactions current completion state.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0075W: Transaction {0} received a heuristic exception when committing a resource.
Explanation The transaction service received a heuristic response when delivering a commit outcome to a transaction participant.
Action Correct any application data problems that were caused by this failure.
WTRN0076W: Transaction {0} received a heuristic exception when rolling back a resource.
Explanation The transaction service received a heuristic response when delivering a rollback outcome to a transaction participant.
Action Correct any application data problems that were caused by this failure.
WTRN0077W: Transaction {0} was cancelled by the operator.
Explanation The outcome delivery for the given transaction was abandonned at operator request.
Action Correct any application data problems that were caused by this failure.
WTRN0078E: An attempt by the transaction manager to call start on a transactional resource has resulted in an error. The error code was {0}. The exception stack trace follows: {1}
Explanation The transactional resource failed when being asked to process a start call. The failure will cause the transaction to be rolled back.
Action Examine the error code to determine the cause of the problem.
WTRN0079E: An attempt by the transaction manager to call end on a transactional resource has resulted in an error. The error code was {0}. The exception stack trace follows: {1}
Explanation The transactional resource failed when being asked to process an end call. The failure will cause the transaction to be rolled back.
Action Examine the error code to determine the cause of the problem.
WTRN0080W: Transaction {0} has timed out due to no client activity for greater than {1} seconds.
Explanation The client has been inactive longer than inactivity timeout value of {1} seconds.
Action Disregard this message if the client went away leaving a transaction active. If the client is still active, determine whether to change the Client Inactivity Timeout value.
WTRN0081W: The JTAXAResource object is null.
Explanation This is an internal system error and is probably caused by an earlier failure.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0082W: Transaction {0} was rolled back by the operator.
Explanation The given transaction was rolled back by operator request.
Action Correct any application data problems that were caused by this failure.
WTRN0083W: The transaction log is full. Transaction {0} rolled back.
Explanation The transaction log files are full with records from active transactions. Any further two phase commit transactions will be rolled back until space is freed up in the log files when active transactions complete.
Action If this problem occurs frequently, restart the server with a larger transaction log file size specification.
WTRN0084W: Enlist failed due to resource adapter terminating.
Explanation A request to enlist a resource within a transaction has been rejected as either the server or the resource adapter is being closed down.
Action Rerun the transaction once the resource adapter is available,
WTRN0085E: No transaction found to dissociate from.
Explanation Internal system error.
Action This is an internal error which should be reported to IBM.
WTRN0086I: XAException encountered during prepare phase for transaction {0}. Local resources follow.
Explanation Informational.
Action Used by system administrators to manually recover after transaction errors.
WTRN0087I: XAException encountered during completion phase for transaction {0}. Local resources follow.
Explanation Informational.
Action Used by system administrators to manually recover after transaction errors.
WTRN0088I: {0} encountered XAException with error code {1}.
Explanation Informational.
Action Used by system administrators to manually recover after transaction errors.
WTRN0089I: {0}: Vote: {1}.
Explanation Informational.
Action Used by system administrators to manually recover after transaction errors.
WTRN0090I: {0}: Vote: {1}. Result: {2}.
Explanation Informational.
Action Used by system administrators to manually recover after transaction errors.
WTRN0091E: Failed to associate Execution Context. Xid: {0}, timeout {1}.
Explanation Internal system error.
Action Examine any related messages in order to determine the cause of the problem. If there are no related messages or they do not help to resolve the problem, please contact IBM Support.
WTRN0092W: Incomplete transaction (localid={0}) found during server quiesce; transaction service will wait.
Explanation Inbound transactional work has not yet completed. The transaction service will delay server shutdown to allow the originator the chance to complete the transaction.
Action No action is necessary.
WTRN0093W: Outcome not available for subordinate transaction {0}. Transaction is heuristically committed.
Explanation The transaction service was unable to obtain the outcome of the transaction from its superior within the configured retry period. The transaction will be heuristically committed.
Action Correct any application data problems that were caused by this failure.
WTRN0094W: Outcome not available for subordinate transaction {0}. Transaction is heuristically rolled back.
Explanation The transaction service was unable to obtain the outcome of the transaction from its superior within the configured retry period. The transaction will be heuristically rolled back.
Action Correct any application data problems that were caused by this failure.
WTRN0095W: Outcome not available for subordinate transaction {0}. Transaction is awaiting administrator intervention to determine its outcome.
Explanation The transaction service was unable to obtain the outcome of the transaction from its superior within the configured retry period. The transaction is now waiting for administrator to manually set the transaction outcome.
Action The system administrator should manually set the transaction outcome after determining the success or failure of the superior transaction. This ensures that heuristic damage does not occur and that all application data remains correct.
WTRN0096W: A heuristic condition may have occurred for transaction {0}. Transaction is heuristically committed.
Explanation The transaction service has detected that the specified transaction involved mixed one phase and two phase capable resources. The transaction service passed a one phase commit request to the single one phase capable resource, but the server failed before the commit could complete. It is not known if the resource committed successfully.
Action All two phase capable resources will be committed. If the one phase capable resource failed to process commit, then heuristic damage has occurred and all application data problems that were caused by the heuristic must be corrected.
WTRN0097W: Unknown transaction outcome occurred for transaction {0}. Transaction is awaiting administrator intervention to determine its outcome.
Explanation The transaction service has detected that the specified transaction involved mixed one phase and two phase capable resources. The transaction service passed a one phase commit request to the single one phase capable resource, but the server failed before the commit could complete. It is not known if the resource committed successfully.
Action The system administrator should manually set the transaction outcome after determining the success or failure of the one phase commit request. This ensures that heuristic damage does not occur and that all application data remains correct.
WTRN0098W: Outcome not available for transaction {0} as resource adapter {1} has been uninstalled. Transaction is heuristically committed.
Explanation The transaction service was unable to obtain the outcome of the transaction from the resource adapter as it has been uninstalled. The transaction will be heuristically committed.
Action Correct any application data problems that were caused by this failure.
WTRN0099W: Outcome not available for transaction {0} as resource adapter {1} has been uninstalled. Transaction is heuristically rolled back.
Explanation The transaction service was unable to obtain the outcome of the transaction from the resource adapter as it has been uninstalled. The transaction will be heuristically rolled back.
Action Correct any application data problems that were caused by this failure.
WTRN0100E: {0}
Explanation This message code is used to support messages that have not yet been allocated their own message code.
Action Refer to the message text for more information.
WTRN0101W: Outcome not available for transaction {0} as resource adapter {1} has been uninstalled. Transaction is awaiting administrator intervention to determine its outcome.
Explanation The transaction service was unable to obtain the outcome of the transaction from the resource adapter as it has been uninstalled.
Action The system administrator should manually set the transaction outcome after determining the success or failure from the originator of the resource adapter transaction. This ensures that heuristic damage does not occur and that all application data remains correct.
WTRN0102W: A heuristic condition may have occurred for transaction {0}. Transaction is heuristically rolled back.
Explanation The transaction service has detected that the specified transaction involved mixed one phase and two phase capable resources. The transaction service passed a one phase commit request to the single one phase capable resource, but the server failed before the commit could complete. It is not known if the resource committed successfully.
Action All two phase capable resources will be rolled back. If the one phase capable resource successfully processed commit, then heuristic damage has occurred and all application data problems that were caused by the heuristic must be corrected.
WTRN0103E: Recovery log is being marked as failed. [ {0} {1} ]
Explanation The recovery log has failed, and not further access to the recovery log can occur. The component is indicated in the message along with the exception taken.
Action The server must be restarted so that the log can be repaired. Attempt to fix any conditions indicated by the exception in the message. If the problem persists, please contact IBM Support.
WTRN0104E: Details of recovery log failure: {0}
Explanation This message is issued with message WTRN0103E to indicate the details of the recovery log failure.
Action Use the information in this message along with message WTRN0103E to correct whatever condition caused the recovery log to fail.
WTRN0105I: The transaction service has shutdown successfully with no transactions requiring recovery.
Explanation This is a normal event and the message is for information only.
Action No action is required by the user.
WTRN0106I: Client JTA demarcation is disallowed.
Explanation JTA demarcation has been configured to be disallowed for this client application.
Action To allow JTA demarcation, use the assembly toolkit to set the Allow JTA Demarcation property in the client deployment descriptor.
WTRN0107W: {0}
Explanation This message code is used to support messages that have not yet been allocated their own message code.
Action Refer to the message text for more information.
WTRN0108I: {0}
Explanation This message code is used to support messages that have not yet been allocated their own message code.
Action Refer to the message text for more information.
WTRN0109W: Exception encountered when activating Transaction JMX MBean: {0}
Explanation An error occured when attempting to activate a JMX MBean for the transaction service. Although this does not prevent the transaction service from starting, it does mean that any administrative functions which require access to the transaction service will fail.
Action If this continues to occur, contact IBM Support.
WTRN0110W: {0} is not a valid transaction service custom property
Explanation An invalid custom property was specified in the transaction service configuration for this server and has been ignored.
Action Correct the transaction service custom properties configuration.
WTRN0111E: Unable to access or create the recovery log. The log configuration was {0}
Explanation The transaction service was unable to access or create recovery logs. If the recovery logs are for the local server, then the server will be terminated. If the recovery logs are for a peer recovered server then recovery will be terminated and assigned to another server, and the reporting server will continue normally.
Action Examine any related messages in order to determine the cause of the problem. Ensure the recovery logs can be access by the server or if they are not yet created, check that there is sufficient disk space available and the server has correct access permissions to the files or directories specified in the messages.
WTRN0112E: An unexpected error occured whilst opening the recovery log. The log configuration was {0}
Explanation The transaction service was unable to open the recovery logs. If the recovery logs are for the local server, then the server will be terminated. If the recovery logs are for a peer recovered server then recovery will be terminated and assigned to another server, and the reporting server will continue normally.
Action Examine any related messages in order to determine the cause of the problem.
WTRN0113W: Recovery processing of a downlevel peer WebSphere server is not possible and has been halted ({0})
Explanation The transaction service was unable to peer recover the specified WebSphere server because the logs were formatted by an earlier release of WebSphere Application Server which is incompatible with this server. This instance of peer recovery will be terminated and assigned to another server, and the reporting server will continue normally.
Action No user action is required. Depending on the cluster configuration, if there is only a single member at a particular release level, then peer recovery for that server release may not be possible if the log format has become incompatible across releases. Contact IBM Support to determine if there are any migration options available to overcome this problem.
WTRN0114I: Transaction {0} could not notify all resources of its outcome. Will retry in {1} seconds.
Explanation A remote resource manager could not be contacted during recovery restart. The operation will be retried at regular intervals.
Action Ensure that the resource manager is available.
WTRN0115E: Channel Framework configuration is not defined or is invalid for WebServices Atomic Transactions (WSAT) support.
Explanation The Web Container is not defined to use the channel framework, or is defined incorrectly. WSAT requires the use of channel framework to transfer transactional context between WebServices.
Action Correct or define the channel framework configuration for the Web Container.
WTRN0116I: Invalid transaction log file configuration string specified: {0}. The transaction service will continue without recovery logging for WebSphere server ({1}).
Explanation The transaction service log file configuration string specified in systems management is invalid. The format should be a fully qualified log file directory optionally followed a ';' and the log file size. The log file size should be followed by either 'M' or 'K' to indicate megabytes or kilobytes respectively. The default and minimum log file size is 1M.
Action Correct the transaction service log file configuration. Ensure that the server is restarted to enable transaction recovery logging.
WTRN0117E: Invalid transaction log file size specified: {0}. The transaction service will use default log file size of 1M for WebSphere server ({1}).
Explanation The transaction service log file configuration string specified in systems management is invalid. The format should be a fully qualified log file directory optionally followed a ';' and the log file size. The log file size should be followed by either 'M' or 'K' to indicate megabytes or kilobytes respectively. The default and minimum log file size is 1M.
Action Correct the transaction service log file configuration.
WTRN0118W: The deprecated transaction service customer property {0} was found in the transaction service configuration.
Explanation A deprecated custom property was specified in the transaction service configuration for this server. The property will override a corresponding general transaction service property in the configuration. The deprecated custom property will be removed in a future release of WebSphere Application Server.
Action Remove the deprecated transaction service custom property from the configuration and use the corresponding general property setting via the admin console.
WTRN0122W: Transaction service log file {0} has used {1} bytes of a total of {2}. The size of the log file might need to be greater.
Explanation The log file is nearly full because of the transactional workload. If the log file becomes full, the server must be restarted.
Action Consider setting a larger file size for the transaction logs.
Reference topic    

Terms and conditions for information centers | Feedback

Last updated: Jun 13, 2012 3:34:38 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.Transaction.resources.TransactionMsgs.html

© Copyright IBM Corporation 2006, 2011. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)