JIRA Welcome Plugin fails to load after Jira server upgrade

お困りですか?

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

コミュニティに質問

症状

The JIRA Welcome Plugin cannot be loaded.

atlassian-jira.log に次のメッセージが表示される。

********************************************************************************************************************************************************************************************************
___ FAILED PLUGIN REPORT _____________________
1 plugin failed to load during JIRA startup.
	'com.atlassian.jira.welcome.jira-welcome-plugin' - 'JIRA Welcome Plugin'  failed to load.
		Error creating bean with name 'sampleDataImporter': Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type [java.util.LinkedHashSet] to required type [java.lang.Class[]] for property 'interfaces'; nested exception is java.lang.IllegalArgumentException: Cannot find class [com.atlassian.jira.plugins.importer.sample.SampleDataImporter]
			Failed to convert property value of type [java.util.LinkedHashSet] to required type [java.lang.Class[]] for property 'interfaces'; nested exception is java.lang.IllegalArgumentException: Cannot find class [com.atlassian.jira.plugins.importer.sample.SampleDataImporter]
				Cannot find class [com.atlassian.jira.plugins.importer.sample.SampleDataImporter]
					com.atlassian.jira.plugins.importer.sample.SampleDataImporter not found from bundle [com.atlassian.jira.welcome.jira-welcome-plugin]
						com.atlassian.jira.plugins.importer.sample.SampleDataImporter
		It was loaded from /proj/mgwjira/jira_1/jira_home/plugins/installed-plugins/plugin.8163992234788019615.jira-welcome-plugin-1.1.48.jar
********************************************************************************************************************************************************************************************************

原因

The JIRA Welcome Plugin is a bundled system plugin since JIRA 6.3, and should not be installed into the installed-plugins folder. If there is an issue with the plugin JAR file, removing it will tell JIRA to revert back to the bundled JIRA Welcome Plugin.

ソリューション

(warning) Only applies to JIRA 6.3 or newer

  • Jira を停止します。

  • Go to $JIRA_HOME/plugins/installed-plugins/ and remove the JIRA Welcome Plugin jar file.

    (info) The file may be named with random numbers such as plugin.8163992234788019615.jira-welcome-plugin-1.1.48.jar

  • Jira を再起動します。

最終更新日 2019 年 9 月 25 日

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

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