You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other sources were suggesting that the camel case name "loadStats" is a problem.
The expanded plugin directory is named "loadstats".
Would be nice if this could be fixed or you could give any pointers what the problem is.
I'll also be happy to try to fix it myself then.
The logged exception after deployment is
2020.02.05 16:18:49 WARN [pool-6-thread-1]: org.jivesoftware.openfire.container.PluginMonitor - Detected plugin duplicates for name: 'loadstats'. Only one plugin will be loaded.
2020.02.05 16:18:49 ERROR [pool-516-thread-1]: org.jivesoftware.openfire.container.PluginManager - An exception occurred while loading plugin 'loadstats':
java.lang.ClassNotFoundException: org.jivesoftware.openfire.plugin.StatisticPlugin
at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_242]
at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java:585) [xmppserver-4.4.4.jar:4.4.4]
at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:374) [xmppserver-4.4.4.jar:4.4.4]
at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:362) [xmppserver-4.4.4.jar:4.4.4]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_242]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_242]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_242]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
The text was updated successfully, but these errors were encountered:
Other sources were suggesting that the camel case name "loadStats" is a problem.
The expanded plugin directory is named "loadstats".
Would be nice if this could be fixed or you could give any pointers what the problem is.
I'll also be happy to try to fix it myself then.
The logged exception after deployment is
The text was updated successfully, but these errors were encountered: