Unable to create Application Link with SSL
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. 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.
*Except Fisheye and Crucible
Problem
Unable to create Application Link to other application with SSL
The following appears in the atlassian-bamboo.log
1
2
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
Cause
The JVM cannot find the javax.net.ssl.trustStore
required for SSL, or it does not contain the required certificates.
Resolution
Add the following Java option into Bamboo as shown in Configuring your system properties
1
-Djavax.net.ssl.trustStore=path\to\jdk\lib\security\cacerts
Restart Bamboo
Was this helpful?