L2JMobius

C6 Error

ihearcolors · 3 · 2238

Offline ihearcolors

  • Knight
  • ***
    • Posts: 53
    • L2Interlude
Hi, can anyone tell me if this

Code: [Select]
Exception in thread "pool-2-thread-8" java.util.ConcurrentModificationException
        at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1012)
        at java.base/java.util.ArrayList$Itr.next(ArrayList.java:966)
        at org.l2jmobius.gameserver.model.actor.instance.MonsterInstance.onSpawn(MonsterInstance.java:125)
        at org.l2jmobius.gameserver.model.WorldObject.spawnMe(WorldObject.java:304)
        at org.l2jmobius.gameserver.model.actor.Creature.onTeleported(Creature.java:370)
        at org.l2jmobius.gameserver.model.actor.Creature.teleToLocation(Creature.java:725)
        at org.l2jmobius.gameserver.model.actor.instance.MonsterInstance.lambda$returnHome$0(MonsterInstance.java:83)
        at org.l2jmobius.commons.concurrent.RunnableWrapper.run(RunnableWrapper.java:38)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
        at java.base/java.lang.Thread.run(Thread.java:832)
is from Geodata or misconfiguration or Hosting....i kinda suspect Hosting or Geodata. Thanks!

Edit: Well it ain't GeoData, removed and the error still occurs. Server is not under load so...maybe misconfig...on windows it runs fine but on host (ubuntu) it throws that exception.
Edit2: Recompiled libs....still the error is there. Any suggestions?? Anyone?
It's not affecting gameplay yet as far as i can tell.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16114

Offline ihearcolors

  • Knight
  • ***
    • Posts: 53
    • L2Interlude
Sorry, do you mean MinionList.java or minions table in DB...because i cannot find the specific '_minionList '. the table is populated btw. Thanks for aswering.