Troubleshoot transactions

 

+

Search Tips   |   Advanced Search

 

Overview

Use this overview task to help resolve a problem that you think is related to the Transaction service.

To identify and resolve transaction-related problems, you can use the standard WAS RAS facilities. If you encounter a problem that you think might be related to transactions...

 

Procedure

  1. Check for transaction messages in the console.

    The Transaction service produces diagnostic messages prefixed by "CWWTR". The error message indicates the nature of the problem and provides some detail. The associated message information provides an explanation and any user actions to resolve the problem.

  2. Check for Transaction messages.

    Check the activity.log.

  3. Check for more messages in additional places.

    Check the appserver's stdout.log. For more information about a problem, check the stdout.log file for the appserver, which should contain more error messages and extra details about the problem.

  4. Check for messages related to the appserver's transaction log directory when the problem occurred.

    If you changed the transaction log directory and a problem caused the appserver to fail (with in-flight transactions) before the server was restarted properly, the server will next start with the new log directory and be unable to automatically resolve in-flight transactions that were recorded in the old log directory. To resolve this, you can copy the transaction logs to the new directory then stop and restart the appserver.

  5. Check the hints and tips for troubleshooting transactions.



Transaction troubleshooting tips

 

Related tasks

Configure transaction properties for an appserver
Manage transaction logging for optimum server availability
Use transactions with WebSphere applications