This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Replication - GetResponse Timed Out

When attempting to replicate from core1 to core2 the replication is failing.   Both cores are running Rapid Recovery 6.1.1.137

Error
GetResponse timed out
GetResponse timed out

The operation has timed out
GetResponse timed out
GetResponse timed out

The operation has timed out
 
I've completely rebuilt core2.   Server 2012 R2 - removed respository and setup new.   Moved the server to a different network location for better network throughput.  
 
What other information can I provide?
 
Phil
Parents
  • The icon is green next to core2. The job does initiate and will run for a couple hours before failing.

    Server side:

    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)
    ______________________________________
    Core2 stack trace
    Server side:

    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)
Reply
  • The icon is green next to core2. The job does initiate and will run for a couple hours before failing.

    Server side:

    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)
    ______________________________________
    Core2 stack trace
    Server side:

    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    Microsoft.Http.HttpStageProcessingException: GetResponse timed out ---> System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    --- End of inner exception stack trace ---
    at Microsoft.Http.HttpStageProcessingAsyncResult.Complete(HttpStage stage, Exception e)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)
    at Microsoft.Http.HttpClient.Send(HttpRequestMessage request)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.SendWithClient(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.ExecuteStreamingRequest(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.GetResponseWithRetry(HttpClient client, Uri uri, Stream data, HttpMethod method, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.CoreReplicationClient.TransferMissingRecords(Guid agentId, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.RemoteReplicatedSlaveAgent.TransferMissingRecords(ICoreReplicationClient coreReplicationClient, Guid jobId, Guid sessionId, Stream data, ISpeedLimiter speedLimiter)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.SendRawDataToSlave(VolumeImageReplicatorPipelineItem item, IPerformanceCounter rawBlocksSentCounter, Action3 progressCallback)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.<>c__DisplayClass16.<InitializeWorkerTasks>b__f(VolumeImageReplicatorPipelineItem item)
    at Replay.Core.Implementation.Replication.VolumeImage.VolumeImageSenderDvm.DoActionWithItem(IDisposable item, Action action)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass322.b30()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>cDisplayClass11.b__10(Object param0)


    System.TimeoutException: GetResponse timed out ---> System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---
    --- End of inner exception stack trace ---
    at Microsoft.Http.AsyncResult.End[TAsyncResult](IAsyncResult result, Boolean throwException)
    at Microsoft.Http.HttpWebRequestTransportStage.EndProcessRequestAndTryGetResponse(IAsyncResult result, HttpResponseMessage& response, Object& state)
    at Microsoft.Http.HttpStageProcessingAsyncResult.NextRequest(HttpStageProcessingAsyncResult self)


    System.Net.WebException ---> System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)


    --- End of inner exception stack trace ---


    System.Net.WebException: The operation has timed out
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.Http.HttpWebRequestTransportStage.HttpTransportAsyncResult.PopulateWebResponse(HttpTransportAsyncResult self, IAsyncResult result, Func`3 getResponse)
Children
No Data