After upgrading to version 2.13 or higher, the Universal Plugin Manager disappears from JIRA

お困りですか?

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

コミュニティに質問

症状

Immediately following an upgrade to the Universal Plugin Manager, the Universal Plugin Manager entirely disappears from JIRA

The following appears in the atlassian-jira.log:

Could not instantiate bean class [com.atlassian.upm.mac.HamletClientPacProxyImpl]: Constructor threw exception; nested exception is org.apache.http.conn.ssl.SSLInitializationException: Failure initializing default system SSL context

診断

This is typically seen when JIRA is used with a custom Java TrustStore.

Happens at very old version of UPM from several years ago.

原因

The Universal Plugin Manager is trying to connect to Atlassian servers to poll for existing plugin licenses to make sure you're getting the plugins you've paid for. As this is somewhat sensitive information, it uses SSL to transmit to our servers. If the SSL component cannot be called, the UPM fails to load and is not part of JIRA.

回避策

Roll the Universal Plugin Manager back to roll back the UPM to a known-good version. We have reliable reports that 2.9.3 will operate in this condition.

  1. Jira を停止します。
  2. Remove the following files: <jira-home>/plugins/installed-plugins/atlassian-universal-plugin-manager-plugin-2.13.jar and <jira-home>/plugins/installed-plugins/plugin-license-storage-plugin-2.9.3.jar
  3. Jira を起動します。
  4. Upgrade Universal Plugin Manager to version 2.9.3

ソリューション

 

 

As third party integration is outside of the scope of Atlassian support, the assistance we can give with this operation is limited.

  • Address the issues that are preventing the SSL components from loading

  • Ensure that if you've defined a custom truststore using the -Djavax.net.ssl.trustStore= directive, that you've also defined -Djavax.net.ssl.trustStorePassword= and -Djavax.net.ssl.trustStoreAlias= as appropriate.

 

Last modified on Mar 30, 2016

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

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