Unable to install on Stash data center 3.9.2

Issue #22 invalid
R created an issue

Hi,

We are trying to install this plugin by "upload add-on". It is not installed and showing following error in UI.

"This add-on could not be loaded. It has one or more errors that prevent it from being enabled. Refer to the logs for more information."

From the logs I can see following error: 2015-11-02 11:29:03,397 DEBUG [http-nio-7990-exec-22] rbagul 10PLW9Dx689x2221x0 ckhydm 10.20.156.4,127.0.0.1 "GET /plugins/servlet/upm HTTP/1.1" c.a.s.i.i18n.PluginI18nService No values found in any valid locale for key upm.plugin.error.failed.to.remove.request and locales [en_US, en] 2015-11-02 11:29:26,813 ERROR [UpmAsynchronousTaskManager:thread-1] rbagul 10PLW9Dx689x2264x0 ckhydm 10.20.156.4,127.0.0.1 "POST /rest/plugins/1.0/ HTTP/1.1" c.a.p.manager.DefaultPluginManager There was an error loading the descriptor 'Http Get Post Receive Hook' of plugin 'de.aeffle.stash.plugin.stash-http-get-post-receive-hook'. Disabling. java.lang.NoClassDefFoundError: com/atlassian/bitbucket/hook/repository/AsyncPostReceiveRepositoryHook

Comments (3)

  1. Alexander Renteln

    Hi @bagulr,

    as the error message states, the class com.atlassian.bitbucket... could not be found:

    [...]
    java.lang.NoClassDefFoundError: com/atlassian/bitbucket/hook/repository/AsyncPostReceiveRepositoryHook
    [...]
    

    This tells you that you are using the new version of the plugin for bitbucket-server on an old stash instance. This cannot work as everything changed!

    Please use an appropriate version.

    Thanks in advance, Alex

  2. Log in to comment