Browsing to issue raises error
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
After upgrade JIRA, the following appears in the atlassian-jira.log when browsing an issue:
2011-10-17 09:34:09,914 http-8080-4 ERROR admin 574x122x1 1o4fwrq 62.216.165.89,127.0.0.1 /browse/TST-18 [webwork.util.ValueStack] METHOD: "renderPanels", exception:
java.lang.NoSuchMethodError: com.atlassian.jira.web.action.issue.ViewIssue.getActionOrder()Ljava/lang/String;
at com.atlassian.jira.plugin.ext.subversion.issuetabpanels.changes.SubversionRevisionsTabPanel.isSortingActionsInAscendingOrder(SubversionRevisionsTabPanel.java:146)
at com.atlassian.jira.plugin.ext.subversion.issuetabpanels.changes.SubversionRevisionsTabPanel.getActions(SubversionRevisionsTabPanel.java:63)
at com.atlassian.jira.issue.tabpanels.AllTabPanel.getActions(AllTabPanel.java:45)
at com.atlassian.jira.plugin.issuetabpanel.IssueTabPanelModuleDescriptor.getActions(IssueTabPanelModuleDescriptor.java:94)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
原因
A plugin from previous JIRA is installed in the upgraded JIRA. However, the old plugin is not compatible with the upgraded JIRA version.
ソリューション
Upgrade the plugin to the compatible version according to https://marketplace.atlassian.com/
According to the stack trace from the above error, the incompatible plugin is Subversion plugin.
この内容はお役に立ちましたか?