» Find Revision
L2J Revision Number: 4903M
L2JDP Revision Number: 8348M
Hello all,
This basically will be a two-in-one post.
My first question would be about the "restart" task. I have one set up in my DB:
Code: Select all
7 restart TYPE_GLOBAL_TASK 1317002350382 1 04:00:00 300000
The second is that the game server seems to be doing ad hoc restarts. This is not frequent, every once or twice a month, but this time it was double disturbing:
Code: Select all
2011.09.26 14:50:08,127 INFO 16 com.l2jserver.gameserver.instancemanager.FourSepulchersManager FourSepulchersManager: Entry time: Mon Sep 26 14:55:08 CEST 20112011.09.26 14:52:19,815 INFO 27 com.l2jserver.gameserver.taskmanager.tasks.TaskSevenSignsUpdate SevenSigns: Data updated successfully. 2011.09.26 15:00:39,846 INFO 26 com.l2jserver.gameserver.instancemanager.GlobalVariablesManager GlobalVariablesManager: Database updated.2011.09.26 15:00:39,846 INFO 26 com.l2jserver.gameserver.taskmanager.tasks.TaskGlobalVariablesSave GlobalVariablesManager: Data updated successfully. 2011.09.26 15:10:33,581 INFO 13 com.l2jserver.gameserver.model.entity.TvTManager TvTEventEngine[TvTManager.run()]: Lack of registration, abort event.2011.09.26 15:18:49,831 WARNING 299 com.l2jserver.gameserver.Shutdown GM shutdown countdown is over. restarting NOW! 2011.09.26 15:18:50,221 INFO 282 com.l2jserver.gameserver.datatables.OfflineTradersTable Offline traders stored.2011.09.26 15:18:50,221 INFO 282 com.l2jserver.gameserver.Shutdown Offline Traders Table: Offline shops stored(344ms). 2011.09.26 15:22:19,971 INFO 18 com.l2jserver.gameserver.taskmanager.tasks.TaskSevenSignsUpdate SevenSigns: Data updated successfully.2011.09.26 15:29:27,174 INFO 18 com.l2jserver.gameserver.instancemanager.DayNightSpawnManager DayNightSpawnManager: Removed 601 night creatures 2011.09.26 15:29:27,190 INFO 18 com.l2jserver.gameserver.instancemanager.DayNightSpawnManager DayNightSpawnManager: Spawned 232 day creatures2011.09.26 15:29:27,190 INFO 18 com.l2jserver.gameserver.instancemanager.DayNightSpawnManager DayNightSpawnManager: Deleting Hellman raidboss 2011.09.26 15:30:40,002 INFO 17 com.l2jserver.gameserver.instancemanager.GlobalVariablesManager GlobalVariablesManager: Database updated.2011.09.26 15:30:40,002 INFO 17 com.l2jserver.gameserver.taskmanager.tasks.TaskGlobalVariablesSave GlobalVariablesManager: Data updated successfully. 2011.09.26 15:50:08,377 INFO 15 com.l2jserver.gameserver.instancemanager.FourSepulchersManager FourSepulchersManager: Entry time: Mon Sep 26 15:55:08 CEST 20112011.09.26 15:52:20,065 INFO 15 com.l2jserver.gameserver.taskmanager.tasks.TaskSevenSignsUpdate SevenSigns: Data updated successfully.
It got STUCK at this point (happens sometimes, anybody has idea for that one as well?) and had to force kill the task and restart it when I got home 4 hours later.
I have already encountered these restarts in person while being online, the announce message states that a server shutdown is initiated, but if this proceeds, it restarts the server (instead of shutting it down completely).
I am the only one having rights to //server_shutdown / //server_restart (also nobody from the crew was near any internet when this happened) and there is no other restart task in the DB, so I'm clueless. The previous times, this usually came up every second-third Sunday 15:00. There were even some occurences when the DB line above was not even yet added so no scheduled restart should have had happened.
Thanks for your insight in advance.
Edit: also, please note that these issues seem to come up for over 2 months now and no update/rebuild fixed it.