I have multiple issues as of lately with deploying nuget packages. I see no network issues and firewall is turned off on both machines. I have to retry the deploy multiple times before it actually gets past the “Acquiring Packages” stage. The retry “sometimes” works, but more often than not it fails. How can this be fixed long term?
Acquire packages
October 19th 2016 11:41:54Info
Acquiring packages
October 19th 2016 11:41:54Info
Making a list of packages to download
October 19th 2016 11:41:55Info
Delta compression is disabled for package transfers from the Octopus Server to deployment targets
October 19th 2016 11:41:55Info
Looking up the package location from the built-in package repository…
October 19th 2016 11:44:35Fatal
The step failed: Activity failed with error ‘An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.’.
QA
October 19th 2016 11:44:35Fatal
An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
Uploading: QA.3.10.7.46.nupkg (26%) Upload package QA version 3.10.7.46
October 19th 2016 11:41:55Info
Uploading package QA
October 19th 2016 11:41:55Info
Beginning streaming transfer of QA.3.10.7.46.nupkg-da6fc38b-8ceb-4d39-8083-9f025e612ef9
October 19th 2016 11:42:15Info
An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
Halibut.HalibutClientException: An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. —> System.IO.IOException: Unable to write data to 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.EndSend(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndWrite(IAsyncResult asyncResult)
— End of inner exception stack trace —
at System.Net.Security._SslStream.EndWrite(IAsyncResult asyncResult)
at Halibut.DataStream.StreamingDataStream.CopyAndReportProgress(Stream destination) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\DataStream.cs:line 138
at Halibut.Transport.Protocol.MessageExchangeStream.WriteEachStream(IEnumerable1 streams) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 274 at Halibut.Transport.Protocol.MessageExchangeStream.Send[T](T message) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 143 at Halibut.Transport.Protocol.MessageExchangeProtocol.ExchangeAsClient(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeProtocol.cs:line 31 at Halibut.HalibutRuntime.<>c__DisplayClass25_0.<SendOutgoingHttpsRequest>b__0(MessageExchangeProtocol protocol) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 115 at Halibut.Transport.SecureClient.ExecuteTransaction(Action
1 protocolHandler) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 62
— End of inner exception stack trace —
Server stack trace:
at Halibut.Transport.SecureClient.HandleError(Exception lastError, Boolean retryAllowed) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 181
at Halibut.HalibutRuntime.SendOutgoingHttpsRequest(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 117
at Halibut.ServiceModel.HalibutProxy.Invoke(IMessage msg) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\ServiceModel\HalibutProxy.cs:line 33
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Octopus.Shared.Contracts.IFileTransferService.UploadFile(String remotePath, DataStream upload)
at Octopus.Worker.Tentacles.TentacleRemoteEndpointFacade.UploadFile(String fileName, DataStream package) in Y:\Work\refs\tags\3.4.13\source\Octopus.Worker\Tentacles\TentacleRemoteEndpointFacade.cs:line 78
Octopus.Server version 3.4.13 (3.4.13+Branch.master.Sha.875581637fa0b39fc45c2ac494f01db8453a2b8c)
October 19th 2016 11:42:17Info
File upload failed. Retry attempt 1 of 5…
October 19th 2016 11:42:17Info
Beginning streaming transfer of QA.3.10.7.46.nupkg-da6fc38b-8ceb-4d39-8083-9f025e612ef9
October 19th 2016 11:42:38Info
An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
Halibut.HalibutClientException: An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. —> System.IO.IOException: Unable to write data to 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.EndSend(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndWrite(IAsyncResult asyncResult)
— End of inner exception stack trace —
at System.Net.Security._SslStream.EndWrite(IAsyncResult asyncResult)
at Halibut.DataStream.StreamingDataStream.CopyAndReportProgress(Stream destination) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\DataStream.cs:line 138
at Halibut.Transport.Protocol.MessageExchangeStream.WriteEachStream(IEnumerable1 streams) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 274 at Halibut.Transport.Protocol.MessageExchangeStream.Send[T](T message) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 143 at Halibut.Transport.Protocol.MessageExchangeProtocol.ExchangeAsClient(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeProtocol.cs:line 31 at Halibut.HalibutRuntime.<>c__DisplayClass25_0.<SendOutgoingHttpsRequest>b__0(MessageExchangeProtocol protocol) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 115 at Halibut.Transport.SecureClient.ExecuteTransaction(Action
1 protocolHandler) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 62
— End of inner exception stack trace —
Server stack trace:
at Halibut.Transport.SecureClient.HandleError(Exception lastError, Boolean retryAllowed) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 181
at Halibut.HalibutRuntime.SendOutgoingHttpsRequest(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 117
at Halibut.ServiceModel.HalibutProxy.Invoke(IMessage msg) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\ServiceModel\HalibutProxy.cs:line 33
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Octopus.Shared.Contracts.IFileTransferService.UploadFile(String remotePath, DataStream upload)
at Octopus.Worker.Tentacles.TentacleRemoteEndpointFacade.UploadFile(String fileName, DataStream package) in Y:\Work\refs\tags\3.4.13\source\Octopus.Worker\Tentacles\TentacleRemoteEndpointFacade.cs:line 78
Octopus.Server version 3.4.13 (3.4.13+Branch.master.Sha.875581637fa0b39fc45c2ac494f01db8453a2b8c)
October 19th 2016 11:42:40Info
File upload failed. Retry attempt 2 of 5…
October 19th 2016 11:42:40Info
Beginning streaming transfer of QA.3.10.7.46.nupkg-da6fc38b-8ceb-4d39-8083-9f025e612ef9
October 19th 2016 11:43:02Info
An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
Halibut.HalibutClientException: An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. —> System.IO.IOException: Unable to write data to 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.EndSend(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndWrite(IAsyncResult asyncResult)
— End of inner exception stack trace —
at System.Net.Security._SslStream.EndWrite(IAsyncResult asyncResult)
at Halibut.DataStream.StreamingDataStream.CopyAndReportProgress(Stream destination) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\DataStream.cs:line 138
at Halibut.Transport.Protocol.MessageExchangeStream.WriteEachStream(IEnumerable1 streams) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 274 at Halibut.Transport.Protocol.MessageExchangeStream.Send[T](T message) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 143 at Halibut.Transport.Protocol.MessageExchangeProtocol.ExchangeAsClient(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeProtocol.cs:line 31 at Halibut.HalibutRuntime.<>c__DisplayClass25_0.<SendOutgoingHttpsRequest>b__0(MessageExchangeProtocol protocol) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 115 at Halibut.Transport.SecureClient.ExecuteTransaction(Action
1 protocolHandler) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 62
— End of inner exception stack trace —
Server stack trace:
at Halibut.Transport.SecureClient.HandleError(Exception lastError, Boolean retryAllowed) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 181
at Halibut.HalibutRuntime.SendOutgoingHttpsRequest(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 117
at Halibut.ServiceModel.HalibutProxy.Invoke(IMessage msg) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\ServiceModel\HalibutProxy.cs:line 33
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Octopus.Shared.Contracts.IFileTransferService.UploadFile(String remotePath, DataStream upload)
at Octopus.Worker.Tentacles.TentacleRemoteEndpointFacade.UploadFile(String fileName, DataStream package) in Y:\Work\refs\tags\3.4.13\source\Octopus.Worker\Tentacles\TentacleRemoteEndpointFacade.cs:line 78
Octopus.Server version 3.4.13 (3.4.13+Branch.master.Sha.875581637fa0b39fc45c2ac494f01db8453a2b8c)
October 19th 2016 11:43:04Info
File upload failed. Retry attempt 3 of 5…
October 19th 2016 11:43:04Info
Beginning streaming transfer of QA.3.10.7.46.nupkg-da6fc38b-8ceb-4d39-8083-9f025e612ef9
October 19th 2016 11:43:24Info
An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
Halibut.HalibutClientException: An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. —> System.IO.IOException: Unable to write data to 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.EndSend(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndWrite(IAsyncResult asyncResult)
— End of inner exception stack trace —
at System.Net.Security._SslStream.EndWrite(IAsyncResult asyncResult)
at Halibut.DataStream.StreamingDataStream.CopyAndReportProgress(Stream destination) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\DataStream.cs:line 138
at Halibut.Transport.Protocol.MessageExchangeStream.WriteEachStream(IEnumerable1 streams) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 274 at Halibut.Transport.Protocol.MessageExchangeStream.Send[T](T message) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 143 at Halibut.Transport.Protocol.MessageExchangeProtocol.ExchangeAsClient(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeProtocol.cs:line 31 at Halibut.HalibutRuntime.<>c__DisplayClass25_0.<SendOutgoingHttpsRequest>b__0(MessageExchangeProtocol protocol) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 115 at Halibut.Transport.SecureClient.ExecuteTransaction(Action
1 protocolHandler) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 62
— End of inner exception stack trace —
Server stack trace:
at Halibut.Transport.SecureClient.HandleError(Exception lastError, Boolean retryAllowed) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 181
at Halibut.HalibutRuntime.SendOutgoingHttpsRequest(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 117
at Halibut.ServiceModel.HalibutProxy.Invoke(IMessage msg) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\ServiceModel\HalibutProxy.cs:line 33
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Octopus.Shared.Contracts.IFileTransferService.UploadFile(String remotePath, DataStream upload)
at Octopus.Worker.Tentacles.TentacleRemoteEndpointFacade.UploadFile(String fileName, DataStream package) in Y:\Work\refs\tags\3.4.13\source\Octopus.Worker\Tentacles\TentacleRemoteEndpointFacade.cs:line 78
Octopus.Server version 3.4.13 (3.4.13+Branch.master.Sha.875581637fa0b39fc45c2ac494f01db8453a2b8c)
October 19th 2016 11:43:26Info
File upload failed. Retry attempt 4 of 5…
October 19th 2016 11:43:26Info
Beginning streaming transfer of QA.3.10.7.46.nupkg-da6fc38b-8ceb-4d39-8083-9f025e612ef9
October 19th 2016 11:43:47Info
An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
Halibut.HalibutClientException: An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. —> System.IO.IOException: Unable to write data to 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.EndSend(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndWrite(IAsyncResult asyncResult)
— End of inner exception stack trace —
at System.Net.Security._SslStream.EndWrite(IAsyncResult asyncResult)
at Halibut.DataStream.StreamingDataStream.CopyAndReportProgress(Stream destination) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\DataStream.cs:line 138
at Halibut.Transport.Protocol.MessageExchangeStream.WriteEachStream(IEnumerable1 streams) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 274 at Halibut.Transport.Protocol.MessageExchangeStream.Send[T](T message) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 143 at Halibut.Transport.Protocol.MessageExchangeProtocol.ExchangeAsClient(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeProtocol.cs:line 31 at Halibut.HalibutRuntime.<>c__DisplayClass25_0.<SendOutgoingHttpsRequest>b__0(MessageExchangeProtocol protocol) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 115 at Halibut.Transport.SecureClient.ExecuteTransaction(Action
1 protocolHandler) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 62
— End of inner exception stack trace —
Server stack trace:
at Halibut.Transport.SecureClient.HandleError(Exception lastError, Boolean retryAllowed) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 181
at Halibut.HalibutRuntime.SendOutgoingHttpsRequest(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 117
at Halibut.ServiceModel.HalibutProxy.Invoke(IMessage msg) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\ServiceModel\HalibutProxy.cs:line 33
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Octopus.Shared.Contracts.IFileTransferService.UploadFile(String remotePath, DataStream upload)
at Octopus.Worker.Tentacles.TentacleRemoteEndpointFacade.UploadFile(String fileName, DataStream package) in Y:\Work\refs\tags\3.4.13\source\Octopus.Worker\Tentacles\TentacleRemoteEndpointFacade.cs:line 78
Octopus.Server version 3.4.13 (3.4.13+Branch.master.Sha.875581637fa0b39fc45c2ac494f01db8453a2b8c)
October 19th 2016 11:43:49Info
File upload failed. Retry attempt 5 of 5…
October 19th 2016 11:43:49Info
Beginning streaming transfer of QA.3.10.7.46.nupkg-da6fc38b-8ceb-4d39-8083-9f025e612ef9
October 19th 2016 11:44:12Info
An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
Halibut.HalibutClientException: An error occurred when sending a request to ‘https://qa-web:10933/’, after the request began: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. —> System.IO.IOException: Unable to write data to 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.EndSend(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndWrite(IAsyncResult asyncResult)
— End of inner exception stack trace —
at System.Net.Security._SslStream.EndWrite(IAsyncResult asyncResult)
at Halibut.DataStream.StreamingDataStream.CopyAndReportProgress(Stream destination) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\DataStream.cs:line 138
at Halibut.Transport.Protocol.MessageExchangeStream.WriteEachStream(IEnumerable1 streams) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 274 at Halibut.Transport.Protocol.MessageExchangeStream.Send[T](T message) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeStream.cs:line 143 at Halibut.Transport.Protocol.MessageExchangeProtocol.ExchangeAsClient(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\Protocol\MessageExchangeProtocol.cs:line 31 at Halibut.HalibutRuntime.<>c__DisplayClass25_0.<SendOutgoingHttpsRequest>b__0(MessageExchangeProtocol protocol) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 115 at Halibut.Transport.SecureClient.ExecuteTransaction(Action
1 protocolHandler) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 62
— End of inner exception stack trace —
Server stack trace:
at Halibut.Transport.SecureClient.HandleError(Exception lastError, Boolean retryAllowed) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\Transport\SecureClient.cs:line 181
at Halibut.HalibutRuntime.SendOutgoingHttpsRequest(RequestMessage request) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\HalibutRuntime.cs:line 117
at Halibut.ServiceModel.HalibutProxy.Invoke(IMessage msg) in Z:\BuildAgent\work\e1bda71fea4b4831\source\Halibut\ServiceModel\HalibutProxy.cs:line 33
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Octopus.Shared.Contracts.IFileTransferService.UploadFile(String remotePath, DataStream upload)
at Octopus.Worker.Tentacles.TentacleRemoteEndpointFacade.UploadFile(String fileName, DataStream package) in Y:\Work\refs\tags\3.4.13\source\Octopus.Worker\Tentacles\TentacleRemoteEndpointFacade.cs:line 78
Octopus.Server version 3.4.13 (3.4.13+Branch.master.Sha.875581637fa0b39fc45c2ac494f01db8453a2b8c)
October 19th 2016 11:44:14Info
File upload failed. Retry attempt 6 of 5…
October 19th 2016 11:44:14