Error EffectsSTPool-7

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
professional
Posts: 58
Joined: Sun Jul 17, 2011 5:03 pm

Error EffectsSTPool-7

Post by professional »

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

Hi i have in GameServer console this Error can help me ?

Code: Select all

Exception in thread "EffectsSTPool-7" java.lang.NullPointerException        at com.l2jserver.gameserver.instancemanager.FourSepulchersManager.spawnArchonOfHalisha(FourSepulchersManager.java:1326)        at com.l2jserver.gameserver.model.actor.instance.L2SepulcherMonsterInstance$OnDeadEvent.run(L2SepulcherMonsterInstance.java:457)        at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)        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)
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

Re: Error EffectsSTPool-7

Post by Stake »

Hi!

This has nothing to do with thread pool. This is a simple NPE. :)
I think, the _archonSpawned is not defined, but you use so old rev that I don't know what your file looks like.
Image
Image
professional
Posts: 58
Joined: Sun Jul 17, 2011 5:03 pm

Re: Error EffectsSTPool-7

Post by professional »

y man i work Thx is Error for NPC :D
Post Reply