Skip to end of banner
Go to start of banner

PCJ - StackOverflowError when there is a group loop

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

\uD83E\uDD14 Problem

When trying to export a project, it fails with StackOverflowError. The reason is that the thread is stuck in an infinite loop while trying to resolve circular child groups. Nested groups are possible when using Crowd. There is a way to create circular references, e.g. 'group1' is a member of 'group2', 'group2' is a member of 'group3', and 'group3' is in turn a member of 'group1'.

\uD83C\uDF31 Solution

Identify and fix the circular group references in Crowd.

https://confluence.atlassian.com/crowd050/nested-groups-in-crowd-1130369661.html

  • No labels