'Found a workflow in the request parameters, but there is no workflowMode' Error when Editing Workflow

お困りですか?

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

コミュニティに質問

症状

When editing an existing workflow, JIRA throws the following exception:


2008-10-06 12:54:31,691 INFO [STDOUT] 2008-10-06 12:54:31,689 TP-Processor7 ERROR [web.util.component.RequestComponentManager] java.lang.IllegalStateException: Found a 'workflow' in the request parameters,
but there is no 'workflowMode'. https://localhost/jira/secure/admin/workflows/ViewWorkflowTransition.jspa?workflowTransition=1&workflowName=jira
java.lang.IllegalStateException: Found a 'workflow' in the request parameters, but there is no 'workflowMode'. https://localhost/jira/secure/admin/workflows/ViewWorkflowTransition.jspa?workflowTransition=1&workflowName=jira

原因

The compiled JSP files have gone out-of-sync, and this causes JIRA to generate incorrect URL without the 'workflowMode' parameter.

ソリューション

Clearing out the compiled JSP's will resolve this issue.

  1. Jira をシャットダウンします。
  2. Remove the contents of <jira-install-dir>/work directory
  3. Jira を再起動します。

This will force Tomcat to recompile JIRA JSP files.


Last modified on Mar 30, 2016

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

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