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: *
次のコマンドを実行します。
select PLUGINDATAID, PLUGINKEY, FILENAME from PLUGINDATA where PLUGINKEY = 'confluence.repository.client';
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';
- Also uninstall it through the plugin manager, from
Administration >> Plugins
. Confluence will then reload the bundled plugin in the next startup. - Restart Confluence to reload the plugin from the bundled-plugins folder.
最終更新日 2020 年 9 月 29 日
Powered by Confluence and Scroll Viewport.