Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
12.6.2
-
None
-
Windows 10 Pro 64 bit, Edge 85, using a local instance of XWiki 12.6.2 on Oracle 19c, Tomcat 9.0.38
-
Unknown
-
N/A
-
N/A
-
Description
When I was testing XWiki 12.6.2 I've encountered the following error in console:
Exception in thread "User event dispatcher thread" java.lang.NullPointerException at org.xwiki.notifications.filters.internal.SystemUserNotificationFilter.filterEvent(SystemUserNotificationFilter.java:76) at org.xwiki.notifications.notifiers.internal.UserEventManager.isEventFiltered(UserEventManager.java:196) at org.xwiki.notifications.notifiers.internal.UserEventManager.isListening(UserEventManager.java:96) at org.xwiki.notifications.notifiers.internal.UserEventDispatcher.dispatch(UserEventDispatcher.java:229) at org.xwiki.notifications.notifiers.internal.UserEventDispatcher.dispatch(UserEventDispatcher.java:249) at org.xwiki.notifications.notifiers.internal.UserEventDispatcher.dispatch(UserEventDispatcher.java:217) at org.xwiki.notifications.notifiers.internal.UserEventDispatcher.run(UserEventDispatcher.java:170) at java.base/java.lang.Thread.run(Thread.java:834)
After this error occurred, the notifications (tested with Pages) were not received anymore by users, unless the instance was restarted.
Unfortunately I don't know yet the exact steps to reproduce the issue.
Attachments
Issue Links
- is related to
-
XWIKI-17086 RecordableEvents produced by guest user are not properly displayed
- Closed