Editing Workflow Results in HTTP Status 404
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. 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.
*Except Fisheye and Crucible
Symptoms
While working with workflow drafts, browser gives an ugly 404 error.
The following appears in the atlassian-jira.log
:
1
2
3
4
5
6
7
8
org.picocontainer.defaults.UnsatisfiableDependenciesException: com.atlassian.jira.web.action.admin.workflow.ViewWorkflowTransition doesn't have any satisfiable constructors. Unsatisfiable dependencies: [[interface com.atlassian.jira.workflow.JiraWorkflow, class com.opensymphony.workflow.loader.StepDescriptor, class com.opensymphony.workflow.loader.ActionDescriptor, interface com.atlassian.plugin.PluginAccessor, interface com.atlassian.jira.config.ConstantsManager, class com.atlassian.jira.util.CollectionReorderer, interface com.atlassian.jira.bc.workflow.WorkflowService], [interface com.atlassian.jira.workflow.JiraWorkflow, class com.opensymphony.workflow.loader.ActionDescriptor, interface com.atlassian.plugin.PluginAccessor, interface com.atlassian.jira.config.ConstantsManager, class com.atlassian.jira.util.CollectionReorderer, interface com.atlassian.jira.bc.workflow.WorkflowService]]
at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.getGreediestSatisifableConstructor(ConstructorInjectionComponentAdapter.java:138)
at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.instantiateComponent(ConstructorInjectionComponentAdapter.java:193)
at org.picocontainer.defaults.InstantiatingComponentAdapter.getComponentInstance(InstantiatingComponentAdapter.java:48)
at org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(DecoratingComponentAdapter.java:42)
at org.picocontainer.defaults.SynchronizedComponentAdapter.getComponentInstance(SynchronizedComponentAdapter.java:35)
at org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(DecoratingComponentAdapter.java:42)
Cause
This is due to concurrent editing of the same workflow/draft.
Workaround
Avoid concurrent editing.
Was this helpful?