Project Overview page in JIRA returns 500 status

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Unable to access the Project Overview page in JIRA. HTTP Status 500.

 The following appears in the atlassian-jira.log:

2014-06-09 09:04:17,868 http-bio-80-exec-102 ERROR user 544x25093x8 w4cy3t 29.0.46.200 /browse/PROJECT [jira.projects.web.BrowseProject] Something went wrong getting context for currently selected browse project tab
com.atlassian.util.concurrent.LazyReference$InitializationException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.spartez.scrumprint.plugin.ProjectSettingsTabPanel': Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/atlassian/jira/plugin/projectpanel/impl/VersionsProjectTabPanel
	at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:149)
	at com.atlassian.util.concurrent.LazyReference.get(LazyReference.java:112)
	at com.atlassian.util.concurrent.ResettableLazyReference.get(ResettableLazyReference.java:87)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.spartez.scrumprint.plugin.ProjectSettingsTabPanel': Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/atlassian/jira/plugin/projectpanel/impl/VersionsProjectTabPanel
	at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:254)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925)
	at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:143)
	... 277 more
Caused by: java.lang.NoClassDefFoundError: com/atlassian/jira/plugin/projectpanel/impl/VersionsProjectTabPanel
	at com.spartez.scrumprint.plugin.ProjectSettingsTabPanel.<clinit>(ProjectSettingsTabPanel.java:30)
	at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:248)
	... 295 more
Caused by: java.lang.ClassNotFoundException: com.atlassian.jira.plugin.projectpanel.impl.VersionsProjectTabPanel

Cause

Incompatible version or expired license of Agile Cards add-on is causing the page to throw an internal server error.

Resolution

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.