Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Application links between Bitbucket and Bamboo

After connecting a Bamboo instance (version 6.2.5) and a Bitbucket instance (version 5.5.0) via Application links, I receive an error
in the Bitbucket UI and an error is shown in the log.

Caused by: com.atlassian.sal.api.net.ResponseStatusException: Unexpected status: 403
at com.atlassian.applinks.internal.common.net.ResponsePreconditions.checkStatus(ResponsePreconditions.java:28)
at com.atlassian.applinks.internal.common.net.ResponsePreconditions.checkStatus(ResponsePreconditions.java:17)
at com.atlassian.applinks.internal.common.net.ResponsePreconditions.checkStatusOk(ResponsePreconditions.java:37)
at com.atlassian.applinks.core.manifest.AppLinksManifestDownloader$2.handle(AppLinksManifestDownloader.java:177)
at com.atlassian.sal.core.net.HttpClientRequest.executeAndReturn(HttpClientRequest.java:104)
at com.atlassian.applinks.core.manifest.AppLinksManifestDownloader.doDownload(AppLinksManifestDownloader.java:165)
... 49 common frames omitted

The error only occurs on Bitbucket not on Bamboo. I can curl from the Bitbucket server to the Bamboo server and get a response from the manifest REST endpoint, so the network connection seems fine to me.
So the instances can see each other, but for some reason Bitbucket responds with an error in the UI. More specific the error in Bitbucket is something like this:

Unexpected response
We received an unexpected response from Atlassian Bamboo. If the remote application is behind a proxy, check that the application is operational. Troubleshoot this for other possible causes.
403: Forbidden
To see the full response content look at your application logs

The Bitbucket instance does not have http.nonProxyHosts parameter set.

Have anyone experienced something like this before?

Thanks. 

1 answer

1 accepted

0 votes
Answer accepted
Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 19, 2018 • edited
Unexpected status: 403

means that the resource is forbidden.

Bitbucket user does not have rights for bamboo.

The 403 error is essentially saying "Go away and don't come back here." You can check these as well but I am sure, you need more rights to get rid of this exception :)

  • Check the URL. Must be a valid page, not a directory on the server.
  • Make sure the user has the permissions to access the resource.
  • Clean cache.
  • check proxy settings

Hi @Danyal Iqbal,

Thanks for the quick response.

It looks like a proxy setting issue. 

Best regards

Lasse

When you have several Atlassian apps communicating with each other, check the proxy settings.

In my case I did not had the correct proxy settings for the Bitbucket app applied. Check this link: https://confluence.atlassian.com/bitbucketserverkb/how-to-configure-an-outbound-http-and-https-proxy-for-bitbucket-server-779171680.html#HowtoconfigureanoutboundHTTPandHTTPSproxyforBitbucketServer-ApplicationLinks.

My loadbalancer caused the problems. After applying the 

-Dhttp.nonProxyHosts

parameter things start to work

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events