Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
When trying to install Xray (the current latest version available on the marketplace is 3.3.6) on JIRA 7.0.0, the plugin is installed but not enabled.
When trying to enable it, an error message is thrown informing to check the logs.
When checking the logs, the following error is displayed:
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'xrayTestStepSyntaxHelperManager' defined in URL [bundle://179.0:0/META-INF/spring/atlassian-plugins-components.xml]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.xpandit.raven.service.automatedsteps.impl.GherkinSyntaxHelper]: : Error creating bean with name 'xrayGherkinSyntaxHelper' defined in URL [bundle://179.0:0/META-INF/spring/atlassian-plugins-components.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: io/atlassian/fugue/Either; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xrayGherkinSyntaxHelper' defined in URL [bundle://179.0:0/META-INF/spring/atlassian-plugins-components.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: io/atlassian/fugue/Either at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)