Deadlock in JIRA after Security Patch Feb 2014

Nabil Sayegh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 3, 2014

After testing the security patch on our 5.2.11 test instance (Linux + SQL Server), we get deadlocks when starting. Is that a known issue? com.sysbliss.jira.plugins.workflow.manager.WorkflowLayoutManager seems to be the atlassian workflow designer.

Apart from these workflow manager deadlocks the log is clean, but Workflow Designer Plugin is automatically disabled (which is ok for now). Is it safe to continue?

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'workflowImageManager' defined in URL [bundle://66.0:0/META-INF/spring/custom-beans.xml]: Cannot create inner bean 'com.sysbliss.jira.plugins.workflow.manager.WorkflowImageManagerImpl#64124f93' of type [com.sysbliss.jira.plugins.workflow.manager.WorkflowImageManagerImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.sysbliss.jira.plugins.workflow.manager.WorkflowImageManagerImpl#64124f93' defined in URL [bundle://66.0:0/META-INF/spring/custom-beans.xml]: Unsatisfied dependency expressed through constructor argument with index 0 of type [com.sysbliss.jira.plugins.workflow.manager.WorkflowLayoutManager]: : Error creating bean with name 'workflowLayoutManager' defined in URL [bundle://66.0:0/META-INF/spring/atlassian-plugins-components.xml]: Unsatisfied dependency expressed through constructor argument with index 0 of type [com.sysbliss.jira.plugins.workflow.util.WorkflowDesignerPropertySet]: : Error creating bean with name 'workflowDesignerPropertySet' defined in URL [bundle://66.0:0/META-INF/spring/atlassian-plugins-components.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.sysbliss.jira.plugins.workflow.util.WorfklowDesignerPropertySetImpl]: Constructor threw exception; nested exception is com.opensymphony.module.propertyset.PropertyImplementationException: Error getting the next result (Transaction (Process ID 53) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'workflowDesignerPropertySet' defined in URL [bundle://66.0:0/META-INF/spring/atlassian-plugins-components.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.sysbliss.jira.plugins.workflow.util.WorfklowDesignerPropertySetImpl]: Constructor threw exception; nested exception is com.opensymphony.module.propertyset.PropertyImplementationException: Error getting the next result (Transaction (Process ID 53) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.); nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'workflowLayoutManager' defined in URL [bundle://66.0:0/META-INF/spring/atlassian-plugins-components.xml]: Unsatisfied dependency expressed through constructor argument with index 0 of type [com.sysbliss.jira.plugins.workflow.util.WorkflowDesignerPropertySet]: : Error creating bean with name 'workflowDesignerPropertySet' defined in URL [bundle://66.0:0/META-INF/spring/atlassian-plugins-components.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.sysbliss.jira.plugins.workflow.util.WorfklowDesignerPropertySetImpl]: Constructor threw exception; nested exception is com.opensymphony.module.propertyset.PropertyImplementationException: Error getting the next result (Transaction (Process ID 53) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'workflowDesignerPropertySet' defined in URL [bundle://66.0:0/META-INF/spring/atlassian-plugins-components.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.sysbliss.jira.plugins.workflow.util.WorfklowDesignerPropertySetImpl]: Constructor threw exception; nested exception is com.opensymphony.module.propertyset.PropertyImplementationException: Error getting the next result (Transaction (Process ID 53) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.)

2 answers

0 votes
Priit Liivak March 9, 2014

Can you share the solution here as well?

0 votes
Nabil Sayegh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 3, 2014

Further testing revealed, that the workflow designer plugin is not dispensable. I'll file a support ticket.

Suggest an answer

Log in or Sign up to answer