-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to Team City #126
Comments
Sounds like a network issue. By any chance can you run Fiddler to watch the network traffic? You should be seeing a request to |
Hi @lprichar I try to brown via the browser with https://ci.xxxxx.com/httpAuth/app/rest/projects and here is the result :
It look like i can connect to TeamCity API 🤔 |
Please provide as much info from below as possible:
Steps to reproduce
Expected behavior
My CI Server should be connected
Actual behavior
Can't connect to my CI Server
Configuration
Sos Version:
2.4.13
Build Server:
Any Relevant Logs
See screenshot for how to retrieve
2019-11-26 15:59:53,413 [1] ERROR TeamCityServices.ServerConfiguration.ConfigureTeamCity [(null)] - Error connecting to server
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
at System.Net.PooledStream.EndWrite(IAsyncResult asyncResult)
at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at TeamCityServices.TeamCityService.d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at TeamCityServices.ServerConfiguration.ConfigureTeamCity.<b__10_0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at TeamCityServices.ServerConfiguration.ConfigureTeamCity.d__10.MoveNext()
2019-11-26 15:59:55,131 [1] DEBUG SirenOfShame.ViewBuilds [(null)] - Removing child controls because: anyBuildNameChanged = False; numberOfBuildsChanged: False
The text was updated successfully, but these errors were encountered: