Troubleshooting deadlocks

The following sections describe some of the most common deadlock scenarios and suggestions on how to avoid them.

Before you begin

Implement exception handling in your application. For more information, see Implementing exception handling in locking scenarios for Java applications .

The following exception displays as a result:

com.ibm.websphere.objectgrid.plugins.LockDeadlockException: Message
This message represents the string that is passed as a parameter when the exception is created and thrown.

Procedure