Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1251 - A stack overflow exception handler exceeded 20 call levels

1251   A stack overflow exception handler exceeded 20 call levels

Cause

This error occurs if JADE detects a stack overflow condition.

JADE initially raises exception 1201 - Kernel stack overflow, during which the corresponding exception handler or handlers are invoked. However, during the process of the original exception, the stack continued to grow to more than 20 call levels. This error causes the current JADE process to terminate.

Action

Change your application code to solve both stack overflow problems. (For details, see error 1201 - Kernel stack overflow.)