Unable to see bundled macro after upgrade
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
問題
After upgrading Confluence users are not able to see macro in the macro browser , eg: The Roadmap planner macro
The following appears in the atlassian-confluence.log
2015-06-03 19:11:48,840 ERROR [localhost-startStop-1] [plugin.osgi.util.OsgiHeaderUtil] getManifest Cannot get manifest resource from plugin artifact 'confluence-roadmap-plugin-12.3.2_1433309154000.jar': Cannot open JAR file: /var/atlassian/application-data/confluence/plugins-osgi-cache/transformed-plugins/confluence-roadmap-plugin-12.3.2_1433309154000.jar
2015-06-03 19:11:48,917 ERROR [localhost-startStop-1] [atlassian.plugin.loaders.ScanningPluginLoader] deployPluginFromUnit Unable to deploy plugin 'com.atlassian.confluence.plugins.confluence-roadmap-plugin' from 'Unit: /opt/atlassian/confluence/confluence/WEB-INF/atlassian-bundled-plugins/confluence-roadmap-plugin-12.3.2.jar (1433309154000)'.
2015-06-03 19:11:48,935 ERROR [localhost-startStop-1] [atlassian.plugin.loaders.ScanningPluginLoader] deployPluginFromUnit Because of the following exception:
java.lang.IllegalArgumentException: File must be a jar: /var/atlassian/application-data/confluence/plugins-osgi-cache/transformed-plugins/confluence-roadmap-plugin-12.3.2_1433309154000.jar
at com.atlassian.plugin.osgi.factory.transform.JarUtils.withJar(JarUtils.java:103)
at com.atlassian.plugin.osgi.factory.transform.JarUtils.getManifest(JarUtils.java:38)
...
Caused by: java.util.zip.ZipException: error in opening zip file
原因
The plugin cache is corrupted.
ソリューション
- Confluence をシャットダウンします。
- Confluence を実行しているユーザーに confluence-home ディレクトリへの完全な読み取り / 書き込み権限が割り当てられていることを確認します。
Remove the following directories
This will remove the plugin cache files only and will not permanently remove any plugins. These directories will be recreated during the next Confluence startup. However, some third-party plugins may store metadata in these directories, so we recommend creating a temporary backup of the directories.
<confluence-home>/bundled-plugins
<confluence-home>/plugins-cache
<confluence-home>/plugins-osgi-cache
<confluence-home>/plugins-temp
<confluence-home>/bundled-plugins_language
- Confluence を起動します。