Skip to content

Instantly share code, notes, and snippets.

@MagnusVortex
Created February 28, 2012 04:48
Show Gist options
  • Save MagnusVortex/1929658 to your computer and use it in GitHub Desktop.
Save MagnusVortex/1929658 to your computer and use it in GitHub Desktop.
LobbyServer console output on a really crappy connection
[LobbyServer] V3.0.0.11
Client[0]:Verifying Token
Client[0]:Token Verified
Client[0]:Getting db User
Client[0]:Starting to Stop and remove by uid=154
Client[0]:Done Stop and remove by uid=154
Client[0]:Login Success
Skylabs.LobbyServer.exe Error: 0 : Timeout expired. The timeout period elapsed
prior to completion of the operation or the server is not responding.
Skylabs.LobbyServer.exe Warning: 0 : Could not kill query, aborting connection.
Exception was Timeout expired. The timeout period elapsed prior to completion
of the operation or the server is not responding.
Skylabs.LobbyServer.exe Error: 0 : Timeout expired. The timeout period elapsed
prior to completion of the operation or the server is not responding.
[2/27/2012:10:42 PM][ERROR(8)]GetUser:Timeout expired. The timeout period e
lapsed prior to completion of the operation or the server is not responding.
==========StackTrace==========
at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exceptio
n ex)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior
)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader()
at MySql.Data.MySqlClient.Driver.LoadCharacterSets(MySqlConnection connection
)
at MySql.Data.MySqlClient.Driver.Configure(MySqlConnection connection)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at Skylabs.LobbyServer.MySqlCup.GetUser(Int32 uid) in C:\Users\MagnusVortex\O
CTGN\octgnFX\Octgn.LobbyServer\MySqlCup.cs:line 222
=============END==============
Skylabs.LobbyServer.exe Warning: 0 : Could not kill query, aborting connection.
Exception was Unable to connect to any of the specified MySQL hosts.
Skylabs.LobbyServer.exe Error: 0 : Timeout expired. The timeout period elapsed
prior to completion of the operation or the server is not responding.
[2/27/2012:10:43 PM][ERROR(8)]GetUser:Timeout expired. The timeout period e
lapsed prior to completion of the operation or the server is not responding.
==========StackTrace==========
at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exceptio
n ex)
at MySql.Data.MySqlClient.MySqlDataReader.Read()
at MySql.Data.MySqlClient.Driver.LoadServerProperties(MySqlConnection connect
ion)
at MySql.Data.MySqlClient.Driver.Configure(MySqlConnection connection)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at Skylabs.LobbyServer.MySqlCup.GetUser(Int32 uid) in C:\Users\MagnusVortex\O
CTGN\octgnFX\Octgn.LobbyServer\MySqlCup.cs:line 222
=============END==============
Skylabs.LobbyServer.exe Warning: 0 : Could not kill query, aborting connection.
Exception was Unable to connect to any of the specified MySQL hosts.
[2/27/2012:10:43 PM][ERROR(8)]GetUser:Timeout expired. The timeout period e
lapsed prior to completion of the operation or the server is not responding.
==========StackTrace==========
at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exceptio
n ex)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior
)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader()
at MySql.Data.MySqlClient.Driver.LoadServerProperties(MySqlConnection connect
ion)
at MySql.Data.MySqlClient.Driver.Configure(MySqlConnection connection)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at Skylabs.LobbyServer.MySqlCup.GetUser(Int32 uid) in C:\Users\MagnusVortex\O
CTGN\octgnFX\Octgn.LobbyServer\MySqlCup.cs:line 222
=============END==============
Client[0]:Verifying Token
Client[0]:Token Verified
Client[0]:Getting db User
Client[0]:Starting to Stop and remove by uid=154
Client[0]:Done Stop and remove by uid=154
Client[0]:Login Success
@kellyelton
Copy link

Makes sense. Lobby server is hosted in the same place as the mySQL server. Not an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment