[HELP]Freya GameServer problem

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
zlati
Posts: 37
Joined: Mon Nov 12, 2007 4:41 am
Contact:

[HELP]Freya GameServer problem

Post by zlati »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

I receive some errors in GameServer :

Code: Select all

NPC L2MonsterInstance:Kasha's Eye(18813)[268486180] spawned outside of L2EffectZone, check your zone coords! X:74117 Y:-120459 Z:-2884Exception on onSpawn() in notifySpawn(): -6java.lang.ArrayIndexOutOfBoundsException: -6        at gnu.trove.TIntIntHashMap.rehash(TIntIntHashMap.java:229)        at gnu.trove.THash.postInsertHook(THash.java:370)        at gnu.trove.TIntIntHashMap.doPut(TIntIntHashMap.java:193)        at gnu.trove.TIntIntHashMap.put(TIntIntHashMap.java:160)        at com.l2jserver.gameserver.model.zone.type.L2EffectZone.addSkill(L2EffectZone.java:194)        at ai.group_template.DenOfEvil.onSpawn(DenOfEvil.java:128)        at com.l2jserver.gameserver.model.quest.Quest.notifySpawn(Quest.java:432)        at com.l2jserver.gameserver.model.actor.L2Npc.onSpawn(L2Npc.java:1427)        at com.l2jserver.gameserver.model.actor.L2Attackable.onSpawn(L2Attackable.java:2057)        at com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance.onSpawn(L2MonsterInstance.java:107)        at com.l2jserver.gameserver.model.L2Object.spawnMe(L2Object.java:537)        at com.l2jserver.gameserver.model.L2Spawn.initializeNpcInstance(L2Spawn.java:572)        at com.l2jserver.gameserver.model.L2Spawn.doSpawn(L2Spawn.java:478)        at com.l2jserver.gameserver.model.L2Spawn.spawnOne(L2Spawn.java:406)        at com.l2jserver.gameserver.model.quest.Quest.addSpawn(Quest.java:1710)        at com.l2jserver.gameserver.model.quest.Quest.addSpawn(Quest.java:1662)        at com.l2jserver.gameserver.model.quest.Quest.addSpawn(Quest.java:1657)        at ai.group_template.DenOfEvil$RespawnNewEye.run(DenOfEvil.java:178)        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)        at java.util.concurrent.FutureTask.run(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)        at java.lang.Thread.run(Unknown Source) NPC L2MonsterInstance:Kasha's Eye(18813)[268486187] spawned outside of L2EffectZone, check your zone coords! X:67311 Y:-116374 Z:-1992NPC L2MonsterInstance:Kasha's Eye(18814)[268486202] spawned outside of L2EffectZone, check your zone coords! X:67311 Y:-116374 Z:-1992NPC L2MonsterInstance:Kasha's Eye(18813)[268486198] spawned outside of L2EffectZone, check your zone coords! X:67311 Y:-116374 Z:-1992
i see that Kasha's eye spawn outside of l2Effect, how can i fix that ? and about that java error i never see it before ..

Im looking for some help.

Regards
burrito
Posts: 276
Joined: Wed Apr 15, 2009 6:41 am

Re: [HELP]Freya GameServer problem

Post by burrito »

this may not be the case for you.... but when im on my test server and im //reloading quests, and other dangerous reload commands that should only be used on a test server, i get that error all the time, but its always fixed after a restart

So if you happen to be using those commands , thats is probably what caused it.
Post Reply