ERROR: java.lang.NullPointerException

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
User avatar
spremusik
Posts: 110
Joined: Fri Oct 21, 2011 8:34 pm

ERROR: java.lang.NullPointerException

Post by spremusik »

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

i have this in stdout.log

Code: Select all

/server/game/data/scripts/ai/fantasy_isle/MC_Show.javajava.lang.NullPointerException    at javolution.util.FastMap$Entry.access$302(FastMap.java:1576)    at javolution.util.FastMap.put(FastMap.java:496)    at javolution.util.FastMap.put(FastMap.java:457)    at com.l2jserver.gameserver.model.quest.Quest.startQuestTimer(Quest.java:263)    at com.l2jserver.gameserver.model.quest.Quest.startQuestTimer(Quest.java:242)    at ai.fantasy_isle.MC_Show.onAdvEvent(MC_Show.java:402)    at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:465)    at com.l2jserver.gameserver.model.quest.QuestTimer$ScheduleTimerTask.run(QuestTimer.java:42)    at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)    at java.util.concurrent.FutureTask.run(FutureTask.java:166)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)    at java.lang.Thread.run(Thread.java:722) 
first time i see this. what is wrong?
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: ERROR: java.lang.NullPointerException

Post by Zoey76 »

This was fixed already, what version are you using?
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
User avatar
spremusik
Posts: 110
Joined: Fri Oct 21, 2011 8:34 pm

Re: ERROR: java.lang.NullPointerException

Post by spremusik »

i was using the version specified in the post.
now i've already updated to the last version from trunk
thx zoey76
Post Reply