Page 1 of 1

[BETA][Error]TargetCorpseMob.jav

Posted: Tue Jan 08, 2013 11:05 am
by oscard
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5742:
L2JDP Revision 9371:

continuity displays it this error

Code: Select all

 Exception in L2Skill.getTargetList(): nulljava.lang.NullPointerException    at handlers.targethandlers.TargetCorpseMob.getTargetList(TargetCorpseMob.java:40)    at com.l2jserver.gameserver.model.skills.L2Skill.getTargetList(L2Skill.java:1468)    at com.l2jserver.gameserver.model.skills.L2Skill.getTargetList(L2Skill.java:1438)    at com.l2jserver.gameserver.model.skills.L2Skill.getTargetList(L2Skill.java:1481)    at com.l2jserver.gameserver.model.actor.L2Character.beginCast(L2Character.java:1838)    at com.l2jserver.gameserver.model.actor.L2Character.doCast(L2Character.java:1644)    at com.l2jserver.gameserver.model.actor.L2Character$AIAccessor.doCast(L2Character.java:4100)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance$AIAccessor.doCast(L2PcInstance.java:425)    at com.l2jserver.gameserver.ai.L2PlayerAI.thinkCast(L2PlayerAI.java:293)    at com.l2jserver.gameserver.ai.L2PlayerAI.onEvtThink(L2PlayerAI.java:355)    at com.l2jserver.gameserver.ai.L2CharacterAI.onEvtArrived(L2CharacterAI.java:769)    at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:393)    at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:320)    at com.l2jserver.gameserver.GameTimeController$MovingObjectArrived.run(GameTimeController.java:263)    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) 

and this error

Code: Select all

 com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '269921432-0-1129-1389-3' for key 'PRIMARY'    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)    at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)    at com.mysql.jdbc.Util.getInstance(Util.java:386)    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1040)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4096)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4028)    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2490)    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2651)    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2734)    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155)    at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1379)    at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:815)    at com.l2jserver.gameserver.model.actor.instance.L2ServitorInstance.storeEffect(L2ServitorInstance.java:410)    at com.l2jserver.gameserver.model.actor.L2Summon.doDie(L2Summon.java:323)    at com.l2jserver.gameserver.model.actor.instance.L2ServitorInstance.doDie(L2ServitorInstance.java:241)    at com.l2jserver.gameserver.model.actor.status.CharStatus.reduceHp(CharStatus.java:183)    at com.l2jserver.gameserver.model.actor.status.SummonStatus.reduceHp(SummonStatus.java:93)    at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:7785)    at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:7769)    at com.l2jserver.gameserver.model.actor.L2Summon.reduceCurrentHp(L2Summon.java:825)    at handlers.skillhandlers.Mdam.useSkill(Mdam.java:108)    at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:7205)    at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6875)    at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:3230)    at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:93)    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) Could not store summon effect data: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '269921432-0-1129-1389-3' for key 'PRIMARY'    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)    at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)    at com.mysql.jdbc.Util.getInstance(Util.java:386)    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1040)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4096)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4028)    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2490)    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2651)    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2734)    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155)    at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1379)    at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:815)    at com.l2jserver.gameserver.model.actor.instance.L2ServitorInstance.storeEffect(L2ServitorInstance.java:410)    at com.l2jserver.gameserver.model.actor.L2Summon.doDie(L2Summon.java:323)    at com.l2jserver.gameserver.model.actor.instance.L2ServitorInstance.doDie(L2ServitorInstance.java:241)    at com.l2jserver.gameserver.model.actor.status.CharStatus.reduceHp(CharStatus.java:183)    at com.l2jserver.gameserver.model.actor.status.SummonStatus.reduceHp(SummonStatus.java:93)    at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:7785)    at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:7769)    at com.l2jserver.gameserver.model.actor.L2Summon.reduceCurrentHp(L2Summon.java:825)    at handlers.skillhandlers.Mdam.useSkill(Mdam.java:108)    at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:7205)    at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6875)    at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:3230)    at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:93)    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)