Error when trying to configure timesheet gadget

Issue #395 resolved
Former user created an issue

Here is the error I get: Error creating bean with name 'jira.timesheet.plugin.configuration.ConfigurationAction': Unsatisfied dependency expressed through constructor argument with index 0 of type [jira.timesheet.plugin.configuration.ConfigurationService]: : No unique bean of type [jira.timesheet.plugin.configuration.ConfigurationService] is defined: Unsatisfied dependency of type [class jira.timesheet.plugin.configuration.ConfigurationService]: expected at least 1 matching bean; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [jira.timesheet.plugin.configuration.ConfigurationService] is defined: Unsatisfied dependency of type [class jira.timesheet.plugin.configuration.ConfigurationService]: expected at least 1 matching bean

Running JIRA 6.0.6 and Timesheet 2.5.1

Comments (19)

  1. Andriy Zhdanov

    Looks the same as issue#391 and issue#370 but I still can't reproduce it, though I've got some idea about the cause. Could you please try experimental build 2.5.2 from bitbucket Downloads?

    Thank you.

  2. Andriy Zhdanov

    Hm, could you please search in your jira for all occurencies of timesheet plugin, e.g.:

    $ find jira -name jira-timesheet-plugin*.jar
    
  3. Andriy Zhdanov

    Hi Moriah,

    Thank you for the information, but still everything looks fine. Could you please send me plugins/installed-plugins zipped dir? I'll try to run JIRA with it.

    I believe it's safe if you put it to some public temporary storage, e.g. http://temp-share.com.

    Thank you.

  4. Andriy Zhdanov

    Ok, I have narrowed it down to com.plugenta.jiraauditor plugin, it causes the problem, however I can't get how and why, so I've made it working in some other weired way. Could you please try 2.5.2 from Downloads?

    Thank you.

  5. Former user Account Deleted

    Well, I can get to the configuration page... but when I make changes and save I get a stacktrace. See attached txt file.

  6. Andriy Zhdanov

    Oh, I forgot to check this path, please try again, but uninstall it first, because version is the same. Sorry for inconveniences,

  7. Former user Account Deleted

    No problem at all! I uninstalled, downloaded the newest version and reinstalled. Still getting stacktrace on save of configuration. See stacktrace#2 attachment.

  8. Andriy Zhdanov

    I would say just restart should help. And make sure you installed the jar downloaded last time.

  9. Former user Account Deleted

    Restarted and it didn't work but then uninstalled and reinstalled and viola - it is working!

    Thank you for the quick response!

  10. Log in to comment