Page 1 of 1

error when starting server

Posted: Mon Apr 12, 2010 12:52 am
by TrueEdge
L2J Revision 4060:
L2JDP Revision 7241:

Hello, I have an big problem. When I try to start the server I get this error. at beginning at the last error (Warnung) this repeat many times... Can anyoby help me?

Code: Select all

12.04.2010 02:11:31 com.l2jserver.gameserver.instancemanager.ZoneManager loadSCHWERWIEGEND: Error while loading zones.java.lang.NullPointerException	at com.l2jserver.gameserver.model.zone.type.L2ClanHallZone.setParameter(L2ClanHallZone.java:46)	at com.l2jserver.gameserver.instancemanager.ZoneManager.load(ZoneManager.java:330)	at com.l2jserver.gameserver.instancemanager.ZoneManager.<init>(ZoneManager.java:70)	at com.l2jserver.gameserver.instancemanager.ZoneManager.<init>(ZoneManager.java:52)	at com.l2jserver.gameserver.instancemanager.ZoneManager$SingletonHolder.<clinit>(ZoneManager.java:531)	at com.l2jserver.gameserver.instancemanager.ZoneManager.getInstance(ZoneManager.java:60)	at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:219)	at com.l2jserver.gameserver.GameServer.main(GameServer.java:502)12.04.2010 02:11:34 com.l2jserver.gameserver.model.L2Spawn doSpawnWARNUNG: NPC 35063 class not foundjava.lang.NullPointerException	at com.l2jserver.gameserver.model.entity.Castle.checkIfInZone(Castle.java:400)	at com.l2jserver.gameserver.instancemanager.CastleManager.getCastleIndex(CastleManager.java:155)	at com.l2jserver.gameserver.instancemanager.CastleManager.getCastleIndex(CastleManager.java:146)	at com.l2jserver.gameserver.instancemanager.CastleManager.findNearestCastleIndex(CastleManager.java:62)	at com.l2jserver.gameserver.model.actor.L2Npc.getCastle(L2Npc.java:878)	at com.l2jserver.gameserver.model.actor.instance.L2ArtefactInstance.onSpawn(L2ArtefactInstance.java:63)	at com.l2jserver.gameserver.model.L2Object.spawnMe(L2Object.java:503)	at com.l2jserver.gameserver.model.L2Spawn.initializeNpcInstance(L2Spawn.java:566)	at com.l2jserver.gameserver.model.L2Spawn.doSpawn(L2Spawn.java:477)	at com.l2jserver.gameserver.model.L2Spawn.doSpawn(L2Spawn.java:426)	at com.l2jserver.gameserver.model.L2Spawn.init(L2Spawn.java:393)	at com.l2jserver.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTable.java:118)	at com.l2jserver.gameserver.datatables.SpawnTable.<init>(SpawnTable.java:56)	at com.l2jserver.gameserver.datatables.SpawnTable.<init>(SpawnTable.java:38)	at com.l2jserver.gameserver.datatables.SpawnTable$SingletonHolder.<clinit>(SpawnTable.java:425)	at com.l2jserver.gameserver.datatables.SpawnTable.getInstance(SpawnTable.java:50)	at com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1266)	at com.l2jserver.gameserver.model.entity.Fort.<init>(Fort.java:262)	at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:172)	at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:264)	at com.l2jserver.gameserver.GameServer.main(GameServer.java:502)

Re: error when starting server

Posted: Mon Apr 12, 2010 7:31 am
by DeVe
you have scripts custom or events custom?

Or any NPC custom in server ?

Re: error when starting server

Posted: Mon Apr 12, 2010 7:34 am
by janiii
you see there is a problem in the zone, so check your zone.xml for invalid data.
then you see that there is some error with npc 35063 and its class, so check your npc table and the class the npc has assigned.

Re: error when starting server

Posted: Mon Apr 12, 2010 9:47 am
by TrueEdge
I have one custom NPC but the id is 955.

i cant find invalid data in zone.xml. And the NPC has the class LineageNPC.castle_kent_statue_jewel

Re: error when starting server

Posted: Mon Apr 12, 2010 9:53 am
by janiii
TrueEdge wrote:I have one custom NPC but the id is 955.

i cant find invalid data in zone.xml. And the NPC has the class LineageNPC.castle_kent_statue_jewel
i ment the npc type. but it seems to be a problem of zones again.

for the clanhall zone error: check your zone.xml and search for "clanHallId" and then check if you have all the clan hall ids in your clanhall table.

Re: error when starting server

Posted: Mon Apr 12, 2010 10:05 am
by TrueEdge
The NPC Type is: L2Artefact

thans man. I looked in the clanhall db and there was no clanhalls. Now I added the clanhals in to the db and now no error =)

Thank You man =)