Failed to install plugin due to Failed to install OBR jar artifact error message
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
症状
Confluence fails to install a new plugin from the interface. This can happen when using third party plugins as well.
atlassian-confluence.log
に次のメッセージが表示される。
[atlassian.upm.impl.ObrPluginInstallHandler] installPlugin Failed to remove local OBR repository resources
com.atlassian.upm.PluginInstallException: Failed to install OBR jar artifact
at com.atlassian.upm.impl.ObrPluginInstallHandler.installPlugin(ObrPluginInstallHandler.java:101)
at com.atlassian.upm.PluginInstaller.execute(PluginInstaller.java:164)
at com.atlassian.upm.PluginInstaller.install(PluginInstaller.java:119)
at com.atlassian.upm.rest.resources.install.InstallTask.installFromFile(InstallTask.java:110)
原因
There are 2 reasons for this issue.
1) The max packet size in MySQL is set to a low value which does not allow the plugin to be installed
2) The UPM is running an old version and must be updated to the latest one for the Confluence version.
Note there might be other reasons rather than the ones above which were not found yet.
ソリューション
- Follow these steps to setup a higher value to the MySQL max packet size.
- Upgrade the UPM to the latest available version
Restart the application and try to install the plugin again.