JIRA Importer Plugin is disabled automatically on JIRA 5

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Upon starting JIRA, the JIRA Importer Plugin (JIM) is disabled automatically, and cannot enable JIM manually through System Plugin.  The following appears on the atlassian-jira.log:

2012-03-05 21:16:31,921 Spring executor 6 ERROR      [plugin.osgi.factory.OsgiPlugin] Unable to start the Spring context for plugin com.atlassian.jira.plugins.jira-importers-plugin
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pivotalRapidBoardManager' defined in URL [bundle://55.0:0/META-INF/spring/atlassian-plugins-components.xml]: Initialization of bean failed; nested exception is java.lang.TypeNotPresentException: Type com.atlassian.greenhopper.api.rapid.view.Column not present
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)

...
Caused by: java.lang.TypeNotPresentException: Type com.atlassian.greenhopper.api.rapid.view.Column not present
	at sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:116)
	at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
...
Caused by: java.lang.ClassNotFoundException: com.atlassian.greenhopper.api.rapid.view.Column
	at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:772)
	at org.apache.felix.framework.ModuleImpl.access$200(ModuleImpl.java:73)

原因

The JIRA instance is using the OpenJDK or Oracle JAVA JDK 1.7 instead of Oracle JAVA JDK 1.6.24 or above.

ソリューション

Install Oracle Sun's JDK 1.6.24 or above.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.