Error Spamming Need Help Fast!
Posted: Thu Sep 09, 2010 11:45 pm
I am using the CT2.3 version of the server and seems I am getting an error in the MC_Show.java with no idea whats going on, Can someone please help me figure this out and fix it before it creats a error.log file of 10gigs. It keeps spamming the text making the log file bigger and bigger..
Code: Select all
Sep 9, 2010 3:14:16 PM net.sf.l2j.gameserver.model.quest.Quest showErrorWARNING: C:\Documents and Settings\Administrator\Desktop\CT2.3\gameserver\data\scripts\ai\fantasy_isle\MC_Show.javajava.lang.NullPointerException at javolution.util.FastMap$Entry.access$302(FastMap.java:1526) at javolution.util.FastMap.put(FastMap.java:490) at javolution.util.FastMap.put(FastMap.java:453) at net.sf.l2j.gameserver.model.quest.Quest.startQuestTimer(Quest.java:244) at net.sf.l2j.gameserver.model.quest.Quest.startQuestTimer(Quest.java:223) at ai.fantasy_isle.MC_Show.onAdvEvent(Unknown Source) at net.sf.l2j.gameserver.model.quest.Quest.notifyEvent(Quest.java:406) at net.sf.l2j.gameserver.model.quest.QuestTimer$ScheduleTimerTask.run(QuestTimer.java:41) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207) 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:619)