Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1224 - Automatic lock ignored

1224   Automatic lock ignored

Cause

This error occurs if the following sequence has taken place.

  1. The system attempted to place an automatic lock on an object.

  2. A lock exception was raised.

  3. The user exception handler returned the continue code, but the exception handler could not acquire the lock.

Action

Ensure that your application code does not continue lock exceptions until the actual lock has been acquired.