Source code checkout fails on Windows agents due to WinSock error
Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.
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
When running a build on Windows agents, the checkout fails with the following error in the atlassian-bamboo
.log
2017-07-20 17:29:26,299 WARN [sshd-SshServer[1272c81]-nio2-thread-1] [Nio2Acceptor] Caught IOException while accepting incoming connection from /127.0.0.1:53265: An operation was attempted on something that is not a socket
java.io.IOException: An operation was attempted on something that is not a socket
Cause
This issue occurs because the WinSocks configuration needs to be refreshed to allow communication to and from the agent.
Resolution
- Open the Command Prompt with elevated permissions (Run as Admin)
- Run the following command at the command prompt:
netsh winsock reset
- Press Enter, and restart the computer
Related bug tickets:
- BAM-18569Getting issue details... STATUS
- BAM-18570Getting issue details... STATUS