Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenComponents
Fix versions
Priority
Major
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenComponents
Fix versions
Priority
Created September 9, 2020 at 3:02 PM
Updated December 15, 2020 at 12:33 PM
Resolved December 15, 2020 at 12:33 PM
I'm not sure if the problem is limited to the following scenario, or if the problem can be reproduced.
Running on a two-node cluster, Openfire 4.6.0 Alpha, Hazelcast plugin 2.5.0
A user logged in on the junior cluster node
On the senior cluster node, this NullPointerException was logged a couple of times in rapid succession (four times in two seconds):
2020.09.09 14:17:03 ERROR [hz.openfire.cached.thread-4]: org.jivesoftware.openfire.plugin.util.cache.ClusteredCacheFactory - Unexpected exception running CallableTask[org.jivesoftware.o java.lang.NullPointerException: null at org.jivesoftware.openfire.pubsub.cluster.AffiliationTask.run(AffiliationTask.java:47) ~[xmppserver-4.6.0-SNAPSHOT.jar:4.6.0-SNAPSHOT] at org.jivesoftware.openfire.plugin.util.cache.ClusteredCacheFactory$CallableTask.call(ClusteredCacheFactory.java:591) [hazelcast-2.5.0.jar!/:?] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252] at com.hazelcast.executor.impl.DistributedExecutorService$CallableProcessor.run(DistributedExecutorService.java:270) [hazelcast-3.12.5.jar!/:?] at com.hazelcast.util.executor.CachedExecutorServiceDelegate$Worker.run(CachedExecutorServiceDelegate.java:227) [hazelcast-3.12.5.jar!/:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252] at com.hazelcast.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:64) [hazelcast-3.12.5.jar!/:?] at com.hazelcast.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:80) [hazelcast-3.12.5.jar!/:?]