Details
Assignee
Gaston DombiakGaston DombiakReporter
Guus der KinderenGuus der KinderenComponents
Priority
Major
Details
Details
Assignee
Gaston Dombiak
Gaston DombiakReporter
Guus der Kinderen
Guus der KinderenComponents
Priority
Created January 11, 2008 at 10:43 PM
Updated March 3, 2008 at 9:34 PM
Calling PresenceManager#getPresences(String string) will cause this stacktrace to be printed to the console. Interesting enough, some of our plugins delegate workload to other threads. These plugins are not affected!
The plugin that triggers this problem is a Component that runs on one cluster node only. The problem occurs if a client, which is connected to another node, sends a stanza to the Component that triggers the plugin to invoke the #getPresences() method.
(note that com.buzzaa.openfire.plugin.rp is one of our custom plugin packages)