Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1286 - Cannot delete instance of a class: refer to jommsg.log

1286   Cannot delete instance of a class: refer to jommsg.log

Cause

This error occurs if your application code attempts to delete a persistent, transient, or shared transient instance of a class for which the relevant persistentAllowed, transientAllowed, or sharedTransientAllowed class option is not true.

Action

Refer to the JADE messages log file (jommsg.log) for details. Change the relevant class option to true, or change your application code to avoid the offending operation.