Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1201 - Kernel stack overflow

1201   Kernel stack overflow

Cause

This error occurs when your application code attempts to call a new method and it has already reached the maximum number of embedded method call levels (which is currently 256). One cause can be recursive method calls with no clear exit conditions.

In addition, this error occurs when:

Action

Change your application code to prevent too many embedded method call levels.