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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,138
Community Members
 
Community Events
184
Community Groups

remote agent fails to connect with java.net.SocketException: Connection reset

Edited

Just use java -jar atlassian-bamboo-agent-installer-6.7.2.jar https://<server>/agentServer/ and find the issue.

INFO   | jvm 1    | 2019/01/17 12:34:34 | 2019-01-17 12:34:34,862 ERROR [AgentRunnerThread] [AbstractFileCapabilityDefaultsHelper] Cannot create capability for C:\Program Files\dotnet\dotnet.exe
INFO   | jvm 1    | 2019/01/17 12:34:35 | 2019-01-17 12:34:34,979 ERROR [AgentRunnerThread] [AbstractFileCapabilityDefaultsHelper] Cannot create capability for C:\Program Files\dotnet\dotnet.exe
INFO   | jvm 1    | 2019/01/17 12:34:36 | 2019-01-17 12:34:36,016 INFO [AgentRunnerThread] [AgentRegistrationBean] Registering agent on the server,
INFO   | jvm 1    | 2019/01/17 12:37:02 | 2019-01-17 12:37:02,508 WARN [ActiveMQ Transport: tcp://serverhost name/serverip:54663@50485] [FailoverTransport] Transport (tcp://serverhost name:54663?wireFormat.maxInactivityDuration=300000) failed , attempting to automatically reconnect: java.net.SocketException: Connection reset

 

1 answer

1 accepted

0 votes
Answer accepted
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 17, 2019 • edited Feb 11, 2019

The remote agent will try to connect to Bamboo server according to the setting "bamboo.jms.broker.client.uri" in the file <bamboo-server-home>/bamboo.cfg.xml

From the above error, try the following command in the machine hosting remote agent:

telnet serverhost 54663

If it does not return the following example message, it means that machine hosting remote agent does not have network connection to the Bamboo server:

Trying ::1...
Connected to localhost.
Escape character is '^]'.
?ActiveMQ
         p
          TcpNoDelayEnabledSizePrefixDisabled CacheSize
                                                         ProviderName  ActiveMQStackTraceEnabledPlatformDetails KJVM: 1.8.0_73, 25.73-b02, Oracle Corporation, OS: Mac OS X, 10.12.6, x86_64
                            CacheEnabledTightEncodingEnabled
                                                            MaxFrameSize???MaxInactivityDuration?? MaxInactivityDurationInitalDelay'ProviderVersion 5.14.5
Connection closed by foreign host.

Thanks for quick reply. It does return message as you listed. But finally it shows connection lost. And I also tried the command on other work well agent, it shows the same return.

ì ActiveMQ
           {
              TcpNoDelayEnabled SizePrefixDisabled    CacheSize
                                                                  ProviderName ActiveMQStackTraceEnabled PlatformDetails       VJVM: 1.8.0_192, 25.192-b12, Oracle Corporation, OS: Windows Server 2012 R2, 6.3, amd64
                                                                                               CacheEnabled TightEncodingEnabled
            MaxFrameSize     MaxInactivityDuration ôα MaxInactivityDurationInitalDelay ' ProviderVersion       5.14.5

Connection to host lost.

 

Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Feb 11, 2019

During the remote agent startup, does it show the following example log message where it validate the URL?

2018-12-10 16:26:42,599 INFO [AgentRunnerThread] [BambooActiveMQConnectionFactory] Setting broker URL to 'failover:(tcp://serverhostname:54663?wireFormat.maxInactivityDuration=300000)?maxReconnectAttempts=10&initialReconnectDelay=15000'
2018-12-10 16:26:42,601 INFO [AgentRunnerThread] [BambooActiveMQConnectionFactory] Broker URI: tcp://serverhostname:54663?wireFormat.maxInactivityDuration=300000 is valid.

 Is other remote agent that works well able to be restarted without problem?

Thank you. I have solved it. The cause is firewall limitation. Just ask IT to open it.

Like Foong likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events