Version: 7.0.0.101393 P01
Problem Statement:
Navigating to "Users" -> "Access" I get a java.lang.StackOverflowError.
How do I fix this....?
Thanks, Andrew
Version: 7.0.0.101393 P01
Problem Statement:
Navigating to "Users" -> "Access" I get a java.lang.StackOverflowError.
How do I fix this....?
Thanks, Andrew
We see this occuring when a user has a table filter on an attribute in place that gets changed (for example adding the same attribute for another entitlement object). The StackOverFlowError is a subsequent consequence.
Try resetting the table options for the affected user:
DELETE FROM T_SYSTEM_UI_SETTINGS WHERE SETTING_TYPE = 'TableData' and USER_MEUID = ID;
commit;
Does it happens with every user you trying to navigate to?
What do you see in the logs?