Jump to content

[41.68] RCON `quit` command throws `unknown connection` exception


thirteenth

Recommended Posts

When sends the quit command via RCON, an error 'unknown connection' appears in the debug log. It seems that the server is shutting down correctly, but such an error in the log is alarming.

  

[11-03-22 04:04:33.140] LOG  : General     , 1646960673140> 3,989,704,693> RCON: new connection Socket[addr=/127.0.0.1,port=58484,localport=27002].
[11-03-22 04:04:33.141] LOG  : General     , 1646960673141> 3,989,704,694> RCON: ID=42 Type=3 Body='Swordfish' Socket[addr=/127.0.0.1,port=58484,localport=27002].
[11-03-22 04:04:33.242] LOG  : General     , 1646960673242> 3,989,704,795> RCON: connection closed Socket[addr=/127.0.0.1,port=58484,localport=27002].
[11-03-22 04:04:34.253] LOG  : General     , 1646960674253> 3,989,705,806> command entered via server console (System.in): "quit".
[11-03-22 04:04:34.333] DEBUG: Multiplayer , 1646960674333> 3,989,705,886> QuitCommand.Command                 > cmd="quit" user="admin" role="32" unknown connection".
[11-03-22 04:04:34.334] LOG  : Multiplayer , 1646960674334> 3,989,705,887>      java.base/java.lang.Thread.getStackTrace(Unknown Source).
[11-03-22 04:04:34.334] LOG  : Multiplayer , 1646960674334> 3,989,705,887>      zombie.debug.DebugLogStream.printStackTrace(DebugLogStream.java:149).
[11-03-22 04:04:34.334] LOG  : Multiplayer , 1646960674334> 3,989,705,887>      zombie.debug.DebugLogStream.printStackTrace(DebugLogStream.java:144).
[11-03-22 04:04:34.334] LOG  : Multiplayer , 1646960674334> 3,989,705,887>      zombie.network.ServerMap.QueueQuit(ServerMap.java:91).
[11-03-22 04:04:34.334] LOG  : Multiplayer , 1646960674334> 3,989,705,887>      zombie.commands.serverCommands.QuitCommand.Command(QuitCommand.java:29).
[11-03-22 04:04:34.334] LOG  : Multiplayer , 1646960674334> 3,989,705,888>      zombie.commands.CommandBase.Execute(CommandBase.java:131).
[11-03-22 04:04:34.334] LOG  : Multiplayer , 1646960674334> 3,989,705,888>      zombie.network.GameServer.handleServerCommand(GameServer.java:1165).
[11-03-22 04:04:34.335] LOG  : Multiplayer , 1646960674335> 3,989,705,888>      zombie.network.GameServer.main(GameServer.java:902).
[11-03-22 04:04:34.335] LOG  : General     , 1646960674335> 3,989,705,888> Quit.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...