Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Installing Fastpath Webchat on OpenFire 3.8.2

$
0
0

Hi all,

I am relatively new to OpenFire but have it runing very sucsesfully in a small company about 25 users. I now what to add Fastpath and Webchat to our openfire server. I have installed the main Fastpath plugin but when I come to istall the Webchat plugin I get the folowing in the log and it does not work.

 

2013.09.20 08:10:09 org.jivesoftware.openfire.container.PluginManager - Error loading plugin: /usr/share/openfire/plugins/webchat 
   java.lang.NoClassDefFoundError: org/mortbay/jetty/servlet/Context 
        at java.lang.Class.getDeclaredConstructors0(Native Method) 
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2483) 
        at java.lang.Class.getConstructor0(Class.java:2793) 
        at java.lang.Class.newInstance(Class.java:345) 
   at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java :420) 
   at org.jivesoftware.openfire.container.PluginManager.access$300(PluginManager.java :80) 
   at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:1073) 
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) 
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) 
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301 (ScheduledThreadPoolExecutor.java:178) 
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:293) 
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  
        at java.lang.Thread.run(Thread.java:724) 
   Caused by: java.lang.ClassNotFoundException: org.mortbay.jetty.servlet.Context 
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366) 
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355) 
        at java.security.AccessController.doPrivileged(Native Method) 
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354) 
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 
        ... 15 more 

 

All assistance will be very much appreciated.


Viewing all articles
Browse latest Browse all 10742

Trending Articles