OpenFire / ClearSpace Community integration

Hello All,

I am trying to setup Openfire and I’ve gotten as far as the ClearSpace Integration. I’ve setup the clearspace server and set the shared secret but when i put all the information into openfire I get the following error (screen shot attached):

Test: Connection Settings

Status: Error

An error occured while attempting to connect to Clearspace. Please check that the URI is correct and that points to your Clearspace instance. (Page not found).

Exception detail:

Web service not found in Clearspace.

What’s really odd is that I was able to setup a connection to another instance of clearspace we have running here (although that is clearspace version 2.0.8, and the one that i am having problems with is clearspace community 2.5.5).

Any help would be appreciated.

Below are the exceptions i see in /opt/openfire/logs/warn.log:

2009.04.08 05:46:14 Failed testing communicating with Clearspace
org.jivesoftware.openfire.clearspace.ConnectionException: Web service not found in Clearspace.
at org.jivesoftware.openfire.clearspace.ClearspaceManager.executeRequest(Clearspac eManager.java:889)
at org.jivesoftware.openfire.clearspace.ClearspaceManager.executeRequest(Clearspac eManager.java:810)
at org.jivesoftware.openfire.clearspace.ClearspaceManager.testConnection(Clearspac eManager.java:355)
at org.jivesoftware.openfire.admin.setup.setup_002dclearspace_002dintegration_005f test_jsp._jspService(setup_002dclearspace_002dintegration_005ftest_jsp.java:67)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
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 com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1084)
at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:66)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1084)
at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingF ilter.java:42)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1084)
at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:70)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1084)
at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:99)
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 figured it out (well, not really, but it’s working now so that’s all that matters). I restarted clearspace community, then re-ran the openfire setup and it worked.