Advertisement
om1n0us

Untitled

May 31st, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.66 KB | None | 0 0
  1. 04:06:00.1477 Trace Session1.226 entering FinishQuerying; SessionState=1
  2. 04:06:00.1477 Trace Session1.226 returning to Pool1
  3. 04:06:00.4365 Trace Session1.225 entering FinishQuerying; SessionState=1
  4. 04:06:00.4365 Trace Session1.225 returning to Pool1
  5. 04:06:01.1205 Trace Session1.225 ServerVersion=1 supports reset connection and pipelining; sending pipelined reset connection request
  6. 04:06:01.4547 Debug Session1.224 will cancel CommandId: 24104 (CancelledAttempts=1) CommandText: UPDATE `Resources`SET `Food` = @Food, `Stone` = @Stone, `Wood` = @Wood, `Iron` = @Iron, `Gold` = @Gold WHERE `IggId` = @IggId
  7. 04:06:01.4547 Trace Session0.3 created new session
  8. 04:06:01.4547 Trace Session0.3 connecting to IpAddress *.*.*.* for HostName '*.*.*.*'
  9. 04:06:01.5743 Trace Session1.225 entering FinishQuerying; SessionState=1
  10. 04:06:01.5743 Trace Session1.225 returning to Pool1
  11. 04:06:01.6806 Trace Session0.3 connected to IpAddress *.*.*.* for HostName '*.*.*.*' with local Port 39665
  12. 04:06:01.9046 Trace Session0.3 server sent AuthPluginName=mysql_native_password
  13. 04:06:01.9046 Debug Session0.3 made connection; ServerVersion=5.5.5-10.6.7-MariaDB-log; ConnectionId=154341; Compression=False; Attributes=True; DeprecateEof=True; Ssl=True; SessionTrack=True; Pipelining=True; QueryAttributes=False
  14. 04:06:01.9046 Trace Session0.3 initializing TLS connection
  15. 04:06:02.3118 Trace Session1.225 ServerVersion=5.5.5-10.6.7-MariaDB-log supports reset connection and pipelining; sending pipelined reset connection request
  16. 04:06:02.3593 Debug Session0.3 connected TLS with SslProtocol=Tls12, NegotiatedCipherSuite=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  17. 04:06:02.3593 Trace Session0.3 creating connection attributes
  18. 04:06:02.4194 Trace Session1.226 ServerVersion=5.5.5-10.6.7-MariaDB-log supports reset connection and pipelining; sending pipelined reset connection request
  19. 04:06:02.5107 Debug Session1.224 setting state to Failed MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed.
  20. ---> 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..
  21. ---> System.Net.Sockets.SocketException (10060): 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.
  22. at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
  23. --- End of inner exception stack trace ---
  24. at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
  25. at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
  26. at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer)
  27. at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  28. at System.IO.Stream.Read(Span`1 buffer)
  29. at MySqlConnector.Protocol.Serialization.StreamByteHandler.<ReadBytesAsync>g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 44
  30. at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 34
  31. at MySqlConnector.Protocol.Serialization.ProtocolUtility.<ReadPacketAsync>g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 409
  32. at MySqlConnector.Protocol.Serialization.ProtocolUtility.<DoReadPayloadAsync>g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 476
  33. at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 947
  34. at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 43
  35. at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 136
  36. at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 465
  37. at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 56
  38. at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 296
  39. at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 107
  40. at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2858
  41. at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 581
  42. at LmAssembly.Db.Database.UpdateResources(UInt32[] res) in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\Db\Database.cs:line 155
  43. at LmAssembly.BotRunner.UpdateDb() in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\BotRunner.cs:line 320
  44. at LmAssembly.BotRunner.StartWorker() in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\BotRunner.cs:line 286
  45. 04:06:02.5107 Debug Session1.224 setting state to Failed MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed.
  46. ---> 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..
  47. ---> System.Net.Sockets.SocketException (10060): 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.
  48. at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
  49. --- End of inner exception stack trace ---
  50. at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
  51. at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
  52. at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer)
  53. at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  54. at System.IO.Stream.Read(Span`1 buffer)
  55. at MySqlConnector.Protocol.Serialization.StreamByteHandler.<ReadBytesAsync>g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 44
  56. at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 34
  57. at MySqlConnector.Protocol.Serialization.ProtocolUtility.<ReadPacketAsync>g__AddContinuation|1_0(ValueTask`1 headerBytes, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 409
  58. at MySqlConnector.Protocol.Serialization.ProtocolUtility.<DoReadPayloadAsync>g__AddContinuation|5_0(ValueTask`1 readPacketTask, BufferedByteReader bufferedByteReader, IByteHandler byteHandler, Func`1 getNextSequenceNumber, ArraySegmentHolder`1 previousPayloads, ProtocolErrorBehavior protocolErrorBehavior, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/ProtocolUtility.cs:line 476
  59. at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 947
  60. at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 43
  61. at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 136
  62. at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 465
  63. at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(IReadOnlyList`1 commands, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 56
  64. at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 296
  65. at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 107
  66. at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2858
  67. at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 581
  68. at LmAssembly.Db.Database.UpdateResources(UInt32[] res) in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\Db\Database.cs:line 155
  69. at LmAssembly.BotRunner.UpdateDb() in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\BotRunner.cs:line 320
  70. at LmAssembly.BotRunner.StartWorker() in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\BotRunner.cs:line 286
  71. 04:06:02.5107 Trace Session1.224 entering FinishQuerying; SessionState=1
  72. 04:06:02.5107 Trace Session1.224 returning to Pool1
  73. 04:06:02.5107 Trace Session1.224 sending QUIT command
  74. 04:06:02.5107 Debug Session1.224 closing stream/socket
  75. 04:06:02.7658 Trace Session1.225 entering FinishQuerying; SessionState=5.5.5-10.6.7-MariaDB-log
  76. 04:06:02.7658 Trace Session1.225 returning to Pool5.5.5-10.6.7-MariaDB-log
  77. 04:06:02.7658 Trace Session1.225 ServerVersion=5.5.5-10.6.7-MariaDB-log supports reset connection and pipelining; sending pipelined reset connection request
  78. 04:06:02.8070 Trace Session0.3 sending QUIT command
  79. 04:06:02.8070 Debug Session0.3 closing stream/socket
  80. 04:06:02.8706 Trace Session1.226 entering FinishQuerying; SessionState=1
  81. 04:06:02.8706 Trace Session1.226 returning to Pool1
  82. 04:06:02.8706 Trace Session1.226 ServerVersion=1 supports reset connection and pipelining; sending pipelined reset connection request
  83. 04:06:10.1245 Trace Session1.226 entering FinishQuerying; SessionState=1
  84. 04:06:10.1245 Trace Session1.226 returning to Pool1
  85. 04:06:10.1245 Trace Session1.225 entering FinishQuerying; SessionState=5.5.5-10.6.7-MariaDB-log
  86. 04:06:10.1245 Trace Session1.225 returning to Pool5.5.5-10.6.7-MariaDB-log
  87. 04:06:10.1245 Trace Session1.225 ServerVersion=5.5.5-10.6.7-MariaDB-log supports reset connection and pipelining; sending pipelined reset connection request
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement