Upgrade to JIRA v6.3 Fails Due to Deprecated Interceptor Class

お困りですか?

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

コミュニティに質問

症状

Upgrading to JIRA v6.3.x from JIRA v6.2.x or lower with a modified seraph-config.xml file results in JIRA failing to start following the upgrade.

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

Could not getRequest service: com.atlassian.jira.user.preferences.UserPreferencesResetInterceptor : java.lang.ClassNotFoundException: com.atlassian.jira.user.preferences.UserPreferencesResetInterceptor

原因

The following interceptor class is being carried over to JIRA v6.3.x from the previous version in the modified seraph-config.xml:

<interceptors>
<interceptor class="com.atlassian.jira.user.preferences.UserPreferencesResetInterceptor"/>
</interceptors>

This interceptor class is no longer utilized in JIRA v6.3.x.

ソリューション

  1. Jira を停止します。
  2. Remove/comment out the code block specified above at $JIRA_INSTALL/atlassian-jira/WEB-INF/classes/seraph-config.xml

    Commented Interceptor Class
    <!--    
        <interceptors>
            <interceptor class="com.atlassian.jira.user.preferences.UserPreferencesResetInterceptor"/>
        </interceptors>
    -->
  3. Jira を起動します。
Last modified on Mar 30, 2016

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

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