error when starting server

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
TrueEdge
Posts: 40
Joined: Sun Mar 14, 2010 8:35 pm

error when starting server

Post 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)
DeVe
Posts: 20
Joined: Mon Jan 25, 2010 10:59 am

Re: error when starting server

Post by DeVe »

you have scripts custom or events custom?

Or any NPC custom in server ?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: error when starting server

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
TrueEdge
Posts: 40
Joined: Sun Mar 14, 2010 8:35 pm

Re: error when starting server

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: error when starting server

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
TrueEdge
Posts: 40
Joined: Sun Mar 14, 2010 8:35 pm

Re: error when starting server

Post 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 =)
Post Reply