Description
Exceptions (see an example) in admin console logs are reported when navigating through the pages.
In order to consistently reproduce, after starting the admin console in debug mode and while watching log files under fit/console-reference/target/log:
- point browser to http://localhost:9080/syncope-console/
- login as admin / password
- once the dashboard is loaded, click onto the Realms link on the left menu
As investigated by svenmeier in one of WICKET-6167's comments, the root cause of the problem is probably in adding the same notification panel instance to all pages.
Attachments
Issue Links
- is related to
-
WICKET-6167 Random ConcurrentModificationException since upgrade to 7.3.0
- Resolved