ahmedsuffian / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 0 forks source link

gameserver.taskmanager.AbstractFIFOPeriodicTaskManager #299

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
YOU MUST BE USING AION X EMU FILES ONLY!! IF ANY MODIFICATIONS WERE DONE TO
THE FILES THAT WERE NOT INCLUDED WITH THE SVN, WE WILL NOT SUPPORT THOSE
ISSUES HERE!!

Core revision: 263

i don't see this probleme in game.

Because what the problem is repeated and repeated and then stops but I do not 
see how this game is.

Bug description:

[WARN] 2011-04-21 09:13:07 - 
gameserver.taskmanager.AbstractFIFOPeriodicTaskManager:67 - 
java.lang.NullPointerException
    at javolution.util.FastMap.getEntry(FastMap.java:418)
    at javolution.util.FastMap.containsKey(FastMap.java:380)
    at gameserver.questEngine.QuestEngine.getQuestEnterZone(QuestEngine.java:436)
    at gameserver.questEngine.QuestEngine.onEnterZone(QuestEngine.java:252)
    at gameserver.controllers.PlayerController.onEnterZone(PlayerController.java:604)
    at gameserver.services.ZoneService.findZoneInCurrentMap(ZoneService.java:243)
    at gameserver.controllers.PlayerController.refreshZoneImpl(PlayerController.java:657)
    at gameserver.services.ZoneService$ZoneUpdateMode$2.zoneTask(ZoneService.java:93)
    at gameserver.services.ZoneService$ZoneUpdateMode.tryUpdateZone(ZoneService.java:111)
    at gameserver.services.ZoneService.callTask(ZoneService.java:71)
    at gameserver.services.ZoneService.callTask(ZoneService.java:38)
    at gameserver.taskmanager.AbstractFIFOPeriodicTaskManager.run(AbstractFIFOPeriodicTaskManager.java:64)
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:54)
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrapper.java:39)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)

Original issue reported on code.google.com by apophis1...@gmail.com on 21 Apr 2011 at 7:23

GoogleCodeExporter commented 9 years ago
Can you reproduce this Error? Does it still occur on the latest Revision?

Original comment by ZeroSign...@gmail.com on 28 Apr 2011 at 3:45

GoogleCodeExporter commented 9 years ago
Should be fixed in Revision 294.

Original comment by ZeroSign...@gmail.com on 23 May 2011 at 3:12