Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1153 - Operation aborted due to a lock timeout

1153   Operation aborted due to a lock timeout

Cause

This error occurs when an operation fails because another process holds locks on meta-schema objects that the operation needs to access. This can occur if a global exception handler passes back a lock exception to the kernel, forcing the current operation to be aborted; for example, opening a class.

Action

Wait until the processes have released their locks and try again, or check your application code to ensure that no environmental objects or dictionaries are locked.