L2-scripts Форум

L2-scripts Форум (http://l2-scripts.ru/forum/index.php)
-   Archive Classic (http://l2-scripts.ru/forum/forumdisplay.php?f=113)
-   -   Thread.java:1333 (FIXED) (http://l2-scripts.ru/forum/showthread.php?t=7525)

l2gold 07.03.2017 16:35

Thread.java:1333 (FIXED)
 
[10:19:17] INFO =================================================
[10:19:17] INFO Project Revision: ........ L2s [23220]
[10:19:17] INFO Build Revision: .......... 10064
[10:19:17] INFO Update: .................. Classic 2.0
[10:19:17] INFO Build date: .............. 2017.03.05 22:53
[10:19:17] INFO Compiler version: ........ 1.8.0_121-b13 (Oracle Corporation)
[10:19:17] INFO =================================================

Код:

[20:00:00]  INFO Manor System: Under maintenance mode started
java.lang.Exception: Stack trace
    at java.lang.Thread.dumpStack(Thread.java:1333)
    at l2s.gameserver.model.AggroList.addDamageHate(AggroList.java:125)
    at l2s.gameserver.model.instances.NpcInstance.onReduceCurrentHp(NpcInstance.java:329)
    at l2s.gameserver.model.instances.MonsterInstance.onReduceCurrentHp(MonsterInstance.java:253)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3708)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3616)
    at l2s.gameserver.skills.effects.t_hp.giveDamage(t_hp.java:76)
    at l2s.gameserver.skills.effects.t_hp.onActionTime(t_hp.java:32)
    at l2s.gameserver.model.actor.instances.creature.Abnormal.runImpl(Abnormal.java:475)
    at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
    at l2s.commons.threading.SteppingRunnableQueueManager$SteppingScheduledFuture.run(SteppingRunnableQueueManager.java:60)
    at l2s.commons.threading.SteppingRunnableQueueManager.run(SteppingRunnableQueueManager.java:184)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
java.lang.Exception: Stack trace
    at java.lang.Thread.dumpStack(Thread.java:1333)
    at l2s.gameserver.model.AggroList.addDamageHate(AggroList.java:125)
    at l2s.gameserver.model.instances.NpcInstance.onReduceCurrentHp(NpcInstance.java:329)
    at l2s.gameserver.model.instances.MonsterInstance.onReduceCurrentHp(MonsterInstance.java:253)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3708)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3616)
    at l2s.gameserver.skills.effects.t_hp.giveDamage(t_hp.java:76)
    at l2s.gameserver.skills.effects.t_hp.onActionTime(t_hp.java:32)
    at l2s.gameserver.model.actor.instances.creature.Abnormal.runImpl(Abnormal.java:516)
    at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
    at l2s.commons.threading.SteppingRunnableQueueManager$SteppingScheduledFuture.run(SteppingRunnableQueueManager.java:60)
    at l2s.commons.threading.SteppingRunnableQueueManager.run(SteppingRunnableQueueManager.java:184)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[20:06:00]  INFO Manor System: Next period started
[20:19:29]  INFO BotReportManager: Reports saved.


l2gold 11.03.2017 15:48

Thread.java:1333
 
[05:00:41] INFO =================================================
[05:00:41] INFO Project Revision: ........ L2s [23220]
[05:00:41] INFO Build Revision: .......... 10087
[05:00:41] INFO Update: .................. Classic 2.0
[05:00:41] INFO Build date: .............. 2017.03.06 23:52
[05:00:41] INFO Compiler version: ........ 1.8.0_121-b13 (Oracle Corporation)
[05:00:41] INFO =================================================


Код:

[11:21:47]  INFO HtmCache: parsing 4848 documents; lang: RUSSIAN.
java.lang.Exception: Stack trace
    at java.lang.Thread.dumpStack(Thread.java:1333)
    at l2s.gameserver.model.AggroList.addDamageHate(AggroList.java:125)
    at l2s.gameserver.model.instances.NpcInstance.onReduceCurrentHp(NpcInstance.java:329)
    at l2s.gameserver.model.instances.MonsterInstance.onReduceCurrentHp(MonsterInstance.java:253)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3708)
    at l2s.gameserver.model.Creature.onHitTimer(Creature.java:3307)
    at l2s.gameserver.model.GameObjectTasks$HitTask.runImpl(GameObjectTasks.java:296)
    at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[11:31:03]  INFO BotReportManager: Reports saved.
[11:35:11]  INFO HtmCache: parsing 4848 documents; lang: RUSSIAN.
[11:37:09]  INFO HtmCache: parsing 4848 documents; lang: RUSSIA


Core 19.08.2018 03:29

Исправлено. Закрыто.


Часовой пояс GMT +4, время: 21:54.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot