Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing plug in v4.5.1 on Openfire v5.0.0 and jetty upgrade v12.0.14 #74

Open
mjones216 opened this issue Nov 22, 2024 · 0 comments

Comments

@mjones216
Copy link

Exception displayed in Openfire admin console after adding plug in
image

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant