error gameserver

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
DareStrike
Posts: 376
Joined: Sun May 01, 2011 1:20 pm

error gameserver

Post by DareStrike »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5131/beta:
L2JDP Revision 8625/beta:


what this error

Code: Select all

 java.lang.NullPointerException    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance$FeedTask.run(L2PcInstance.java:13863)    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.innerRunAndReset(FutureTask.java:351)    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)    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)  

L2PcInstance.java:13863

Code: Select all

             _mountFeedTask.cancel(false);            //ThreadPoolManager.getInstance().removeGeneral((Runnable)_mountFeedTask); 



2:

Code: Select all

     Actor: L2MonsterInstance:Dark Choir Prima Donna - failed executing movementDisable(): nulljava.lang.NullPointerException    at com.l2jserver.gameserver.ai.L2AttackableAI.movementDisable(L2AttackableAI.java:1753)    at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:1088)    at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2424)    at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:444)    at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:384)    at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)    at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:412)    at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:330)    at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:269)    at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAggression(L2AttackableAI.java:2524)    at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:450)    at ai.group_template.L2AttackableAIScript.onFactionCall(L2AttackableAIScript.java:164)    at com.l2jserver.gameserver.model.quest.Quest.notifyFactionCall(Quest.java:633)    at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:755)    at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2424)    at com.l2jserver.gameserver.ai.L2AttackableAI.run(L2AttackableAI.java:110)    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.innerRunAndReset(FutureTask.java:351)    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)    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) 

L2AttackableAI.java:1753

Code: Select all

     dist = Math.sqrt(npc.getPlanDistanceSq(getAttackTarget().getX(), getAttackTarget().getY())); 

3:

Code: Select all

 Player L2PcInstance:SmoOchY used action which he does not have! id =0 transform: Zariche [_id=301, _graphicalId=301, _collisionRadius=12.0, _collisionHeight=31.57, _isStance=false]Could not store char base data: L2PcInstance:SmoOchY[268484413] - Data truncation: Out of range value for column 'pvpkills' at row 1com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'pvpkills' at row 1        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3607)        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2163)        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2624)        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2127)        at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1362)         at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.storeCharBase(L2PcInstance.java:7880)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.store(L2PcInstance.java:7784)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.store(L2PcInstance.java:7798)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.deleteMe(L2PcInstance.java:11722)        at com.l2jserver.gameserver.network.clientpackets.RequestRestart.runImpl(RequestRestart.java:118)        at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)        at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1095)        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)        at java.lang.Thread.run(Unknown Source) 
Post Reply