Searching returns a system error due to Adaptavist Statistical Analysis add-on
Symptoms
When searching Confluence, a system error is displayed.
The following appears in the atlassian-confluence.log
:
2013-10-11 10:47:32,324 ERROR [http-80-13] [[Standalone].[localhost].[/].[action]] log Servlet.service() for servlet action threw exception
-- referer: BASE_URL/admin/console.action | url: /dosearchsite.action | userName: support
java.lang.NoSuchMethodError: com.atlassian.confluence.event.events.search.SearchPerformedEvent.getQuery()Lcom/atlassian/confluence/search/actions/SearchQueryBean;
at com.adaptavist.confluence.stats.internals.StatsEventListener.handleEvent(StatsEventListener.java:201)
at com.atlassian.event.legacy.LegacyListenerHandler$LegacyListenerInvoker.invoke(LegacyListenerHandler.java:55)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$2.run(AsynchronousAbleEventDispatcher.java:66)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$1.execute(AsynchronousAbleEventDispatcher.java:32)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher.dispatch(AsynchronousAbleEventDispatcher.java:60)
at com.atlassian.event.internal.EventPublisherImpl.invokeListeners(EventPublisherImpl.java:160)
at com.atlassian.event.internal.EventPublisherImpl.publish(EventPublisherImpl.java:79)
at com.atlassian.confluence.plugins.search.actions.SearchAction.publishSearchPerformedEvent(SearchAction.java:151)
at com.atlassian.confluence.plugins.search.actions.SearchAction.execute(SearchAction.java:132)
...snip...
2013-10-11 10:47:32,330 ERROR [http-80-13] [[Standalone].[localhost].[/].[action]] log Servlet.service() for servlet action threw exception
java.lang.NoSuchMethodError: com.atlassian.confluence.event.events.search.SearchPerformedEvent.getQuery()Lcom/atlassian/confluence/search/actions/SearchQueryBean;
at com.adaptavist.confluence.stats.internals.StatsEventListener.handleEvent(StatsEventListener.java:201)
at com.atlassian.event.legacy.LegacyListenerHandler$LegacyListenerInvoker.invoke(LegacyListenerHandler.java:55)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$2.run(AsynchronousAbleEventDispatcher.java:66)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$1.execute(AsynchronousAbleEventDispatcher.java:32)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher.dispatch(AsynchronousAbleEventDispatcher.java:60)
at com.atlassian.event.internal.EventPublisherImpl.invokeListeners(EventPublisherImpl.java:160)
at com.atlassian.event.internal.EventPublisherImpl.publish(EventPublisherImpl.java:79)
at com.atlassian.confluence.plugins.search.actions.SearchAction.publishSearchPerformedEvent(SearchAction.java:151)
at com.atlassian.confluence.plugins.search.actions.SearchAction.execute(SearchAction.java:132)
...snip...
Cause
This Add-On is no longer updated for new Confluence versions, and is referring to class methods which no longer exist.
Resolution
Un-install the Adaptavist Statistical Analysis add-on
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.