Unable to create Application Link with SSL

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

Unable to create Application Link to other application with SSL

The following appears in the atlassian-bamboo.log

2015-11-18 11:02:00,205 http-apr-443-exec-2 ERROR klfoong 662x542x1 1f1mlgx 172.17.4.8 /rest/applinks/3.0/applicationlinkForm/manifest.json [c.a.a.c.rest.ui.CreateApplicationLinkUIResource] ManifestNotFoundException thrown while retrieving manifest
com.atlassian.applinks.spi.manifest.ManifestNotFoundException: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

原因

The JVM cannot find the javax.net.ssl.trustStore required for SSL, or it does not contain the required certificates.

ソリューション

  1. Add the following Java option into Bamboo as shown in Configuring your system properties

    -Djavax.net.ssl.trustStore=path\to\jdk\lib\security\cacerts
  2. Restart Bamboo
Last modified on Mar 30, 2016

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

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