Error in broadcast plugin (Wildfire 3.2.0)

I have an installation of WIldfire 3.2.0 (upgraded from 3.1.1) and many of the plugins (IM Gateway, broadcast, etc.) seem to be malfunctioning.

Exception:

java.lang.AbstractMethodError

at org.jivesoftware.wildfire.interceptor.InterceptorManager.invokeInterceptors(Int erceptorManager.java:227)

at org.jivesoftware.wildfire.session.Session.process(Session.java:280)

at org.jivesoftware.wildfire.SessionManager$SessionMap.broadcast(SessionManager.ja va:446)

at org.jivesoftware.wildfire.SessionManager$SessionMap.access$700(SessionManager.j ava:307)

at org.jivesoftware.wildfire.SessionManager.broadcast(SessionManager.java:1364)

at org.jivesoftware.wildfire.SessionManager.sendServerMessage(SessionManager.java: 1652)

at org.jivesoftware.wildfire.SessionManager.sendServerMessage(SessionManager.java: 1632)

at org.jivesoftware.wildfire.admin.user_002dmessage_jsp._jspService(user_002dmessa ge_jsp.java:126)

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

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

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

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

at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:11 8)

at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)

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

at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:65)

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

at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingF ilter.java:41)

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

at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:69)

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

at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:98)

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

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

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

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

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

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

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

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

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

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

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

at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:765 )

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

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

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

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

at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)

I removed the plugin and others that people are reporting problems with as well. Is there a list somewhere of plugins that are currently incompatible with Wildfire 3.2.0?

Message was edited by: KClaisse

I have also upgraded from 3.1.1 to 3.2.0 and all plugins (gateway, contentfilter, search, broadcast, presence, registration) are working well. My upgrade steps were as follows:

  • backup wildfire.xml file

  • remove wildfire directory

  • untar new wildfire relase

  • overwrite new wildfire.xml with backuped file

  • remove firstrun file from .install4j directory

Marek

Thanks for the reply! It looks like it worked for me too! There is one slight problem but I htink I just fixed that. Many thanks!

Message was edited by: KClaisse

My problem was installing the update over a previous installation of Wildfire. Ibacked up the config (wildfire/conf/wildfire.xml) and removed the directory, then installed from the tarball. Plugins work great now!

Message was edited by: KClaisse