Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14179 - Attempts to display the entries in a collection repeatedly failed – the iterator may not be valid

14179   Attempts to display the entries in a collection repeatedly failed ‑ the iterator may not be valid

Cause

This error occurs when calling the displayCollection or listCollection method resulted in recursive errors.

Action

There is an issue with the collection being used or there is an issue with a user subclass of the Iterator class that is being used.

Investigate the collection (perform a schema validation) and if the Iterator class is subclass, check the logic.