Page Not Found when navigating to Manage Add-Ons (UPM: /plugins/servlet/upm)

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 は除く

問題

Navigating to Confluence Admin >> Manage Add-Ons results in Page Not Found. The URL shows the correct path: http://<ConfluenceURL>/plugins/servlet/upm

原因

  1. Either corrupted plugin caches, or the UPM fails to startup due to this: Plugins are disabled at startup and various timeout errors appear in the logs after startup
  2. It is also possible that the issue is due to compatibility of Atlassian Universal Plugin Manager Plugin with the Confluence version

ソリューション

For Cause 1

Shutdown Confluence, then remove the following from the Confluence Home Directory (refer to Confluence Home and other important directories for more information):

  • bundled-plugins
  • plugins-cache
  • plugins-osgi-cache
  • plugins-temp

After that, startup Confluence. If that does not solve the issue, please refer to this article: Plugins are disabled at startup and various timeout errors appear in the logs after startup (the UPM may not be starting up due to a timeout)

For Cause 2

Verify the version of the Atlassian Universal Plugin Manager Plugin and compare it against the below page where it shows the support versions on the second column:

If you have incompatible version of the Atlassian Universal Plugin Manager Plugin with the Confluence, please follow the below steps:

Confluence は UPM などのアドオンをデータベースに保管するため、ファイル置換による更新プロセスは他の製品での手順とは少し異なります。

Confluence で UPM ファイルを更新するには、次の手順を実行します。

  1. Atlassian Marketplace から UPM の JAR ファイルをダウンロードします。 
  2. Confluence を停止します。 
  3. <install-directory>/confluence/WEB-INF/atlassian-bundled-plugins から既存の UPM の JAR ファイルを削除します。
  4. 新しい UPM の JAR ファイルを同じディレクトリにコピーします。 
  5. Confluence のプラグイン キャッシュをクリアします。 
  6. Downgrading only:

    データベースの変更を行う場合は必ず事前にバックアップを取得してください。可能な場合は、まずステージング サーバーで SQL コマンドの変更、挿入、更新、または削除を行うようにします。

    DELETE FROM plugindata WHERE pluginkey LIKE 'com.atlassian.upm.atlassian-universal-plugin%';
  7. Confluence を再起動します。

最終更新日: 2023 年 1 月 10 日

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

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