Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 04:06:00.1477 Trace Session1.226 entering FinishQuerying; SessionState=1
- 04:06:00.1477 Trace Session1.226 returning to Pool1
- 04:06:00.4365 Trace Session1.225 entering FinishQuerying; SessionState=1
- 04:06:00.4365 Trace Session1.225 returning to Pool1
- 04:06:01.1205 Trace Session1.225 ServerVersion=1 supports reset connection and pipelining; sending pipelined reset connection request
- 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
- 04:06:01.4547 Trace Session0.3 created new session
- 04:06:01.4547 Trace Session0.3 connecting to IpAddress *.*.*.* for HostName '*.*.*.*'
- 04:06:01.5743 Trace Session1.225 entering FinishQuerying; SessionState=1
- 04:06:01.5743 Trace Session1.225 returning to Pool1
- 04:06:01.6806 Trace Session0.3 connected to IpAddress *.*.*.* for HostName '*.*.*.*' with local Port 39665
- 04:06:01.9046 Trace Session0.3 server sent AuthPluginName=mysql_native_password
- 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
- 04:06:01.9046 Trace Session0.3 initializing TLS connection
- 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
- 04:06:02.3593 Debug Session0.3 connected TLS with SslProtocol=Tls12, NegotiatedCipherSuite=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- 04:06:02.3593 Trace Session0.3 creating connection attributes
- 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
- 04:06:02.5107 Debug Session1.224 setting state to Failed MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed.
- ---> 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 (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.
- at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
- --- End of inner exception stack trace ---
- at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
- at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
- at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer)
- at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count)
- at System.IO.Stream.Read(Span`1 buffer)
- at MySqlConnector.Protocol.Serialization.StreamByteHandler.<ReadBytesAsync>g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 44
- at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 34
- 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
- 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
- at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 947
- at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 43
- at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 136
- 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
- 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
- at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 296
- at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 107
- at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2858
- at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 581
- at LmAssembly.Db.Database.UpdateResources(UInt32[] res) in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\Db\Database.cs:line 155
- at LmAssembly.BotRunner.UpdateDb() in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\BotRunner.cs:line 320
- at LmAssembly.BotRunner.StartWorker() in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\BotRunner.cs:line 286
- 04:06:02.5107 Debug Session1.224 setting state to Failed MySqlConnector.MySqlException (0x80004005): The Command Timeout expired before the operation completed.
- ---> 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 (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.
- at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
- --- End of inner exception stack trace ---
- at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
- at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
- at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer)
- at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count)
- at System.IO.Stream.Read(Span`1 buffer)
- at MySqlConnector.Protocol.Serialization.StreamByteHandler.<ReadBytesAsync>g__DoReadBytesSync|6_0(Memory`1 buffer) in /_/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs:line 44
- at MySqlConnector.Protocol.Serialization.BufferedByteReader.ReadBytesAsync(IByteHandler byteHandler, ArraySegment`1 buffer, Int32 totalBytesToRead, IOBehavior ioBehavior) in /_/src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs:line 34
- 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
- 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
- at MySqlConnector.Core.ServerSession.ReceiveReplyAsyncAwaited(ValueTask`1 task) in /_/src/MySqlConnector/Core/ServerSession.cs:line 947
- at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in /_/src/MySqlConnector/Core/ResultSet.cs:line 43
- at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 136
- 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
- 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
- at MySqlConnector.MySqlCommand.ExecuteNonQueryAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 296
- at MySqlConnector.MySqlCommand.ExecuteNonQuery() in /_/src/MySqlConnector/MySqlCommand.cs:line 107
- at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2858
- at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 581
- at LmAssembly.Db.Database.UpdateResources(UInt32[] res) in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\Db\Database.cs:line 155
- at LmAssembly.BotRunner.UpdateDb() in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\BotRunner.cs:line 320
- at LmAssembly.BotRunner.StartWorker() in D:\Dropbox\Projects\LM\LordsMobile\LmAssembly\BotRunner.cs:line 286
- 04:06:02.5107 Trace Session1.224 entering FinishQuerying; SessionState=1
- 04:06:02.5107 Trace Session1.224 returning to Pool1
- 04:06:02.5107 Trace Session1.224 sending QUIT command
- 04:06:02.5107 Debug Session1.224 closing stream/socket
- 04:06:02.7658 Trace Session1.225 entering FinishQuerying; SessionState=5.5.5-10.6.7-MariaDB-log
- 04:06:02.7658 Trace Session1.225 returning to Pool5.5.5-10.6.7-MariaDB-log
- 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
- 04:06:02.8070 Trace Session0.3 sending QUIT command
- 04:06:02.8070 Debug Session0.3 closing stream/socket
- 04:06:02.8706 Trace Session1.226 entering FinishQuerying; SessionState=1
- 04:06:02.8706 Trace Session1.226 returning to Pool1
- 04:06:02.8706 Trace Session1.226 ServerVersion=1 supports reset connection and pipelining; sending pipelined reset connection request
- 04:06:10.1245 Trace Session1.226 entering FinishQuerying; SessionState=1
- 04:06:10.1245 Trace Session1.226 returning to Pool1
- 04:06:10.1245 Trace Session1.225 entering FinishQuerying; SessionState=5.5.5-10.6.7-MariaDB-log
- 04:06:10.1245 Trace Session1.225 returning to Pool5.5.5-10.6.7-MariaDB-log
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement