Hello there, facing a problem when trying to send large files (500mb-1.5Gb) over RCS .
Even though the workers are connected via RCS to the remote repository, in around 7-8 minutes after submission the following error pops and results to a job reset
Any help would be appreciated.
Thank you ><
2022-06-28 23:38:41: 0: ERROR: UpdateClient.MaybeSendRequestNow caught an exception: POST http://-----@---------------:8080/rcs/v1/update returned “One or more errors occurred. (An error occurred while sending the request.)” (Deadline.Net.Clients.Http.DeadlineHttpRequestException)
2022-06-28 23:39:23: ERROR: GetRepositoryDateTime: Connection Server error: GET http://-----@---------------:8080/db/settings/serverdatetime returned “One or more errors occurred. (A task was canceled.)” (System.Net.WebException)
2022-06-28 23:41:35: ERROR: Info Thread - An error occurred while updating the Worker’s info: Connection Server error: POST http://-----@---------------:8080/db/slaves/info/save returned “One or more errors occurred. (An error occurred while sending the request.)” (System.Net.WebException)
2022-06-28 23:41:35: Exception Details
2022-06-28 23:41:35: SocketException – A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2022-06-28 23:41:35: SocketException.SocketErrorCode: TimedOut (10060)
2022-06-28 23:41:35: SocketException.ErrorCode: 10060 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
2022-06-28 23:41:35: Win32Exception.NativeErrorCode: 10060
2022-06-28 23:41:35: Exception.Data: ( )
2022-06-28 23:41:35: Exception.HResult: -2147467259
2022-06-28 23:41:35: Exception.StackTrace:
2022-06-28 23:41:35: (null)
2022-06-28 23:41:35: IOException – Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond…
2022-06-28 23:41:35: Exception.TargetSite: Void ThrowException(System.Net.Sockets.SocketError, System.Threading.CancellationToken)
2022-06-28 23:41:35: Exception.Data: ( )
2022-06-28 23:41:35: Exception.Source: System.Net.Sockets
2022-06-28 23:41:35: Exception.HResult: -2146232800
2022-06-28 23:41:35: Exception.StackTrace:
2022-06-28 23:41:35: at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
2022-06-28 23:41:35: at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
2022-06-28 23:41:35: at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
2022-06-28 23:41:35: HttpRequestException – An error occurred while sending the request.
2022-06-28 23:41:35: Exception.TargetSite: Void MoveNext()
2022-06-28 23:41:35: Exception.Data: ( )
2022-06-28 23:41:35: Exception.Source: System.Net.Http
2022-06-28 23:41:35: Exception.HResult: -2146232800
2022-06-28 23:41:35: Exception.StackTrace:
2022-06-28 23:41:35: at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
2022-06-28 23:41:35: at System.Net.Http.HttpConnectionPool.SendWithNtConnectionAuthAsync(HttpConnection connection, HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
2022-06-28 23:41:35: at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
2022-06-28 23:41:35: at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
2022-06-28 23:41:35: at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
2022-06-28 23:41:35: at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) 2022-06-28 23:41:35: AggregateException -- One or more errors occurred. (An error occurred while sending the request.) 2022-06-28 23:41:35: AggregateException.InnerExceptions: ( System.Net.Http.HttpRequestException: An error occurred while sending the request. 2022-06-28 23:41:35: ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.. 2022-06-28 23:41:35: ---> System.Net.Sockets.SocketException (10060): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 2022-06-28 23:41:35: --- End of inner exception stack trace --- 2022-06-28 23:41:35: at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) 2022-06-28 23:41:35: at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token) 2022-06-28 23:41:35: at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) 2022-06-28 23:41:35: --- End of inner exception stack trace --- 2022-06-28 23:41:35: at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) 2022-06-28 23:41:35: at System.Net.Http.HttpConnectionPool.SendWithNtConnectionAuthAsync(HttpConnection connection, HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken) 2022-06-28 23:41:35: at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken) 2022-06-28 23:41:35: at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) 2022-06-28 23:41:35: at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) 2022-06-28 23:41:35: at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task
1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) )
2022-06-28 23:41:35: Exception.TargetSite: TResult GetResultCore(Boolean)
2022-06-28 23:41:35: Exception.Data: ( )
2022-06-28 23:41:35: Exception.Source: System.Private.CoreLib
2022-06-28 23:41:35: Exception.HResult: -2146233088
2022-06-28 23:41:35: Exception.StackTrace:
2022-06-28 23:41:35: at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification) 2022-06-28 23:41:35: at Deadline.Net.Clients.Http.HttpClient.GetResponse(HttpRequestMessage request) 2022-06-28 23:41:35: DeadlineHttpRequestException -- POST http://-----@---------------:8080/db/slaves/info/save returned "One or more errors occurred. (An error occurred while sending the request.)" 2022-06-28 23:41:35: DeadlineHttpRequestException.StatusCode: (0) 2022-06-28 23:41:35: DeadlineHttpRequestException.RequestHttpMethod: POST 2022-06-28 23:41:35: DeadlineHttpRequestException.RequestURI: http://-----@---------------:8080/db/slaves/info/save 2022-06-28 23:41:35: Exception.TargetSite: System.Net.Http.HttpResponseMessage GetResponse(System.Net.Http.HttpRequestMessage) 2022-06-28 23:41:35: Exception.Data: ( ) 2022-06-28 23:41:35: Exception.Source: deadline 2022-06-28 23:41:35: Exception.HResult: -2146233088 2022-06-28 23:41:35: Exception.StackTrace: 2022-06-28 23:41:35: at Deadline.Net.Clients.Http.HttpClient.GetResponse(HttpRequestMessage request) 2022-06-28 23:41:35: at Deadline.Net.Clients.Http.HttpClient.b(HttpRequestMessage blp) 2022-06-28 23:41:35: at Deadline.Net.Clients.Http.HttpClient.SendRequestForStream(String method, String uri, String contentType, Dictionary
2 headers, HttpContent httpContent)
2022-06-28 23:41:35: at Deadline.Net.Clients.Http.HttpClient.SendRequest(String method, String uri, String contentType, Dictionary`2 headers, HttpContent httpContent)
2022-06-28 23:41:35: at Deadline.StorageDB.Proxy.Utils.NetworkManager.a[b](RequestData sr)
2022-06-28 23:41:35: at Deadline.StorageDB.Proxy.Utils.NetworkManager.SendRequest[T](RequestData requestData)
2022-06-28 23:41:35: at Deadline.StorageDB.Proxy.ProxySlaveStorage.SaveSlaveInfos(SlaveInfo[] infos)
2022-06-28 23:41:35: WebException – Connection Server error: POST http://-----@---------------:8080/db/slaves/info/save returned “One or more errors occurred. (An error occurred while sending the request.)”