Clicking on Plugin Repository, Office Connector Configuration, WebDAV Configuration, or Configure Allowlist yields 'Page Not Found' in 2.10.x

お困りですか?

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

コミュニティに質問

症状

Some links in Admin Console wil yield a "Page not found", for instance, when clicking on:

  • プラグイン リポジトリ
  • WebDAVの設定
  • Configure allowlist
  • Office コネクタ設定

原因

Plugin Repository Client is version 2.13.3, which is not compatible with 2.10.x. See APR-171.

ソリューション

*To resolve this problem, remove the Confluence Repository Client from the PLUGINDATA table: *

tip/resting Created with Sketch.

See How to manually remove malfunctioning add-ons.

  1. 次のコマンドを実行します。

    select PLUGINDATAID, PLUGINKEY, FILENAME from PLUGINDATA where PLUGINKEY = 'confluence.repository.client';
    
  2. Ensure there are no records returned for this query. If there are, remove them from the databese:

    delete from PLUGINDATA where PLUGINKEY = 'confluence.repository.client';
    
  3. Also uninstall it through the plugin manager, from Administration >> Plugins. Confluence will then reload the bundled plugin in the next startup.
  4. Restart Confluence to reload the plugin from the bundled-plugins folder.





























最終更新日 2020 年 9 月 29 日

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

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