Server freeze

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
Post Reply
knikio
Posts: 1
Joined: Mon May 25, 2009 2:14 pm

Server freeze

Post by knikio »

first thing i am sorry for my BAD ENGLISH
i tray to install my server on WIN 2003 with 2 cpu xeon and 2 GB ram
i am using a clean installation (i try to install the new version and several of the old versions)
and i get the same result, my server console freeze at the same part
Loaded: 9 castles
Initializing SiegeManager
TeleportLocationTable: Loaded 713 Teleport Location Templates.
LevelUpData: Loaded 103 Character Level Up Templates.
RaidBossSpawnManager: Loaded 180 Instances
RaidBossSpawnManager: Scheduled 0 Instances
Initializing GrandBossManager
GrandBossManager: Loaded 7 Instances
GrandBossManager: Initialized 0 Grand Boss Zones
GrandBossManager: Loaded 7 Instances
FourSepulchersManager: loaded 20 Mysterious-Box spawns.
FourSepulchersManager: loaded 716 Physical type monsters spawns.
FourSepulchersManager: loaded 716 Magical type monsters spawns.
FourSepulchersManager: loaded 92 Church of duke monsters spawns.
FourSepulchersManager: loaded 68 Emperor's grave NPC spawns.
FourSepulchersManager: spawned Conquerors' Sepulcher Manager
FourSepulchersManager: spawned Emperors' Sepulcher Manager
FourSepulchersManager: spawned Great Sages' Sepulcher Manager
FourSepulchersManager: spawned Judges' Sepulcher Manager
Exception in thread "main" java.lang.NullPointerException
at net.sf.l2j.gameserver.instancemanager.FourSepulchersManager.clean(Fou
rSepulchersManager.java:237)
at net.sf.l2j.gameserver.instancemanager.FourSepulchersManager.timeSelec
tor(FourSepulchersManager.java:203)
at net.sf.l2j.gameserver.instancemanager.FourSepulchersManager.init(Four
SepulchersManager.java:171)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:300)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:540)
i search in this forum and i find this post
viewtopic.php?f=81&t=10955
and still i cant fix this problem


many thanks
Knikio
toastgodsupreme
Posts: 750
Joined: Sun Dec 07, 2008 7:01 pm
Location: Poland

Re: Server freeze

Post by toastgodsupreme »

Is it really so hard to go to the four sepulcher file and then to the line where the error is called and figure out what the problem is?

GrandBossManager.getInstance().getZone(Location[0],Location[1],Location[2]).oustAllPlayers();


Gee, I'd start looking at some of your sql tables based on that.
Post Reply