Tomcat logs are flooded with the following errors in a cluster environment.
{code:java} 2024-01-17 03:32:02,287 [Asynchronous handler for event store [solr]] ERROR c.DefaultEventConverterManager - Failed to convert local event [event: [org.xwiki.eventstream.events.MailEntityAddedEvent@49b76291], source: [org.xwiki.eventstream.internal.DefaultEntityEvent@44529530], data: [null]] java.lang.ClassCastException: null {code}
Here are the full logs : [^catalina.out.zip]
I'm actually noticing another error in xwiki.org which seems more legit: {noformat} 2024-02-18 00:02:01,346 [Asynchronous handler for event store [solr]] ERROR c.DefaultEventConverterManager - Failed to convert local event [event: [org.xwiki.eventstream.events.MailEntityDeleteEvent@daf08f4], source: [Optional[event = [update at 2024-02-17 05:01:18 by xwiki:XWiki.Admin on extensions:Extension.WikiMacroStore.WebHome with id my-event-id], entityId = [xwiki:XWiki.UserName]]], data: [null]] java.lang.ClassCastException: null {noformat} |
|