About to insert [0], JsonStringSize: [1003]
|
inserted [0] in [181] millis
|
|
About to insert [1], JsonStringSize: [1009]
|
inserted [1] in [34] millis
|
|
About to insert [2], JsonStringSize: [1004]
|
inserted [2] in [34] millis
|
|
About to insert [3], JsonStringSize: [1001]
|
inserted [3] in [34] millis
|
|
About to insert [4], JsonStringSize: [1005]
|
inserted [4] in [35] millis
|
|
About to insert [5], JsonStringSize: [1005]
|
inserted [5] in [33] millis
|
|
About to insert [6], JsonStringSize: [1006]
|
inserted [6] in [34] millis
|
|
About to insert [7], JsonStringSize: [1009]
|
inserted [7] in [36] millis
|
|
About to insert [8], JsonStringSize: [1002]
|
inserted [8] in [34] millis
|
|
About to insert [9], JsonStringSize: [1006]
|
failed [9] in [18916] millis
|
|
Exception Info: at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
|
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
|
at System.Threading.Tasks.Task.Wait()
|
at ConsoleMono.Program.<>c__DisplayClass4.<Main>b__1(MyPototoes mp) in d:\tfs2013\RMM\Server\Main\AetherServer\ConsoleMono\Program.cs:line 49
|
|
Unhandled Exception: System.AggregateException: One or more errors occurred. ---> MongoDB.Driver.MongoConnectionException: An exception occurred while receiving a message from the server. ---> 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. ---> System.Net.Sockets.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
|
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.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
|
at System.IO.Stream.<BeginEndReadAsync>b__e(Stream stream, IAsyncResult asyncResult)
|
at System.Threading.Tasks.TaskFactory`1.FromAsyncTrimPromise`1.Complete(TInstance thisRef, Func`3 endMethod, IAsyncResult asyncResult, Boolean requiresSynchronization)
|
--- 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 MongoDB.Driver.Core.Misc.StreamExtensionMethods.<ReadBytesAsync>d__0.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 MongoDB.Driver.Core.Connections.BinaryConnection.<ReceiveBufferAsync>d__45.MoveNext()
|
--- End of inner exception stack trace ---
|
at MongoDB.Driver.Core.Connections.BinaryConnection.<ReceiveBufferAsync>d__45.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 MongoDB.Driver.Core.Connections.BinaryConnection.<ReceiveBufferAsync>d__46.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 MongoDB.Driver.Core.Connections.BinaryConnection.<ReceiveMessageAsync>d__47.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 MongoDB.Driver.Core.WireProtocol.CommandWireProtocol`1.<ExecuteAsync>d__9.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 MongoDB.Driver.Core.Servers.ClusterableServer.ServerChannel.<ExecuteProtocolAsync>d__15`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 MongoDB.Driver.Core.Operations.BulkUnmixedWriteOperationBase.<ExecuteBatchAsync>d__38.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 MongoDB.Driver.Core.Operations.BulkUnmixedWriteOperationBase.<ExecuteBatchesAsync>d__39.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 MongoDB.Driver.Core.Operations.BulkUnmixedWriteOperationBase.<ExecuteAsync>d__36.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 MongoDB.Driver.Core.Operations.BulkMixedWriteOperation.<ExecuteBatchAsync>d__36.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 MongoDB.Driver.Core.Operations.BulkMixedWriteOperation.<ExecuteAsync>d__34.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 MongoDB.Driver.Core.Operations.BulkMixedWriteOperation.<ExecuteAsync>d__35.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 MongoDB.Driver.OperationExecutor.<ExecuteWriteOperationAsync>d__1`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 MongoDB.Driver.MongoCollectionImpl`1.<ExecuteWriteOperationAsync>d__35`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 MongoDB.Driver.MongoCollectionImpl`1.<BulkWriteAsync>d__20.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 MongoDB.Driver.MongoCollectionBase`1.<InsertOneAsync>d__20.MoveNext()
|
--- End of inner exception stack trace ---
|
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
|
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
|
at System.Threading.Tasks.Task.Wait()
|
at ConsoleMono.Program.<>c__DisplayClass4.<Main>b__1(MyPototoes mp) in d:\tfs2013\RMM\Server\Main\AetherServer\ConsoleMono\Program.cs:line 57
|
at System.Collections.Generic.List`1.ForEach(Action`1 action)
|
at ConsoleMono.Program.Main() in d:\tfs2013\RMM\Server\Main\AetherServer\ConsoleMono\Program.cs:line 36
|
Press any key to continue . . .
|
|