Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bamboo to Jira and Confluence Application links connection failure showing network error

Jeby John April 13, 2025

Bamboo to Jira and Confluence Application links showing connection failure with network error as shown below. We are using Bamboo 10.2.2, Jira 10.3.5 and Confluence 9.2.3

java.net.SocketTimeoutException: Connect timed out

1 answer

0 votes
Charlie Misonne
Community Champion
April 14, 2025

Hi @Jeby John 

A timeout is very generic so it can be almost anything.

Are the applications running on different servers?

Can you connect to their URLs from the servers? Is DNS resolving when doing so?

Maybe you missed some proxy settings?

 

Jeby John April 14, 2025

Hello @Charlie Misonne
Thank you for your response. Could you provide the correct proxy settings for Bamboo?

And which file in the Bamboo install directory can I find the proxy settings?

 

Regards,

Jeby John

Charlie Misonne
Community Champion
April 14, 2025

I'm afraid I can not answer that question since this would be very specific to your environment. Are you supposed to use a proxy? Maybe you can tak to a network admin.

Proxy environments should be located in <install-dir>/bin/seten.sh file if you are on a Linux server.
This is a related question that lists the variables to be used 

Were the application links working before? Or is this a new issue?

Jeby John April 14, 2025

It was working perfectly before; we upgraded the OS for Bamboo from AL2 to AL2023 after that we are facing this issue...

Charlie Misonne
Community Champion
April 15, 2025

A few things you can do to troubleshoot this:

Login into the Linux machine:

  • ping the the IP of Confluence and Jira
    ping <ip address>
  • perform an nslookup to the domains of Jira and Confluence
    nslookup confluence.example.com
  • make a http request to Confluence and Jira
    curl -L https://confluence.example.com

Other questions:

  1. Is Bamboo running as a service or do you use the startup script? Perhaps it was not started the correct way after the upgrade?
  2. Are the applications running on a single Linux machine or do you have a machine per application?
  3. Was only Bamboo's machine upgraded?
  4. Check the firewall. A timeout can often indicate closed ports

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events