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
Exception displayed in Openfire admin console after adding plug in
and error in logs as below
2024.11.22 14:10:45.469 �[1;31mERROR�[m [PluginMonitorExec-2]: org.jivesoftware.openfire.container.PluginManager - An exception occurred while loading plugin 'fastpath':
java.lang.NoClassDefFoundError: org/eclipse/jetty/webapp/WebAppContext
at org.jivesoftware.openfire.fastpath.FastpathPlugin.webchatStart(FastpathPlugin.java:144) ~[fastpath-4.5.1.jar:?]
at org.jivesoftware.openfire.fastpath.FastpathPlugin.initializePlugin(FastpathPlugin.java:77) ~[fastpath-4.5.1.jar:?]
at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java:640) [xmppserver-5.0.0-SNAPSHOT.jar:5.0.0-SNAPSHOT]
at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:380) [xmppserver-5.0.0-SNAPSHOT.jar:5.0.0-SNAPSHOT]
at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:368) [xmppserver-5.0.0-SNAPSHOT.jar:5.0.0-SNAPSHOT]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.webapp.WebAppContext
at java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
... 9 more
The text was updated successfully, but these errors were encountered:
Exception displayed in Openfire admin console after adding plug in
and error in logs as below
The text was updated successfully, but these errors were encountered: