Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "id": "AQAAAWtG5ckCpO7jgwAAAABBV3RHNWMtcFJaV0xXTm5lTllUZA",
- "content": {
- "timestamp": "2019-06-11T14:16:32.770Z",
- "tags": [
- "Production",
- "source:Production"
- ],
- "host": "my-host",
- "service": "my-app",
- "message": "An exception occurred while receiving a message from the server.",
- "attributes": {
- "MessageTemplate": "An exception occurred while receiving a message from the server.",
- "level": "Error",
- "service": "my-app",
- "host": "my-host",
- "Properties": {
- "RequestPath": "/api/player/action",
- "ExceptionDetail": {
- "ConnectionId": {
- "ServerId": {
- "ClusterId": {
- "Value": 1
- },
- "EndPoint": {
- "Port": 27017,
- "Host": "replica-set-host-at-here",
- "AddressFamily": "Unspecified"
- }
- },
- "ServerValue": 22688,
- "LocalValue": 483
- },
- "Type": "MongoDB.Driver.MongoConnectionException",
- "Message": "An exception occurred while receiving a message from the server.",
- "HResult": -2146233088,
- "ErrorLabels": [],
- "InnerException": {
- "Type": "System.IO.IOException",
- "Message": "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.",
- "HResult": -2146232800,
- "InnerException": {
- "Type": "System.Net.Sockets.SocketException",
- "Message": "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",
- "HResult": -2147467259,
- "SocketErrorCode": "TimedOut",
- "ErrorCode": 10060,
- "NativeErrorCode": 10060,
- "Source": null
- },
- "Source": "System.Net.Sockets"
- },
- "Source": "MongoDB.Driver.Core"
- },
- "ConnectionId": "0HLNDQ5105QIV",
- "RequestId": "0HLNDQ5105QIV:00000001",
- "Scope": [
- "[X-Correlation-Id, 38cbd1f3-8fd4-441e-b383-430714863d94]"
- ],
- "MachineName": "azure-vm-name",
- "ThreadId": 16,
- "CorrelationId": null,
- "ProcessId": 6080,
- "SourceContext": "Warship.Middleware.Exceptions.ExceptionMiddleware"
- },
- "Timestamp": "2019-06-11T14:16:32.7706176+00:00",
- "Exception": "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\r\n
- --- End of inner exception stack trace
- ---\r\n at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)\r\n
- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)\r\n
- at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)\r\n
- at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)\r\n
- at MongoDB.Driver.Core.Misc.StreamExtensionMethods.ReadBytesAsync(Stream stream, Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBufferAsync()\r\n --- End of inner exception stack trace ---\r\n
- at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBufferAsync()\r\n
- at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBufferAsync(Int32 responseTo, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveMessageAsync(Int32 responseTo, IMessageEncoderSelector encoderSelector, MessageEncoderSettings messageEncoderSettings, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.Core.WireProtocol.CommandUsingCommandMessageWireProtocol`1.ExecuteAsync(IConnection connection, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.Core.Servers.Server.ServerChannel.ExecuteProtocolAsync[TResult](IWireProtocol`1 protocol, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.Core.Operations.CommandOperationBase`1.ExecuteProtocolAsync(IChannelSource channelSource, ICoreSessionHandle session, ReadPreference readPreference, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.Core.Operations.ReadCommandOperation`1.ExecuteAsync(IReadBinding binding, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.Core.Operations.FindCommandOperation`1.ExecuteAsync(IReadBinding binding, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.Core.Operations.FindOperation`1.ExecuteAsync(IReadBinding binding, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.OperationExecutor.ExecuteReadOperationAsync[TResult](IReadBinding binding, IReadOperation`1 operation, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.MongoCollectionImpl`1.ExecuteReadOperationAsync[TResult](IClientSessionHandle session, IReadOperation`1 operation, ReadPreference readPreference, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSessionAsync[TResult](Func`2 funcAsync, CancellationToken cancellationToken)\r\n
- at MongoDB.Driver.IAsyncCursorSourceExtensions.FirstOrDefaultAsync[TDocument](IAsyncCursorSource`1 source, CancellationToken cancellationToken)\r\n
- at Warship.DB.Mongo.PlayersRepository.Get(String id) in ...PlayersRepository.cs:line 45\r\n
- at Warship.Core.Data.PlayerData.SetUser(String id) in ...PlayerData.cs:line 57\r\n
- at Warship.Backend.Middlewares.PlayerContextMiddleware.ReadProfile(HttpContext context, IPlayerData playerData) in ...PlayerContextMiddleware.cs:line 52\r\n
- at Warship.Backend.Middlewares.PlayerContextMiddleware.Invoke(HttpContext context) in ...PlayerContextMiddleware.cs:line 33\r\n
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)\r\n
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.Invoke(HttpContext context)\r\n
- at Microsoft.AspNetCore.ResponseCaching.ResponseCachingMiddleware.Invoke(HttpContext httpContext)\r\n
- at Warship.Backend.Middlewares.Cheats.CheatsMiddleware.InvokeAsync(HttpContext context) in ...CheatsMiddleware.cs:line 38\r\n
- at Warship.Middleware.Exceptions.ExceptionMiddleware.InvokeAsync(HttpContext ctx)"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement