JIRA start fail with cannot be cast to java.lang.Comparable

お困りですか?

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

コミュニティに質問

症状

  1. After installing JIRA, system is not accessible trough the interface.

atlassian-jira.log に次のエラーが返される。

2012-04-20 15:58:02,674 main ERROR      [atlassian.plugin.manager.PluginEnabler] Unable to enable plugin com.atlassian.sal.jira
java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.Comparable
	at org.apache.felix.framework.resolver.CandidateComparator.compare(CandidateComparator.java:46)
	at org.apache.felix.framework.resolver.CandidateComparator.compare(CandidateComparator.java:26)
	at java.util.TreeMap.compare(TreeMap.java:1188)

原因

Java Version is 1.7 or up (older JIRA versions should not work correctly with newer JAVA versions);

    Java Version                                  : 1.7.0_03 - Oracle Corporation

 

ソリューション

Downgrade the JAVA version in order to match with the Supported Platforms of your JIRA version.

 

 

 

 

   

 

 

 

 

Last modified on Mar 30, 2016

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

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