Quantcast
Channel: Ignite Realtime : Popular Discussions - Fastpath Webchat
Viewing all 1605 articles
Browse latest View live

Fastpath WebChat Src Updates: Separates Host & XMPP Domain Settings

0
0

Folks,

 

My particular set up*1 required that the Jabber server host node and XMPP Domain be different. E.g. the Jabber server node is 'my-special-node.mydomain.com', and the XMPP Domain set to 'mydomain.com' which does not resolve via DNS SVR record to 'my-special-node' (without modifying the name server). Fastpath Webchat war does not distinguish between the two. I have made source code changes that will support this configuration, and performed minimal testing to verify that the code additions functions properly. Note this also required that I distribute an updated 'Xalan-Java' jar*2 to resolve specific backtrace error messages*3.

 

HTH,

BEA

 

 

Refs:

*1

 

 

[bea@localhost logs]$ uname -a

Linux localhost.localdomain 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 i686 i386 GNU/Linux

 

[bea@localhost logs]$ rpm -q tomcat5

tomcat5-5.5.23-0jpp.7.el5_2.1

[bea@localhost logs]$

 

 

 

*2 http://xml.apache.org/xalan-j/ , v. 2.7.1, place in ./src/webapp/WEB-INF/lib/xalan.jarfor building. Also is included in attached webchat.war file.

 

*3

 

 

Feb 13, 2009 11:34:27 AM uk.ltd.getahead.dwr.util.CommonsLoggingOutput info

INFO: Missing classdef for creator 'script'. Failed to load uk.ltd.getahead.dwr.create.ScriptedCreator. Cause: org/apache/bsf/BSFException

Feb 13, 2009 11:34:27 AM org.apache.catalina.core.ApplicationContext log

SEVERE: StandardWrapper.Throwable

javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found

        at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)

        at uk.ltd.getahead.dwr.convert.DOMConverter.<init>(DOMConverter.java:157)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)

        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

        at java.lang.Class.newInstance0(Class.java:355)

        at java.lang.Class.newInstance(Class.java:308)

        at uk.ltd.getahead.dwr.impl.DefaultConverterManager.addConverterType(DefaultConver terManager.java:54)

        at uk.ltd.getahead.dwr.impl.DefaultConfiguration.loadConverter(DefaultConfiguratio n.java:165)

        at uk.ltd.getahead.dwr.impl.DefaultConfiguration.loadInits(DefaultConfiguration.ja va:119)

        at uk.ltd.getahead.dwr.impl.DefaultConfiguration.addConfig(DefaultConfiguration.ja va:86)

        at uk.ltd.getahead.dwr.impl.DefaultConfiguration.addConfig(DefaultConfiguration.ja va:66)

        at uk.ltd.getahead.dwr.AbstractDWRServlet.init(AbstractDWRServlet.java:110)

        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)

        at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)

        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: 127)

        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java: 172)

        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)

        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:10 8)

        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)

        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)

        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConn ection(Http11BaseProtocol.java:665)

        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:5 28)

        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorke rThread.java:81)

        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:6 85)

        at java.lang.Thread.run(Thread.java:619)


Saprk no access chat external only internal.

0
0
I'm trying to publish on the web I use Openfire Openfire 3.7 with spark, almost everything this workings, in the company internal spark client working correctly.
On the web Spark does not work only internal working.
Example: http://"my server 192.168.1.xxx" internal OK
Example http://"my server 189.112.xxx.xxx" shows the page, not access.
Information external "Not authorized. Please try again."
Can anyonehelp me? ThanksMarkio

Fastpath - Webclient not joining a room

0
0

Hi,

 

We're having issues with our webchat installation.

It looks like webchat is randomly throwing errors which result in our employees receiving 'ghost chats' where they are the only ones in chat room.

our environment details:

 

Webchat -> running on tomcat6 (6.0.24) on Ubuntu 10.04 x64 -> servername: frontend01.domain.lan

Openfire -> 3.7.1 running on Ubuntu 10.04 x64 -> servername: webchat01.domain.lan

(from Openfire console):

Server Information:

  Server Name: webchat

System Properties:

  xmpp.domain: webchat

 

webchat.domain.lan is a CNAME for webchat01.domain.lan

 

 

The webchat error correlated with this behaviour is:

 

Mar 30, 2012 9:42:49 PM org.jivesoftware.webchat.util.WebLog logError

WARNING: Unable to join chat queue.

No response from the server.:

        at com.jivesoftware.smack.workgroup.user.Workgroup.joinQueue(Unknown Source)

        at com.jivesoftware.smack.workgroup.user.Workgroup.joinQueue(Unknown Source)

        at org.jivesoftware.webchat.ChatSession.joinQueue(ChatSession.java:240)

        at org.jivesoftware.webchat.actions.ChatStarter.startSession(ChatStarter.java:256)

        at org.apache.jsp.queue_jsp._jspService(queue_jsp.java:91)

        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)

        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)

        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil terChain.java:290)

        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain .java:206)

        at org.jivesoftware.webchat.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi ngFilter.java:45)

        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil terChain.java:235)

        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain .java:206)

        at org.jivesoftware.webchat.SetupFilter.doFilter(SetupFilter.java:92)

        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil terChain.java:235)

        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain .java:206)

        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: 233)

        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java: 191)

        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:10 9)

        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)

        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11P rotocol.java:588)

        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

        at java.lang.Thread.run(Thread.java:662)

 

 

Any help will be gratly appreciated

 

Thanks in advance,

Jakub

webchat 4.0.0 source code

0
0

I am having a problem with webchat and openfire. I get an error in the logs

"WARNING: Error joining room:

No response from server.: "

This only happens when certain characters are entered in the name field in the webchat

For example. The following characters will cause a chat to fail: "¸"

 

I need to source code so i can debug the problem.

 

I am trying to checkout the webchat source code for version 4.0.0 .

I have gone to http://svn.igniterealtime.org/svn/repos/fastpath/webchat/ but the only code available is that on trunk. Both branch and tag folders are blank. How can I get the version I need?

Also I had a look at the jars in the .war file at /WEB-INF/lib/ and need to know what version smack and smackx are used here?

Chat Completion

0
0

Hello!

 

Is there a way to tell when a chat has ended and to modify what happens when a chat ends?  What I'd be interested in doing is immediately after a chat ends, I'd like to be able to retrieve the user info and transcript and pass it off to another JSP.

 

My efforts to find a breakdown of how the fastpath/webchat system works have been fruitless.  If there's documentation out there that explains how a chat is handled from start to finish, could someone point me to it?

 

Thanks!

We are looking for some help writing Java client to interface with Fastpath

0
0

Hi Everyone,

 

We are attempting to write some Java code to get the Fastpath information, messages, users etc from our Smack server. Unfortunately we haven't been able to find any documentation except the java docs.

 

We would be grateful if someone could point us in the right direction!

 

 

Tony

Trying to install Fastpath Webchat

0
0

Hi,

 

After updating to 3.7.0 (from 3.6.4)  installing webchat plugin doesn't work

I tried to install it from "available plugins":  it downloads fine (the "install" link disappears and the war file appears in the plugins directory), but it doesn't install - the plugin remains in the "available plugins" list, and doesn't appear in the (installed) "plugins" list.  Restarting the server didn't fix this.

 

Every other plugin installs fine...

 

Any ideas?

 

thanks in advance,

- Woody

Webchat with authentication

0
0

Can anyone help me please,

 

Everything is working fine with my fastpath webchat setup except when I restrict access to registered Openfire users. The following happens:

 

The user/client requests help and is prompted with the Login Form to input Name, Email, Password and Question, then hits "Start Chat" and immediately recieves the error message "Authentication Failed" even though authentication actually took place given that the agent recieves a chat request in the queue.

 

I've seen a solution/patch which involved recompiling java code... (http://community.igniterealtime.org/thread/37508?tstart=0) my programming skills are relatively basic so recompiling the code isn't a solution for me :-( can anyone help me with a compiled version of this patch to try out?

 

Any help would be appreciated.

 

José Carlos Oliveira


openfire + fastpath + redfire

0
0

We are using Openfire + Spark + Redfire . It is working Fine .

 

As well as We are using fastpath service also. Iti is also working fine .

 

 

But Now we want voice chat with web client from fastpath agent .

When i tried this , the voice chat window is opening at agent(Spark) side .,at client(Web customer) side Voice chat request is not comming  from agent .

 

And there is no option at Webchat  window  for voice call .

 

 

Please help me .

Alternative solution for Fastpath Webchat?

0
0

Hi Community.

 

I'm testing OpenFire+FastPath+Webchat and see that the solution is working ok.  However, the FastPath Webchat and/or FastPath developments are not active anymore so I wonder if there are other alternative solution with same functionalities as those above.  Secondly, does anyone have the latest COMPILED version of FastPath and Webchat?  I'm not very good at JAVA programming knowledge.

 

Thank you in advance.

Fast Path Live Chat

0
0

I found that Web Chat only works with Spark and I'm used to using PSI as it has voice capabilities.

Can PSI somehow be made to work with web chat?

Or can Spark use voice and video conferencing?

 

Thanks!

 

PS Great product!

How to configure the FastPath WebChat

0
0

Hi,

 

I just downloaded this aswsome OpenFire Server and install was as sweet as it can get. Once i installed now i want to configure the FastPath/OpenChat. The intention is to deploy the webchat helpdesk to my call center.

 

Now i went in the Plugin and first install the FastPath   i re-boot the server and i got the fast path in to menu.

 

Second i install the Fastpath Webchat  2.1 MB compoent and looks like it downloaded and installed. i again re-boot the server and then try to access the server with both paths

 

http://localhost:9090/webchat     and      http://localhost:7070/webchat          both says

 

HTTP ERROR 404

Problem accessing /webchat. Reason:

    Not Found


So i am stuck here. please show me light to get me out of this dark.

 

 

Shahzad

Webchat not found 404

0
0

Hi,

 

I've got a new install of Openfire running on ubuntu server. Everything's going great execpt webchat for fastpath.

 

I've tried installing the plugin from the admin console, but it doesn't even appear in the plugins list after installation.

 

I found this board and tried this: http://community.igniterealtime.org/docs/DOC-2156

Still get a 404 on <localhost>:7070/webchat

 

Tried webchat.war from this: http://community.igniterealtime.org/thread/44193?tstart=0

Same problem, no joy. No instructions on how to use webchat-4.0.2-openfire-3.7.0.patch.zip, so I tried uploading it as a plugin. That didn't do anything.

 

At least now I'm getting a "Tools" link and the plugin appears to be installed. But I still can't access the webchat config. Tools link gives me the same 404 error:

 

HTTP ERROR 404

Problem accessing /webchat. Reason:

    Not Found

Powered by Jetty://

 

 

 

 

Can someone provide some guidance on how to make this work?

Installation problem

0
0

Ok I have the following installed on a linux box also running an IP PBX on it.

 

Open FIre 3.7.0

Asterisk-IM 1.4.0

FastPath Service 4.2.0

Search 1.5.1

Subscription 1.2.2

 

I am using the embeded DB

All is working wonderfully. I have precence indicators and have gotten it working on computers off our internal net work and love all the features we have been using.

My problem is FastPath Webchat

 

I click on the plugins button and click on the + next to the webchat plugin and it works for a while then says it is installed successfully.

Then when I go back to the plugin page it is not listed. Then I refresh and it shows up (YEAH) It has created a folder in my plugin directory called webchat and it is full of files (YEAH) however when I go to [myipaddress]:9090/webchat I get

HTTP ERROR 404

Problem accessing /webchat. Reason:

    Not Found

 


Powered by Jetty://

 

OK so let's try it again. I uninstall the plugin however it isn't listed in the available plugins!?!?!? I have to SSH into my box and delete the .war file and the empty directory /webchat/ OK now the plug in is listed in the available plugin list. (YEAH) I again install. It again says success (YEAH) I go back to the plug in page and wait. It doesn't show up. I refresh. Nothing. I check my plugin directory all the files are there. ?!?!?! I go to myipaddress]:9090/webchat and get that 404 again (GRRR) I go back to the available plugins page and it is listed ?!?! however there is no green + next to the info ?!?!?!

 

I have tried multiple .war files from various places on the forum here and nothing seems to work. I have tried installing the .war on another server (our website) but still can't get the installation to come up. What am I doing wrong?

 

Fastpath Webchat fails to install

0
0

Hi,

 

the fastpath service is running fine on Of 3.7.1. if i try to install the webchat - even via webchat.war i get this:


2012.03.05 16:48:08 org.jivesoftware.openfire.container.PluginManager - Error loading plugin: C:\SERVER\Openfire\plugins\webchat                                java.lang.NoClassDefFoundError: org/mortbay/jetty/servlet/Context                                     at java.lang.Class.getDeclaredConstructors0(Native Method)                                     at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)                                     at java.lang.Class.getConstructor0(Unknown Source)                                     at java.lang.Class.newInstance0(Unknown Source)                                     at java.lang.Class.newInstance(Unknown Source)                                 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(PluginManager.java:1067)                                     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)                                     at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)                                     at java.util.concurrent.FutureTask.runAndReset(Unknown Source)                                     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)                                     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)                                     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)                                     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)                                     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)                                     at java.lang.Thread.run(Unknown Source)                                Caused by: java.lang.ClassNotFoundException: org.mortbay.jetty.servlet.Context                                     at java.net.URLClassLoader$1.run(Unknown Source)                                     at java.security.AccessController.doPrivileged(Native Method)                                     at java.net.URLClassLoader.findClass(Unknown Source)                                     at java.lang.ClassLoader.loadClass(Unknown Source)                                     at java.lang.ClassLoader.loadClass(Unknown Source)                                     ... 17 more                

 

What went wrong?

 

Cheers!


Access control in openfire admin console

0
0

Hi All,

          I have installed openfire webchat plugin. I am able to do my basic stuff here. I was able to create workgroups and queues. Here my need is to make one of the user(agent) as administrator for the workgroup and this user will have privilges to add new users in group and he/she will be able to see the reports related to work group through admin console. This user should not be able to add users in another work group and he should not be able to see reports for other groups. Do we have this provision in fastpath?

 

 

 

Thanks,

Srinivas

fastpath and openfire 3.6.4

0
0

We had an issue with the openfire server where it refused to login users in and refused to allow anyone into the admin console, I set the openfire.xml setup to false and went through the setup again and everything began working again but now fastpath is not working at all. I have went as far as removing and reinstalling fasthpath plugins. Fastpath is on the same server as the openfire server. The error I'm getting now is

 

warn.log

Closing session due to incorrect hostname in stream header. Host: openfire.pixius.com. Connection: org.jivesoftware.openfire.net.SocketConnection@873c41 socket: Socket[addr=/10.2.11.61,port=57426,localport=5269] session: null

Closing session due to incorrect hostname in stream header. Host: chat.example.com. Connection: org.jivesoftware.openfire.net.SocketConnection@873c41 socket: Socket[addr=/192.168.1.200,port=57426,localport=5269] session: null

2011.02.03 11:50:04 Could not retrieve image: offline

remote-server-not-found(404)

        at com.jivesoftware.smack.workgroup.user.Workgroup.getChatSettings(Unknown Source)

        at com.jivesoftware.smack.workgroup.user.Workgroup.getChatSettings(Unknown Source)

        at org.jivesoftware.webchat.util.SettingsManager.getImage(SettingsManager.java:147 )

        at org.jivesoftware.webchat.FastpathServlet.service(FastpathServlet.java:174)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)

        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1093)

        at org.jivesoftware.webchat.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi ngFilter.java:45)

        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1084)

        at org.jivesoftware.webchat.SetupFilter.doFilter(SetupFilter.java:92)

        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1084)

        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)

        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)

        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)

        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)

        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)

        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollect ion.java:206)

        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)

        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)

        at org.mortbay.jetty.Server.handle(Server.java:324)

        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)

        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.j ava:829)

        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)

        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)

        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)

        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)

        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)

**I changed the hostname and ip address for privacy reasons.

FastPath Errors Out After Installing Java 7 Update 11

0
0

I've had Openfire 3.70 and FastPath working fine for years. Yesterday after a Java security update, I'm getting now this error from the code that is on our website:

----------------

org.apache.jasper.JasperException: /userinfo.jsp(22,0) The value for the useBean class attribute org.jivesoftware.webchat.ChatUser is invalid.

org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java :40)

org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)

org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:148)

org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1203)

org.apache.jasper.compiler.Node$UseBean.accept(Node.java:1160)

----------------

 

Spark IM works fine, I can log into the OpenFire server fine, no errors show up.

 

This is the code that triggers the above error:

 

http://208.xxx.88.xx:8080/webchat/userinfo.jsp?chatID=18H1iT8lo1&workgroup=sales @workgroup.igt-server.xxx.com

 

Does anyone have a fix for this?

 

Thanks!

webchat error

0
0

2013.03.15 14:31:15 org.jivesoftware.openfire.container.PluginManager - Error loading plugin: /opt/openfire/plugins/webchat

java.lang.NoClassDefFoundError: org/mortbay/jetty/servlet/Context

          at java.lang.Class.getDeclaredConstructors0(Native Method)

          at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)

          at java.lang.Class.getConstructor0(Unknown Source)

          at java.lang.Class.newInstance0(Unknown Source)

          at java.lang.Class.newInstance(Unknown Source)

          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(Unknown Source)

          at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)

          at java.util.concurrent.FutureTask.runAndReset(Unknown Source)

          at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101 (Unknown Source)

          at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodi c(Unknown Source)

          at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknow n Source)

          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

          at java.lang.Thread.run(Unknown Source)

Caused by: java.lang.ClassNotFoundException: org.mortbay.jetty.servlet.Context

          at java.net.URLClassLoader$1.run(Unknown Source)

          at java.security.AccessController.doPrivileged(Native Method)

          at java.net.URLClassLoader.findClass(Unknown Source)

          at java.lang.ClassLoader.loadClass(Unknown Source)

          at java.lang.ClassLoader.loadClass(Unknown Source)

          ... 17 more

 

 

help me

Fastpath Webchat fails to install

0
0

Hi,

 

the fastpath service is running fine on Of 3.7.1. if i try to install the webchat - even via webchat.war i get this:


2012.03.05 16:48:08 org.jivesoftware.openfire.container.PluginManager - Error loading plugin: C:\SERVER\Openfire\plugins\webchat                                java.lang.NoClassDefFoundError: org/mortbay/jetty/servlet/Context                                     at java.lang.Class.getDeclaredConstructors0(Native Method)                                     at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)                                     at java.lang.Class.getConstructor0(Unknown Source)                                     at java.lang.Class.newInstance0(Unknown Source)                                     at java.lang.Class.newInstance(Unknown Source)                                 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(PluginManager.java:1067)                                     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)                                     at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)                                     at java.util.concurrent.FutureTask.runAndReset(Unknown Source)                                     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)                                     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)                                     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)                                     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)                                     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)                                     at java.lang.Thread.run(Unknown Source)                                Caused by: java.lang.ClassNotFoundException: org.mortbay.jetty.servlet.Context                                     at java.net.URLClassLoader$1.run(Unknown Source)                                     at java.security.AccessController.doPrivileged(Native Method)                                     at java.net.URLClassLoader.findClass(Unknown Source)                                     at java.lang.ClassLoader.loadClass(Unknown Source)                                     at java.lang.ClassLoader.loadClass(Unknown Source)                                     ... 17 more                

 

What went wrong?

 

Cheers!

Viewing all 1605 articles
Browse latest View live




Latest Images