Project Panels Show Blank Pages Due to Subversion Plugin

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

After upgrading to JIRA 4.x all project panels are returning blank pages. The following error appears in the logs:

Caused by: java.lang.NoSuchMethodError: com.atlassian.jira.plugin.projectpanel.impl.GenericProjectTabPanel: method <init>()V not found
	at com.atlassian.jira.plugin.ext.subversion.projecttabpanels.SubversionProjectTabPanel.<init>(SubversionProjectTabPanel.java:73)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:100)
	at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.instantiateComponent(ConstructorInjectionComponentAdapter.java:200)
	at org.picocontainer.defaults.InstantiatingComponentAdapter.getComponentInstance(InstantiatingComponentAdapter.java:48)
	at org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(DecoratingComponentAdapter.java:42)
	at org.picocontainer.defaults.SynchronizedComponentAdapter.getComponentInstance(SynchronizedComponentAdapter.java:35)
	at org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(DecoratingComponentAdapter.java:42)
	at com.atlassian.jira.config.component.ProfilingComponentAdapter.getComponentInstance(ProfilingComponentAdapter.java:3

Cause

The subversion plugin has not been updated and is using the old < 3.13 compatible version.

Resolution

Make sure that the subversion plugin is compatible with the version of JIRA. Check the Plugin Exchange for version compatibility.

(info) Note that there are other causes to this issue. See Project Panels Are Blank.

 

 

 

 

 

 

 

 

 

 

 

   

 

 

 

 

 

 

 

 

 

 

 

Last modified on Mar 30, 2016

Was this helpful?

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