Gameserver Disconnect all player ?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
LaP1
Posts: 57
Joined: Tue Jan 15, 2008 7:45 pm

Gameserver Disconnect all player ?

Post by LaP1 »

Hi all,

I have a problem, my server "crash" (Disconnect all player) every day but I have no error in gameserver log and when the server crash I can log in but I cannot acceed on the gameserver but I see server Light.



PS: After crash I see in gameserver log that continu normaly but no one can go on the server:

Code: Select all

Spawning Raid Boss Ketra's Hero HekatonOlympiad System: Olympiad Game StartedOlympiad System: Loaded 4 stadiums.SevenSigns: Data updated successfully.GlobalVariablesManager: Database updated.GlobalVariablesManager: Data updated successfully.Olympiad System: Data updated.TvTEventEngine[TvTManager.run()]: Lack of registration, abort event.SevenSigns: Data updated successfully.GlobalVariablesManager: Database updated.GlobalVariablesManager: Data updated successfully.Olympiad System: Data updated.FourSepulchersManager: Entry time: Sun Nov 06 18:55:40 CET 2011SevenSigns: Data updated successfully.GlobalVariablesManager: Database updated.GlobalVariablesManager: Data updated successfully.DayNightSpawnManager: Removed 232 day creaturesDayNightSpawnManager: Spawned 601 night creaturesDayNightSpawnManager: Spawning Hellman raidbossOlympiad System: Data updated.

Someone have an Idea ?
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

Re: Gameserver Disconnect all player ?

Post by Artour24 »

Same here... but with a difference that i get some errors.... here is my Java.log

Code: Select all

 2011.11.10 03:11:18,282 INFO    28  com.l2jserver.gameserver.taskmanager.tasks.TaskGlobalVariablesSave  GlobalVariablesManager: Data updated successfully.2011.11.10 03:14:49,292 WARNING 34  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)2011.11.10 03:16:35,323 WARNING 34  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)2011.11.10 03:16:38,755 WARNING 18  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)2011.11.10 03:16:49,779 WARNING 34  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)2011.11.10 03:16:55,341 WARNING 39  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)2011.11.10 03:16:59,326 WARNING 35  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)2011.11.10 03:17:07,406 WARNING 35  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)2011.11.10 03:17:16,100 WARNING 37  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)2011.11.10 03:17:50,432 WARNING 37  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)2011.11.10 03:17:53,459 WARNING 23  com.l2jserver.L2DatabaseFactory Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) 
after these errors the server continue run and the status of it showed as Online but you can access it until the character choise after that the client don't respond and the server don't show any errors more.... very strange but it's fact and i am sure there is more ppl that have these issue...
burn13
Posts: 11
Joined: Wed Nov 09, 2011 12:04 am

Re: Gameserver Disconnect all player ?

Post by burn13 »

All of you have 1 gameserver or have more than 1? Maybe enter in conflic, its only a idea for test.
I hope someone can really help you guys.

Regards.
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

Re: Gameserver Disconnect all player ?

Post by Artour24 »

burn13 wrote:All of you have 1 gameserver or have more than 1? Maybe enter in conflic, its only a idea for test.
I hope someone can really help you guys.

Regards.
Personaly i have 1 gameserver not more... but i think these issues is clearly from some custom modification and adds in the core... cause an a clear instal and with only 1 character in game the server restart normaly but on my live server where i have add some customs i get offten unclosed connection error (Example from Rin4a buffer) and after some hours the server just stuck (that is cause of DeadLock interval as i think). So when the server get the DeadLock interval max it try to restart but it can't cause of these error that i show above... very strange and head pain issue... hope some java guru will get as a tip how can we sove it.
LaP1
Posts: 57
Joined: Tue Jan 15, 2008 7:45 pm

Re: Gameserver Disconnect all player ?

Post by LaP1 »

Artour24 wrote:(Example from Rin4a buffer)
Hi have this buffer to and I have search the problem with unclosed connection but I have try to solve the problem but I cant find a solution.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Gameserver Disconnect all player ?

Post by MELERIX »

is hard to use search button ?

and search for "Unclosed connection"

search.php?keywords=Unclosed+connection :roll:
Locked