Advertisement
Guest User

Untitled

a guest
Jun 11th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.84 KB | None | 0 0
  1. {
  2.     "id": "AQAAAWtG5ckCpO7jgwAAAABBV3RHNWMtcFJaV0xXTm5lTllUZA",
  3.     "content": {
  4.         "timestamp": "2019-06-11T14:16:32.770Z",
  5.         "tags": [
  6.             "Production",
  7.             "source:Production"
  8.         ],
  9.         "host": "my-host",
  10.         "service": "my-app",
  11.         "message": "An exception occurred while receiving a message from the server.",
  12.         "attributes": {
  13.             "MessageTemplate": "An exception occurred while receiving a message from the server.",
  14.             "level": "Error",
  15.             "service": "my-app",
  16.             "host": "my-host",
  17.             "Properties": {
  18.                 "RequestPath": "/api/player/action",
  19.                 "ExceptionDetail": {
  20.                     "ConnectionId": {
  21.                         "ServerId": {
  22.                             "ClusterId": {
  23.                                 "Value": 1
  24.                             },
  25.                             "EndPoint": {
  26.                                 "Port": 27017,
  27.                                 "Host": "replica-set-host-at-here",
  28.                                 "AddressFamily": "Unspecified"
  29.                             }
  30.                         },
  31.                         "ServerValue": 22688,
  32.                         "LocalValue": 483
  33.                     },
  34.                     "Type": "MongoDB.Driver.MongoConnectionException",
  35.                     "Message": "An exception occurred while receiving a message from the server.",
  36.                     "HResult": -2146233088,
  37.                     "ErrorLabels": [],
  38.                     "InnerException": {
  39.                         "Type": "System.IO.IOException",
  40.                         "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.",
  41.                         "HResult": -2146232800,
  42.                         "InnerException": {
  43.                             "Type": "System.Net.Sockets.SocketException",
  44.                             "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",
  45.                             "HResult": -2147467259,
  46.                             "SocketErrorCode": "TimedOut",
  47.                             "ErrorCode": 10060,
  48.                             "NativeErrorCode": 10060,
  49.                             "Source": null
  50.                         },
  51.                         "Source": "System.Net.Sockets"
  52.                     },
  53.                     "Source": "MongoDB.Driver.Core"
  54.                 },
  55.                 "ConnectionId": "0HLNDQ5105QIV",
  56.                 "RequestId": "0HLNDQ5105QIV:00000001",
  57.                 "Scope": [
  58.                     "[X-Correlation-Id, 38cbd1f3-8fd4-441e-b383-430714863d94]"
  59.                 ],
  60.                 "MachineName": "azure-vm-name",
  61.                 "ThreadId": 16,
  62.                 "CorrelationId": null,
  63.                 "ProcessId": 6080,
  64.                 "SourceContext": "Warship.Middleware.Exceptions.ExceptionMiddleware"
  65.             },
  66.             "Timestamp": "2019-06-11T14:16:32.7706176+00:00",
  67.             "Exception": "MongoDB.Driver.MongoConnectionException: An exception occurred while receiving a message from the server.
  68.             ---> 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.
  69.             ---> 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  
  70.             --- End of inner exception stack trace
  71.             ---\r\n   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)\r\n  
  72.             at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)\r\n  
  73.             at System.Net.Security.SslStreamInternal.<FillBufferAsync>g__InternalFillBufferAsync|38_0[TReadAdapter](TReadAdapter adap, ValueTask`1 task, Int32 min, Int32 initial)\r\n  
  74.             at System.Net.Security.SslStreamInternal.ReadAsyncInternal[TReadAdapter](TReadAdapter adapter, Memory`1 buffer)\r\n  
  75.             at MongoDB.Driver.Core.Misc.StreamExtensionMethods.ReadBytesAsync(Stream stream, Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken)\r\n  
  76.             at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBufferAsync()\r\n   --- End of inner exception stack trace ---\r\n  
  77.             at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBufferAsync()\r\n  
  78.             at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBufferAsync(Int32 responseTo, CancellationToken cancellationToken)\r\n  
  79.             at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveMessageAsync(Int32 responseTo, IMessageEncoderSelector encoderSelector, MessageEncoderSettings messageEncoderSettings, CancellationToken cancellationToken)\r\n  
  80.             at MongoDB.Driver.Core.WireProtocol.CommandUsingCommandMessageWireProtocol`1.ExecuteAsync(IConnection connection, CancellationToken cancellationToken)\r\n  
  81.             at MongoDB.Driver.Core.Servers.Server.ServerChannel.ExecuteProtocolAsync[TResult](IWireProtocol`1 protocol, CancellationToken cancellationToken)\r\n  
  82.             at MongoDB.Driver.Core.Operations.CommandOperationBase`1.ExecuteProtocolAsync(IChannelSource channelSource, ICoreSessionHandle session, ReadPreference readPreference, CancellationToken cancellationToken)\r\n  
  83.             at MongoDB.Driver.Core.Operations.ReadCommandOperation`1.ExecuteAsync(IReadBinding binding, CancellationToken cancellationToken)\r\n  
  84.             at MongoDB.Driver.Core.Operations.FindCommandOperation`1.ExecuteAsync(IReadBinding binding, CancellationToken cancellationToken)\r\n  
  85.             at MongoDB.Driver.Core.Operations.FindOperation`1.ExecuteAsync(IReadBinding binding, CancellationToken cancellationToken)\r\n  
  86.             at MongoDB.Driver.OperationExecutor.ExecuteReadOperationAsync[TResult](IReadBinding binding, IReadOperation`1 operation, CancellationToken cancellationToken)\r\n  
  87.             at MongoDB.Driver.MongoCollectionImpl`1.ExecuteReadOperationAsync[TResult](IClientSessionHandle session, IReadOperation`1 operation, ReadPreference readPreference, CancellationToken cancellationToken)\r\n  
  88.             at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSessionAsync[TResult](Func`2 funcAsync, CancellationToken cancellationToken)\r\n  
  89.             at MongoDB.Driver.IAsyncCursorSourceExtensions.FirstOrDefaultAsync[TDocument](IAsyncCursorSource`1 source, CancellationToken cancellationToken)\r\n  
  90.             at Warship.DB.Mongo.PlayersRepository.Get(String id) in ...PlayersRepository.cs:line 45\r\n  
  91.             at Warship.Core.Data.PlayerData.SetUser(String id) in ...PlayerData.cs:line 57\r\n  
  92.             at Warship.Backend.Middlewares.PlayerContextMiddleware.ReadProfile(HttpContext context, IPlayerData playerData) in ...PlayerContextMiddleware.cs:line 52\r\n  
  93.             at Warship.Backend.Middlewares.PlayerContextMiddleware.Invoke(HttpContext context) in ...PlayerContextMiddleware.cs:line 33\r\n  
  94.             at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)\r\n  
  95.             at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.Invoke(HttpContext context)\r\n  
  96.             at Microsoft.AspNetCore.ResponseCaching.ResponseCachingMiddleware.Invoke(HttpContext httpContext)\r\n  
  97.             at Warship.Backend.Middlewares.Cheats.CheatsMiddleware.InvokeAsync(HttpContext context) in ...CheatsMiddleware.cs:line 38\r\n  
  98.             at Warship.Middleware.Exceptions.ExceptionMiddleware.InvokeAsync(HttpContext ctx)"
  99.         }
  100.     }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement