Some customers are getting NoSuchBeanDefinitionException: No unique bean of type [com.atlassian.jira.config.StatusManager] is defined

Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 2, 2014

Hi there,

I am facing a weird issue these days. I have a JIRA add-on and some customers are getting below exception.

org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.atlassian.jira.config.StatusManager] is defined

I have a dependency and see that there is a class{{StatusManager}} inside the jira-api.jar

<dependency>
            <groupId>com.atlassian.jira</groupId>
            <artifactId>jira-api</artifactId>
            <version>${jira.version}</version>
            <scope>provided</scope>
        </dependency>

I relly could not figure out the problem. Any help is much appreciated.

Tuncay

1 answer

1 accepted

0 votes
Answer accepted
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 5, 2014

I am not 100% sure, but I suppose component-import in atlassian-plugin.xml would solve the problem.

Suggest an answer

Log in or Sign up to answer