Zrips / CMI

114 stars 97 forks source link

Something modifying inventories async #995

Closed Phyther closed 5 years ago

Phyther commented 5 years ago

Description of issue or feature request:

Sometimes players login and cause an error that crashes the server. Aikar suggests it is a plugin modifying inventories async.

DELETE THIS SECTION IF YOU ARE SUBMITTING A FEATURE REQUEST

18.10 14:59:38 [Server] ERROR Encountered an unexpected exception
18.10 14:59:38 [Server] INFO net.minecraft.server.v1_13_R2.ReportedException: Ticking player
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1103) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:434) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
18.10 14:59:38 [Server] INFO Caused by: java.util.ConcurrentModificationException
18.10 14:59:38 [Server] INFO at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442) ~[?:1.8.0_172]
18.10 14:59:38 [Server] INFO at java.util.HashMap$KeyIterator.next(HashMap.java:1466) ~[?:1.8.0_172]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.NBTTagCompound.clone(NBTTagCompound.java:365) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.ItemStack.cloneItemStack(ItemStack.java:477) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.ItemStack.cloneItemStack(ItemStack.java:471) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.Container.b(Container.java:79) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.EntityPlayer.tick(EntityPlayer.java:348) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1619) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.World.g(World.java:1586) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.WorldServer.p_(WorldServer.java:637) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1359) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:614) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1092) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO ... 4 more
18.10 14:59:38 [Server] ERROR Cause of unexpected exception was
18.10 14:59:38 [Server] INFO java.util.ConcurrentModificationException: null
18.10 14:59:38 [Server] INFO at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442) ~[?:1.8.0_172]
18.10 14:59:38 [Server] INFO at java.util.HashMap$KeyIterator.next(HashMap.java:1466) ~[?:1.8.0_172]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.NBTTagCompound.clone(NBTTagCompound.java:365) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.ItemStack.cloneItemStack(ItemStack.java:477) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.ItemStack.cloneItemStack(ItemStack.java:471) ~[patched_1.13.1.jar:git-Paper-368]
18.10 14:59:38 [Server] INFO at net.minecraft.server.v1_13_R2.Container.b(Container.java:79) ~[patched_1.13.1.jar:git-Paper-368]

Cmi Version (using/cmi version): 8.0.20.0 Server Type (Spigot/Paperspigot/etc): Paper Server Version (using /ver): git-paper-368 (MC:1.13.1)

LogGits commented 5 years ago

There is nothing in that errorlog that suggests cmi. We would need to see more of this error.

Phyther commented 5 years ago

I'm trying to figure out where it is coming from. I don't think any of my other plugins have anything to do with player inventories, but I am looking still...

Here is the crash report:

---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 10/18/18 2:59 PM
Description: Ticking player

java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
    at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
    at net.minecraft.server.v1_13_R2.NBTTagCompound.clone(NBTTagCompound.java:365)
    at net.minecraft.server.v1_13_R2.ItemStack.cloneItemStack(ItemStack.java:477)
    at net.minecraft.server.v1_13_R2.ItemStack.cloneItemStack(ItemStack.java:471)
    at net.minecraft.server.v1_13_R2.Container.b(Container.java:79)
    at net.minecraft.server.v1_13_R2.EntityPlayer.tick(EntityPlayer.java:348)
    at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1619)
    at net.minecraft.server.v1_13_R2.World.g(World.java:1586)
    at net.minecraft.server.v1_13_R2.WorldServer.p_(WorldServer.java:637)
    at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1359)
    at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:614)
    at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1092)
    at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:434)
    at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943)
    at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841)
    at java.lang.Thread.run(Thread.java:748)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
    at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
    at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
    at net.minecraft.server.v1_13_R2.NBTTagCompound.clone(NBTTagCompound.java:365)
    at net.minecraft.server.v1_13_R2.ItemStack.cloneItemStack(ItemStack.java:477)
    at net.minecraft.server.v1_13_R2.ItemStack.cloneItemStack(ItemStack.java:471)
    at net.minecraft.server.v1_13_R2.Container.b(Container.java:79)
    at net.minecraft.server.v1_13_R2.EntityPlayer.tick(EntityPlayer.java:348)
    at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1619)
    at net.minecraft.server.v1_13_R2.World.g(World.java:1586)

-- Player being ticked --
Details:
    Entity Type: minecraft:player (net.minecraft.server.v1_13_R2.EntityPlayer)
    Entity ID: 327172
    Entity Name: Deabi
    Entity's Exact location: 3003.15, 63.00, -4373.35
    Entity's Block location: World: (3003,63,-4374), Chunk: (at 11,3,10 in 187,-274; contains blocks 2992,0,-4384 to 3007,255,-4369), Region: (5,-9; contains chunks 160,-288 to 191,-257, blocks 2560,0,-4608 to 3071,255,-4097)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.server.v1_13_R2.WorldServer.p_(WorldServer.java:637)
    at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1359)
    at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:614)

-- Affected level --
Details:
    Level name: Aqua
    All players: 2 total; [EntityPlayer['Phyther'/39, uuid='1349feea-ad48-4f65-ac28-805b88f5ef37', l='Aqua', x=-328.66, y=67.50, z=-55.46, cx=-21, cz=-4, tl=11329586, v=true, d=false](Phyther at -328.66213455538616,67.5,-55.46407948002984), EntityPlayer['Deabi'/327172, uuid='dfd38c86-bc2f-4285-aa67-d6afd7e45e9e', l='Aqua', x=3003.15, y=63.00, z=-4373.35, cx=187, cz=-274, tl=1776450, v=true, d=false](Deabi at 3003.1468498534277,63.0,-4373.352905766698)]
    Chunk stats: ServerChunkCache: 882 Drop: 0
    Level seed: -7113413076741835848
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: {}
    Level spawn location: World: (-341,63,-57), Chunk: (at 11,3,7 in -22,-4; contains blocks -352,0,-64 to -337,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Level time: 39493968 game time, 41469939 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 12257 (now: true), thunder time: 68096 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1092)
    at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:434)
    at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943)
    at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841)
    at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
    Minecraft Version: 1.13.1
    Operating System: Linux (amd64) version 4.14.14-xxxx-std-ipv6-64
    Java Version: 1.8.0_172, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 3088282640 bytes (2945 MB) / 4194304000 bytes (4000 MB) up to 4194304000 bytes (4000 MB)
    JVM Flags: 13 total; -Xmx4000M -Xms4000M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch
    CraftBukkit Information: 
   Running: Paper version git-Paper-368 (MC: 1.13.1) (Implementing API version 1.13.1-R0.1-SNAPSHOT) false
   Plugins: { CoreProtect v2.15.1 net.coreprotect.CoreProtect [Intelli], LuckPerms v4.2.58* me.lucko.luckperms.bukkit.LPBukkitBootstrap [Luck], PlaceholderAPI v2.9.2 me.clip.placeholderapi.PlaceholderAPIPlugin [[extended_clip]], AntiMinechat v2.1* me.wouter.antiminechat.Main [MrWouter], LockWarp v1.0* me.glaremasters.lockwarp.LockWarp [blockslayer22], Votifier v2.4.1 com.vexsoftware.votifier.NuVotifierBukkit [ParallelBlock, blakeman8192, Kramer, tuxed], ProtocolLib v4.4.0-SNAPSHOT-b408* com.comphenix.protocol.ProtocolLib [dmulloy2, comphenix], JH_AntiBot v2.0.8* JH_AntiBot.bukkit [Jheyson], LuckPerms-GUI v2.3* me.AsVaidas.LuckPemsGUI.Main [AsVaidas], FastAsyncWorldEdit v1.0* com.boydti.fawe.Blank [], DeluxeMenus v1.10.5* com.extendedclip.deluxemenus.DeluxeMenus [extended_clip], BlocksHub v3.0.0 org.primesoft.blockshub.BlocksHubBukkit [SBPrime], NoteBlockAPI v1.2.3.1 com.xxmicloxx.NoteBlockAPI.NoteBlockAPI [xxmicloxx, michidk, koca2000, Luck], mcMMO v1.6.0-SNAPSHOT com.gmail.nossr50.mcMMO [nossr50, GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking], Vault v1.7.1-b91* net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], BungeeTabListPlus v2.8.9* codecrafter47.bungeetablistplus.BukkitPlugin [CodeCrafter47], EnjinMinecraftPlugin v3.5.1 com.enjin.bukkit.EnjinMinecraftPlugin [www.Enjin.com], JukeBox v1.9.3 fr.skytasul.music.JukeBox [SkytAsul], CrazyCrates v1.8.4 me.badbones69.crazycrates.Main [BadBones69], QuickSwitch v1.3* com.mcmylx.quickswitch.spigot.QuickSwitchSpigot [], HeadDatabase v4.4.3* me.arcaniax.hdb.Main [Arcaniax], QuickShop v1.13-0.9.39-beta org.maxgamer.quickshop.QuickShop [Netherfoam, Timtower, KaiNoMood], Citizens v2.0.24-SNAPSHOT (build 1570) net.citizensnpcs.Citizens [aPunch, fullwall], AdvancedAchievements v5.10.1 com.hm.achievement.AdvancedAchievements [DarkPyves], CMIEInjector v1.0.2.1* com.Zrips.Injector [Zrips], Towny v0.93.1.0* com.palmergames.bukkit.towny.Towny [Shade, Modified by FuzzeWuzze. Forked by ElgarL. Forked by LlmDl.], CitizensCMD v2.1 me.mattmoreira.citizenscmd.CitizensCMD [Mateus Moreira], TownyNameUpdater v2.0* com.palmergames.townynameupdater.TownyNameUpdater [], TownyGUI v0.17* com.andrewyunt.townygui.TownyGUI [Andrew Yunt], VentureChat v2.13.1* mineverse.Aust1n46.chat.MineverseChat [], WorldEdit vunspecified com.sk89q.worldedit.bukkit.WorldEditPlugin [Empire92], FastAsyncVoxelSniper v18.09.25-cfbf7db-2050 com.thevoxelbox.voxelsniper.VoxelSniper [Empire92], WorldGuard v7.0.0-SNAPSHOT;b4bda6b com.sk89q.worldguard.bukkit.WorldGuardPlugin [], CraftBook v3.9-SNAPSHOT;cea2327 com.sk89q.craftbook.bukkit.CraftBookPlugin [], Jobs v4.9.1 com.gamingmesh.jobs.Jobs [phrstbrn], CMI v8.0.20.0 com.Zrips.CMI.CMI [Zrips], TradeMe v5.2.1.2 me.Zrips.TradeMe.TradeMe [Zrips], BossShopPro v2.0.0 org.black_ixx.bossshop.BossShop [Black_ixx], GuiShopManager v1.1.2* org.black_ixx.bossshop.addon.guishopmanager.GuiShopManager [Black_ixx],}
   Warnings: DEFAULT
   Reload Count: 0
   Threads: { RUNNABLE DestroyJavaVM: [], TIMED_WAITING Craft Scheduler Thread - 26: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING luckperms-2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Keep-Alive-Timer: [java.lang.Thread.sleep(Native Method), sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:172), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-6: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Log4j2-TF-1-AsyncLogger[AsyncContext@33909752]-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38), com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56), com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159), com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 31: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Jobs-BufferedPaymentThread: [java.lang.Thread.sleep(Native Method), com.gamingmesh.jobs.tasks.BufferedPaymentThread.run(BufferedPaymentThread.java:40)], WAITING Timer-1: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Craft Scheduler Thread - 33: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING luckperms-3: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-7: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-10: [java.lang.Thread.sleep(Native Method), net.coreprotect.consumer.Consumer.run(Consumer.java:105), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-25-thread-2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-Aqua-1: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING ForkJoinPool.commonPool-worker-0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1610), org.bukkit.craftbukkit.v1_13_R2.CraftCrashReport.call(CraftCrashReport.java:32), net.minecraft.server.v1_13_R2.CrashReportSystemDetails.a(SourceFile:79), net.minecraft.server.v1_13_R2.CrashReport.h(CrashReport.java:66), net.minecraft.server.v1_13_R2.CrashReport.<init>(CrashReport.java:34), net.minecraft.server.v1_13_R2.CrashReport.a(CrashReport.java:260), net.minecraft.server.v1_13_R2.WorldServer.p_(WorldServer.java:639), net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1359), net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:614), net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1092), net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:434), net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943), net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841), java.lang.Thread.run(Thread.java:748)], RUNNABLE Signal Dispatcher: [], WAITING pool-12-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING pool-17-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING ForkJoinPool.commonPool-worker-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], WAITING Craft Async Scheduler Management Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING User Authenticator #2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 30: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-Aqua_the_end-1: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING MariaDb-bulk-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:924), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkGen-Aqua_nether-1: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING Paper Async Task Handler Thread - 0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-1: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], RUNNABLE Server console handler: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:255), java.io.BufferedInputStream.read1(BufferedInputStream.java:284), java.io.BufferedInputStream.read(BufferedInputStream.java:345), sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284), sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326), sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178), java.io.InputStreamReader.read(InputStreamReader.java:184), java.io.BufferedReader.fill(BufferedReader.java:161), java.io.BufferedReader.readLine(BufferedReader.java:324), java.io.BufferedReader.readLine(BufferedReader.java:389), net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:179), net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:142), net.minecraft.server.v1_13_R2.DedicatedServer$2.run(DedicatedServer.java:83)], TIMED_WAITING luckperms-hikari housekeeper: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Jobs-DatabaseSaveTask: [java.lang.Thread.sleep(Native Method), com.gamingmesh.jobs.tasks.DatabaseSaveThread.run(DatabaseSaveThread.java:40)], TIMED_WAITING Paper Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:137)], WAITING PaperChunkLoader-3: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING ObjectCleanerThread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144), io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54), io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING luckperms-0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #3: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-8: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-2: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], WAITING ProtocolLib-StructureCompiler 0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #2: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.lang.ref.Reference.tryHandlePending(Reference.java:191), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)], TIMED_WAITING Thread-9: [java.lang.Thread.sleep(Native Method), net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:15), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-2: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Craft Scheduler Thread - 36: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Abandoned connection cleanup thread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144), com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 35: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 29: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING ExpiringMap-Expirer: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING ForkJoinPool.commonPool-worker-2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], RUNNABLE Votifier NIO boss: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97), com.vexsoftware.votifier.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62), com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:753), com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:409), com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_13_R2.FileIOThread.c(FileIOThread.java:57), net.minecraft.server.v1_13_R2.FileIOThread.run(FileIOThread.java:30), java.lang.Thread.run(Thread.java:748)], WAITING luckperms-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING PaperChunkLoader-5: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-3: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING PaperChunkLoader-4: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.destroystokyo.paper.util.PriorityQueuedExecutor.processQueues(PriorityQueuedExecutor.java:183), com.destroystokyo.paper.util.PriorityQueuedExecutor$$Lambda$1842/745057089.run(Unknown Source), java.lang.Thread.run(Thread.java:748)], RUNNABLE Thread-6: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_13_R2.DedicatedServer$1.run(DedicatedServer.java:66)],}

    Profiler Position: N/A (disabled)
    Player Count: 2 / 100; [EntityPlayer['Phyther'/39, uuid='1349feea-ad48-4f65-ac28-805b88f5ef37', l='Aqua', x=-328.66, y=67.50, z=-55.46, cx=-21, cz=-4, tl=11329586, v=true, d=false](Phyther at -328.66213455538616,67.5,-55.46407948002984), EntityPlayer['Deabi'/327172, uuid='dfd38c86-bc2f-4285-aa67-d6afd7e45e9e', l='Aqua', x=3003.15, y=63.00, z=-4373.35, cx=187, cz=-274, tl=1776450, v=true, d=false](Deabi at 3003.1468498534277,63.0,-4373.352905766698)]
    Data Packs: vanilla, file/bukkit (incompatible)
    Is Modded: Definitely; Server brand changed to 'Paper'
    Type: Dedicated Server (map_server.txt)
mercurialmusic commented 5 years ago

I believe this was a FAWE bug -- I was getting it too, but it's long fixed in subsequent versions. Not sure if it's also solved for @Phyther but this can probably be closed.

Phyther commented 5 years ago

Thank you!