Page 1 of 1

Error

Posted: Wed Nov 30, 2011 4:18 pm
by DareStrike
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5101:
L2JDP Revision 8582:

Code: Select all

java.lang.NullPointerException    at com.l2jserver.gameserver.model.item.instance.L2ItemInstance.giveSkillsToOwner(L2ItemInstance.java:2000)    at com.l2jserver.gameserver.model.item.instance.L2ItemInstance.setLocation(L2ItemInstance.java:386)    at com.l2jserver.gameserver.model.item.instance.L2ItemInstance.setLocation(L2ItemInstance.java:362)    at com.l2jserver.gameserver.model.itemcontainer.ItemContainer.addItem(ItemContainer.java:284)    at com.l2jserver.gameserver.model.itemcontainer.PcInventory.addItem(PcInventory.java:478)    at com.l2jserver.gameserver.network.clientpackets.MultiSellChoose.runImpl(MultiSellChoose.java:375)    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(ThreadPoolExecutor.java:1110)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)    at java.lang.Thread.run(Thread.java:722)  

Re: Error

Posted: Fri Dec 02, 2011 9:02 pm
by DareStrike
new error

Code: Select all

 com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '268486523-0-1407-1043-1' for key 1    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:1039)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)    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.L2SummonInstance.storeEffect(L2SummonInstance.java:383)    at com.l2jserver.gameserver.model.actor.L2Summon.doDie(L2Summon.java:320)    at com.l2jserver.gameserver.model.actor.instance.L2SummonInstance.doDie(L2SummonInstance.java:228)    at com.l2jserver.gameserver.model.actor.status.CharStatus.reduceHp(CharStatus.java:178)    at com.l2jserver.gameserver.model.actor.status.SummonStatus.reduceHp(SummonStatus.java:86)    at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:7365)    at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:7352)    at com.l2jserver.gameserver.model.actor.L2Summon.reduceCurrentHp(L2Summon.java:784)    at com.l2jserver.gameserver.model.actor.L2Character.onHitTimer(L2Character.java:5502)    at com.l2jserver.gameserver.model.actor.L2Character$HitTask.run(L2Character.java:2904)    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) 

Re: Error

Posted: Fri Dec 02, 2011 9:03 pm
by MELERIX
delete the duplicate entry manually

Re: Error

Posted: Sun Dec 04, 2011 5:07 pm
by Sho17
DareStrike wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5101:
L2JDP Revision 8582:

Code: Select all

java.lang.NullPointerException    at com.l2jserver.gameserver.model.item.instance.L2ItemInstance.giveSkillsToOwner(L2ItemInstance.java:2000)    at com.l2jserver.gameserver.model.item.instance.L2ItemInstance.setLocation(L2ItemInstance.java:386)    at com.l2jserver.gameserver.model.item.instance.L2ItemInstance.setLocation(L2ItemInstance.java:362)    at com.l2jserver.gameserver.model.itemcontainer.ItemContainer.addItem(ItemContainer.java:284)    at com.l2jserver.gameserver.model.itemcontainer.PcInventory.addItem(PcInventory.java:478)    at com.l2jserver.gameserver.network.clientpackets.MultiSellChoose.runImpl(MultiSellChoose.java:375)    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(ThreadPoolExecutor.java:1110)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)    at java.lang.Thread.run(Thread.java:722)  
delete the duplicate entry bro

Re: Error

Posted: Sun Dec 04, 2011 8:53 pm
by DareStrike
who is this duplicate ?

Re: Error

Posted: Wed Dec 07, 2011 11:49 pm
by DareStrike
these error I made ​​a lot of the times and do not know where they come from

Code: Select all

 java.lang.NullPointerException    at com.l2jserver.gameserver.model.actor.status.PcStatus.setCurrentHp(PcStatus.java:297)    at com.l2jserver.gameserver.model.actor.status.CharStatus.setCurrentHp(CharStatus.java:252)    at com.l2jserver.gameserver.model.actor.status.PcStatus.reduceHp(PcStatus.java:259)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.reduceCurrentHp(L2PcInstance.java:11454)    at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHpByDOT(L2Character.java:7357)    at handlers.effecthandlers.DamOverTime.onActionTime(DamOverTime.java:69)    at com.l2jserver.gameserver.model.L2Effect.scheduleEffect(L2Effect.java:503)    at com.l2jserver.gameserver.model.L2Effect$EffectTask.run(L2Effect.java:126)    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)  java.lang.NullPointerException    at com.l2jserver.gameserver.model.actor.stat.PcStat.addLevel(PcStat.java:230)    at com.l2jserver.gameserver.model.actor.stat.PlayableStat.addExp(PlayableStat.java:68)    at com.l2jserver.gameserver.model.actor.stat.PcStat.addExp(PcStat.java:72)    at com.l2jserver.gameserver.model.actor.stat.PlayableStat.addExpAndSp(PlayableStat.java:104)    at com.l2jserver.gameserver.model.actor.stat.PcStat.addExpAndSp(PcStat.java:154)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.addExpAndSp(L2PcInstance.java:11437)    at com.l2jserver.gameserver.model.L2Party.distributeXpAndSp(L2Party.java:816)    at com.l2jserver.gameserver.model.actor.L2Attackable.calculateRewards(L2Attackable.java:882)    at com.l2jserver.gameserver.model.actor.L2Character.doDie(L2Character.java:2285)    at com.l2jserver.gameserver.model.actor.L2Npc.doDie(L2Npc.java:1359)    at com.l2jserver.gameserver.model.actor.L2Attackable.doDie(L2Attackable.java:529)    at com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance.doDie(L2MonsterInstance.java:162)    at com.l2jserver.gameserver.model.actor.status.CharStatus.reduceHp(CharStatus.java:178)    at com.l2jserver.gameserver.model.actor.status.NpcStatus.reduceHp(NpcStatus.java:51)    at com.l2jserver.gameserver.model.actor.status.AttackableStatus.reduceHp(AttackableStatus.java:49)    at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:7365)    at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:500)    at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:441)    at com.l2jserver.gameserver.skills.l2skills.L2SkillDrain.useSkill(L2SkillDrain.java:198)    at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:6810)    at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6505)    at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2948)    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) 

Re: Error

Posted: Tue Dec 13, 2011 2:32 pm
by DareStrike

Code: Select all

 com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value adjusted for column 'z' 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:7866)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.store(L2PcInstance.java:7771)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.store(L2PcInstance.java:7785)    at com.l2jserver.gameserver.network.L2GameClient.saveCharToDisk(L2GameClient.java:381)    at com.l2jserver.gameserver.network.L2GameClient$AutoSaveTask.run(L2GameClient.java:904)    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) 

Re: Error

Posted: Tue Dec 20, 2011 6:29 pm
by wenthian
what is duplicate entry????? :evil:
.if u dont want to make your self mad... just deleted it and download new datapack again... and rebuild it as like in guide... :wink: