» Find Revision
L2J Revision 4535:
L2JDP Revision 7856:
well my problem is this my server suddenly are being Lagas sudden every time I check the gameserver and see the following errors
Code: Select all
Failed executing HitTask.java.lang.ClassCastException: com.l2jserver.gameserver.model.actor.instance.L2PetInstance cannot be cast to com.l2jserver.gameserver.model.actor.instance.L2PcInstance at com.l2jserver.gameserver.model.actor.L2Attackable.doDie(L2Attackable.java:643) at com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance.doDie(L2MonsterInstance.java:161) at com.l2jserver.gameserver.model.actor.status.CharStatus.reduceHp(CharStatus.java:189) 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:7026) at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:521) at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:463) at com.l2jserver.gameserver.model.actor.L2Character.onHitTimer(L2Character.java:5345) at com.l2jserver.gameserver.model.actor.L2Character$HitTask.run(L2Character.java:2779) at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86) 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:206) 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:662)