Exception in jira on zapi put

Issue #3 new
Former user created an issue

This is the system information:

{"zfj_build":"1459","customerId":"xxxxx","jira_db_type":"oracle10g","licenseDescription":"Zephyr for JIRA - Test Management for JIRA Unlimited Users: Commercial License","zfj_version":"2.1.0","jira_app_server":"Apache Tomcat","jira_db_build":"6258","jira_version":"6.2.2"}

When the zapi maven plugin tries to do a put on this resource: http://jira_host/rest/zapi/latest/execution/83/execute

with this data:

{"status":"1","comment":" Successfully Executed in 10.534 sec"}

We get this exception in jira:

java.lang.RuntimeException: com.atlassian.jira.index.Indexes.createQueuedIndexManager(Ljava/lang/String;Lcom/atlassian/jira/index/Configuration;)Lcom/atlassian/jira/index/Index$Manager;
        at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:54)
        at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$2.run(AsynchronousAbleEventDispatcher.java:66)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NoSuchMethodError: com.atlassian.jira.index.Indexes.createQueuedIndexManager(Ljava/lang/String;Lcom/atlassian/jira/index/Configuration;)Lcom/atlassian/jira/index/Index$Manager;
        at com.thed.zephyr.je.index.ScheduleIndexDirectoryFactory$Mode$2.createIndexManager(ScheduleIndexDirectoryFactory.java:43)

Comments (0)

  1. Log in to comment