Unable to Enable Applinks Plugin Due to Invalid State

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

症状

After restating, the Confluence Applinks plugin is disabled. Trying to re-enable it fails. Logs contain messages like:

2009-12-02 15:09:08,508 INFO [http-8081-6] [admin.actions.plugins.ManagePluginsAction] logPluginAction User 'admin' enable plugin key: com.atlassian.applinks.confluence
2009-12-02 15:09:08,524 WARN [http-8081-6] [plugin.osgi.factory.OsgiPlugin] enable Unable to enable plugin 'com.atlassian.applinks.confluence'
 -- url: /confluence/admin/enableplugin.action | userName: syamanaka | referer: http://confluence.atlassiancom/confluence/admin/viewplugins.action?pluginKey=com.atlassian.applinks.confluence | action: enableplugin
com.atlassian.plugin.osgi.container.OsgiContainerException: Cannot enable the plugin 'com.atlassian.applinks.confluence' when the bundle is not in the resolved or installed state: 32(14)
	at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:371)

原因

The plugin's state is invalid.

ソリューション

  1. Check out the database entry:

    SELECT BANDANAVALUE FROM bandana WHERE BANDANAKEY = 'plugin.manager.state.Map';
    
  2. Look for an entry about the applinks plugin, like this:

      <entry>
        <string>com.atlassian.applinks.confluence</string>
        <boolean>false</boolean>
      </entry>
    
  3. Delete whatever entry's there, then re-update the table:

    UPDATE bandana SET BANDANAVALUE = '<insert new xml here>' WHERE BANDANAKEY = 'plugin.manager.state.Map';
    

 

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.