Page 1 of 1
HELP (Strange Error)
Posted: Mon Nov 04, 2013 6:00 am
by kornom
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:6257
L2JDP Revision
Number:10006
Hello friends, I need some help with this weird error:
Exception in thread "GeneralSTPool-10" java.lang.NullPointerException
at com.l2jserver.gameserver.instancemanager.WalkingManager.startMoving(W
alkingManager.java:464)
at com.l2jserver.gameserver.instancemanager.WalkingManager$ArrivedTask.r
un(WalkingManager.java:655)
at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(Thread
PoolManager.java:93)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$201(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Re: HELP (Strange Error)
Posted: Mon Nov 04, 2013 7:45 am
by HappyLDE
I have same error..

Re: HELP (Strange Error)
Posted: Tue Nov 05, 2013 7:58 pm
by kornom
What is this error about? should I be worried?
Re: HELP (Strange Error)
Posted: Fri Mar 07, 2014 7:57 am
by Nerimah
Still no clue about this error?
Re: HELP (Strange Error)
Posted: Fri Mar 07, 2014 11:14 am
by Zoey76
This is BETA?
Re: HELP (Strange Error)
Posted: Sat Mar 08, 2014 3:07 pm
by Nerimah
Zoey76 wrote:This is BETA?
No it's from STABLE version.
Re: HELP (Strange Error)
Posted: Sun Mar 09, 2014 2:24 pm
by Nerimah
After some debugging I found that the error is coming from the patrolling NPCs "Lesser Evil" inside the Anomic Foundry that have bad routes or maybe the geodata is not good there:
Index: java/com/l2jserver/gameserver/instancemanager/WalkingManager.java
===================================================================
--- java/com/l2jserver/gameserver/instancemanager/WalkingManager.java (revision 6326)
+++ java/com/l2jserver/gameserver/instancemanager/WalkingManager.java (working copy)
@@ -23,6 +23,7 @@
import java.util.List;
import java.util.Map;
import java.util.concurrent.ScheduledFuture;
+import java.util.logging.Level;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
@@ -459,6 +460,11 @@
if ((npc.getAI().getIntention() == CtrlIntention.AI_INTENTION_ACTIVE) || (npc.getAI().getIntention() == CtrlIntention.AI_INTENTION_IDLE))
{
WalkInfo walk = _activeRoutes.get(npc.getObjectId());
+ if (walk == null)
+ {
+ _log.log(Level.WARNING, "Could not find route for npc [" + npc.getObjectId() + "] " + npc.getName(), "");
+ return;
+ }
// Prevent call simultaneously from scheduled task and onArrived() or temporarily stop walking for resuming in future
if (walk._blocked || walk._suspended)
Could not find route for npc [268484565] Lesser Evil
Could not find route for npc [268484619] Lesser Evil
Could not find route for npc [268484626] Lesser Evil
Could not find route for npc [268484629] Lesser Evil
Re: HELP (Strange Error)
Posted: Fri Mar 21, 2014 8:13 am
by Nerimah
Up!
Re: HELP (Strange Error)
Posted: Fri Mar 21, 2014 8:49 am
by Konstantinos
Nerimah wrote:Up!
stop the up in l2j forum

Re: HELP (Strange Error)
Posted: Wed Dec 10, 2014 10:50 am
by ZOOmbi
Topic is relevant.
A similar error:
Exception in thread "GeneralSTPool-1" java.lang.NullPointerException
at com.l2jserver.gameserver.instancemanager.WalkingManager.startMoving(W
alkingManager.java:464)
at com.l2jserver.gameserver.instancemanager.WalkingManager$ArrivedTask.r
un(WalkingManager.java:655)
at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(Thread
PoolManager.java:93)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$201(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Konstantinos wrote:stop the up in l2j forum

What do you forum moderator? Answer me essentially. No? Go then past the! And do not tamp your posts!