Forge Server Log

#LYnhFfR
1260 errors
1292 lines
Raw
1[03:00:40] [Server thread/INFO]: [MythicDungeons] Cleaning up instance 'RunicTemple_1'...
2[03:00:41] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'RunicTemple_1'
3[03:00:41] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'RunicTemple_1'
4[03:00:41] [Server thread/INFO]: [MythicDungeons] -= Unloading world RunicTemple_1 processed in 121ms. =-
5[03:00:41] [Server thread/INFO]: [MythicDungeons] -= Cleaning up RunicTemple_1 processed in 770ms. =-
6[03:00:41] [RegionFile I/O Thread #0/ERROR]: [ChunkDataTask] Failed to read chunk data for task: Task for world: 'RunicTemple_1' at (16,3) type: ENTITY_DATA, hash: 1082344066
7java.nio.channels.ClosedChannelException: null
8 at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:159) ~[?:?]
9 at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:814) ~[?:?]
10 at net.minecraft.world.level.chunk.storage.RegionFile.getChunkDataInputStream(RegionFile.java:604) ~[purpur-1.19.3.jar:git-Purpur-1913]
11 at net.minecraft.world.level.chunk.storage.RegionFileStorage.read(RegionFileStorage.java:195) ~[?:?]
12 at net.minecraft.world.level.chunk.storage.RegionFileStorage.read(RegionFileStorage.java:187) ~[?:?]
13 at net.minecraft.server.level.ServerLevel.readEntityChunk(ServerLevel.java:427) ~[?:?]
14 at net.minecraft.server.level.ServerLevel$3.readData(ServerLevel.java:387) ~[?:?]
15 at io.papermc.paper.chunk.system.io.RegionFileIOThread$ChunkDataTask.run(RegionFileIOThread.java:1250) ~[purpur-1.19.3.jar:git-Purpur-1913]
16 at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue$PrioritisedTask.executeInternal(PrioritisedThreadedTaskQueue.java:351) ~[purpur-1.19.3.jar:git-Purpur-1913]
17 at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue.executeTask(PrioritisedThreadedTaskQueue.java:118) ~[purpur-1.19.3.jar:git-Purpur-1913]
18 at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.pollTasks(PrioritisedQueueExecutorThread.java:110) ~[purpur-1.19.3.jar:git-Purpur-1913]
19 at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:50) ~[purpur-1.19.3.jar:git-Purpur-1913]
20[03:00:51] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
21[03:00:51] [Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
22[03:00:51] [Watchdog Thread/ERROR]: ------------------------------
23[03:00:51] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
24[03:00:51] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
25[03:00:51] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
26[03:00:51] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
27[03:00:51] [Watchdog Thread/ERROR]: ------------------------------
28[03:00:51] [Watchdog Thread/ERROR]: Current Thread: Server thread
29[03:00:51] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
30[03:00:51] [Watchdog Thread/ERROR]: Stack:
31[03:00:51] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
32[03:00:51] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
33[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
34[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
35[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
36[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
37[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
38[03:00:51] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
39[03:00:51] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
40[03:00:51] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
41[03:00:51] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
42[03:00:51] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
43[03:00:51] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
44[03:00:51] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
45[03:00:51] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
46[03:00:51] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
47[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
48[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
49[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
50[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
51[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
52[03:00:51] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
53[03:00:51] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
54[03:00:51] [Watchdog Thread/ERROR]: ------------------------------
55[03:00:51] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
56[03:00:51] [Watchdog Thread/ERROR]: ------------------------------
57[03:00:52] [spark-asyncsampler-worker-thread/WARN]: [spark] Timed out waiting for world statistics
58[03:00:52] [Async Chat Thread - #386/INFO]: [Not Secure] [default] .TOTALLYNOONE » how did i even
59[03:00:56] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
60[03:00:56] [Watchdog Thread/ERROR]: The server has not responded for 15 seconds! Creating thread dump
61[03:00:56] [Watchdog Thread/ERROR]: ------------------------------
62[03:00:56] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
63[03:00:56] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
64[03:00:56] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
65[03:00:56] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
66[03:00:56] [Watchdog Thread/ERROR]: ------------------------------
67[03:00:56] [Watchdog Thread/ERROR]: Current Thread: Server thread
68[03:00:56] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
69[03:00:56] [Watchdog Thread/ERROR]: Stack:
70[03:00:56] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
71[03:00:56] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
72[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
73[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
74[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
75[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
76[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
77[03:00:56] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
78[03:00:56] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
79[03:00:56] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
80[03:00:56] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
81[03:00:56] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
82[03:00:56] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
83[03:00:56] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
84[03:00:56] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
85[03:00:56] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
86[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
87[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
88[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
89[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
90[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
91[03:00:56] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
92[03:00:56] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
93[03:00:56] [Watchdog Thread/ERROR]: ------------------------------
94[03:00:56] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
95[03:00:56] [Watchdog Thread/ERROR]: ------------------------------
96[03:00:56] [Async Chat Thread - #387/INFO]: [Not Secure] [default] .TOTALLYNOONE » damn i suck
97[03:01:01] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
98[03:01:01] [Watchdog Thread/ERROR]: The server has not responded for 20 seconds! Creating thread dump
99[03:01:01] [Watchdog Thread/ERROR]: ------------------------------
100[03:01:01] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
101[03:01:01] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
102[03:01:01] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
103[03:01:01] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
104[03:01:01] [Watchdog Thread/ERROR]: ------------------------------
105[03:01:01] [Watchdog Thread/ERROR]: Current Thread: Server thread
106[03:01:01] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
107[03:01:01] [Watchdog Thread/ERROR]: Stack:
108[03:01:01] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
109[03:01:01] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
110[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
111[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
112[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
113[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
114[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
115[03:01:01] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
116[03:01:01] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
117[03:01:01] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
118[03:01:01] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
119[03:01:01] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
120[03:01:01] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
121[03:01:01] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
122[03:01:01] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
123[03:01:01] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
124[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
125[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
126[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
127[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
128[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
129[03:01:01] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
130[03:01:01] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
131[03:01:01] [Watchdog Thread/ERROR]: ------------------------------
132[03:01:01] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
133[03:01:01] [Watchdog Thread/ERROR]: ------------------------------
134[03:01:06] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
135[03:01:06] [Watchdog Thread/ERROR]: The server has not responded for 25 seconds! Creating thread dump
136[03:01:06] [Watchdog Thread/ERROR]: ------------------------------
137[03:01:06] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
138[03:01:06] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
139[03:01:06] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
140[03:01:06] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
141[03:01:06] [Watchdog Thread/ERROR]: ------------------------------
142[03:01:06] [Watchdog Thread/ERROR]: Current Thread: Server thread
143[03:01:06] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
144[03:01:06] [Watchdog Thread/ERROR]: Stack:
145[03:01:06] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
146[03:01:06] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
147[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
148[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
149[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
150[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
151[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
152[03:01:06] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
153[03:01:06] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
154[03:01:06] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
155[03:01:06] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
156[03:01:06] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
157[03:01:06] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
158[03:01:06] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
159[03:01:06] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
160[03:01:06] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
161[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
162[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
163[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
164[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
165[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
166[03:01:06] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
167[03:01:06] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
168[03:01:06] [Watchdog Thread/ERROR]: ------------------------------
169[03:01:06] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
170[03:01:06] [Watchdog Thread/ERROR]: ------------------------------
171[03:01:09] [Async Chat Thread - #386/INFO]: [default] DivineClips » lag?
172[03:01:11] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
173[03:01:11] [Watchdog Thread/ERROR]: The server has not responded for 30 seconds! Creating thread dump
174[03:01:11] [Watchdog Thread/ERROR]: ------------------------------
175[03:01:11] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
176[03:01:11] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
177[03:01:11] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
178[03:01:11] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
179[03:01:11] [Watchdog Thread/ERROR]: ------------------------------
180[03:01:11] [Watchdog Thread/ERROR]: Current Thread: Server thread
181[03:01:11] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
182[03:01:11] [Watchdog Thread/ERROR]: Stack:
183[03:01:11] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
184[03:01:11] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
185[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
186[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
187[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
188[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
189[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
190[03:01:11] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
191[03:01:11] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
192[03:01:11] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
193[03:01:11] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
194[03:01:11] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
195[03:01:11] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
196[03:01:11] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
197[03:01:11] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
198[03:01:11] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
199[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
200[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
201[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
202[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
203[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
204[03:01:11] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
205[03:01:11] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
206[03:01:11] [Watchdog Thread/ERROR]: ------------------------------
207[03:01:11] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
208[03:01:11] [Watchdog Thread/ERROR]: ------------------------------
209[03:01:11] [defaultEventLoopGroup-7-4/INFO]: [Geyser-Spigot] TOTALLYNOONE has disconnected from the Java server because of Read timed out.
210[03:01:11] [Geyser Spigot connection thread-6-1/INFO]: [floodgate] Floodgate player logged in as .TOTALLYNOONE disconnected
211[03:01:11] [defaultEventLoopGroup-7-4/WARN]: io.netty.handler.timeout.ReadTimeoutException
212[03:01:16] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
213[03:01:16] [Watchdog Thread/ERROR]: The server has not responded for 35 seconds! Creating thread dump
214[03:01:16] [Watchdog Thread/ERROR]: ------------------------------
215[03:01:16] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
216[03:01:16] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
217[03:01:16] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
218[03:01:16] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
219[03:01:16] [Watchdog Thread/ERROR]: ------------------------------
220[03:01:16] [Watchdog Thread/ERROR]: Current Thread: Server thread
221[03:01:16] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
222[03:01:16] [Watchdog Thread/ERROR]: Stack:
223[03:01:16] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
224[03:01:16] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
225[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
226[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
227[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
228[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
229[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
230[03:01:16] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
231[03:01:16] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
232[03:01:16] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
233[03:01:16] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
234[03:01:16] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
235[03:01:16] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
236[03:01:16] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
237[03:01:16] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
238[03:01:16] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
239[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
240[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
241[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
242[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
243[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
244[03:01:16] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
245[03:01:16] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
246[03:01:16] [Watchdog Thread/ERROR]: ------------------------------
247[03:01:16] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
248[03:01:16] [Watchdog Thread/ERROR]: ------------------------------
249[03:01:20] [User Authenticator #136/INFO]: Disconnecting com.mojang.authlib.GameProfile@5ffa5594[id=67c6a28a-1c4a-4755-8b10-f9474aa94eec,name=DivineClips,properties={textures=[com.mojang.authlib.properties.Property@6ca94086]},legacy=false] (/**.**.**.**:51029): This account is already logged into the server, and has now been kicked. Please join again.
250[03:01:21] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
251[03:01:21] [Watchdog Thread/ERROR]: The server has not responded for 40 seconds! Creating thread dump
252[03:01:21] [Watchdog Thread/ERROR]: ------------------------------
253[03:01:21] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
254[03:01:21] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
255[03:01:21] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
256[03:01:21] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
257[03:01:21] [Watchdog Thread/ERROR]: ------------------------------
258[03:01:21] [Watchdog Thread/ERROR]: Current Thread: Server thread
259[03:01:21] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
260[03:01:21] [Watchdog Thread/ERROR]: Stack:
261[03:01:21] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
262[03:01:21] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
263[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
264[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
265[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
266[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
267[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
268[03:01:21] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
269[03:01:21] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
270[03:01:21] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
271[03:01:21] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
272[03:01:21] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
273[03:01:21] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
274[03:01:21] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
275[03:01:21] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
276[03:01:21] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
277[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
278[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
279[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
280[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
281[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
282[03:01:21] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
283[03:01:21] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
284[03:01:21] [Watchdog Thread/ERROR]: ------------------------------
285[03:01:21] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
286[03:01:21] [Watchdog Thread/ERROR]: ------------------------------
287[03:01:22] [User Authenticator #136/INFO]: Disconnecting com.mojang.authlib.GameProfile@a3f1fd3[id=bc8baf50-bc37-4627-945d-3f3b9244c227,name=DragonPhoenixKel,properties={textures=[com.mojang.authlib.properties.Property@fe3fa89]},legacy=false] (/**.**.**.**:52265): This account is already logged into the server, and has now been kicked. Please join again.
288[03:01:22] [User Authenticator #136/INFO]: Disconnecting com.mojang.authlib.GameProfile@20eb9292[id=7e171567-8998-4201-83a6-80c76517739b,name=cobestrausz,properties={textures=[com.mojang.authlib.properties.Property@47fdd501]},legacy=false] (/**.**.**.**:52143): This account is already logged into the server, and has now been kicked. Please join again.
289[03:01:26] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
290[03:01:26] [Watchdog Thread/ERROR]: The server has not responded for 45 seconds! Creating thread dump
291[03:01:26] [Watchdog Thread/ERROR]: ------------------------------
292[03:01:26] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
293[03:01:26] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
294[03:01:26] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
295[03:01:26] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
296[03:01:26] [Watchdog Thread/ERROR]: ------------------------------
297[03:01:26] [Watchdog Thread/ERROR]: Current Thread: Server thread
298[03:01:26] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
299[03:01:26] [Watchdog Thread/ERROR]: Stack:
300[03:01:26] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
301[03:01:26] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
302[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
303[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
304[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
305[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
306[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
307[03:01:26] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
308[03:01:26] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
309[03:01:26] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
310[03:01:26] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
311[03:01:26] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
312[03:01:26] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
313[03:01:26] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
314[03:01:26] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
315[03:01:26] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
316[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
317[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
318[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
319[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
320[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
321[03:01:26] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
322[03:01:26] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
323[03:01:26] [Watchdog Thread/ERROR]: ------------------------------
324[03:01:26] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
325[03:01:26] [Watchdog Thread/ERROR]: ------------------------------
326[03:01:27] [User Authenticator #136/INFO]: Disconnecting com.mojang.authlib.GameProfile@5414292a[id=67c6a28a-1c4a-4755-8b10-f9474aa94eec,name=DivineClips,properties={textures=[com.mojang.authlib.properties.Property@5c2d8c90]},legacy=false] (/**.**.**.**:51058): This account is already logged into the server, and has now been kicked. Please join again.
327[03:01:30] [User Authenticator #136/INFO]: Disconnecting com.mojang.authlib.GameProfile@2958aad7[id=7e171567-8998-4201-83a6-80c76517739b,name=cobestrausz,properties={textures=[com.mojang.authlib.properties.Property@758ea81d]},legacy=false] (/**.**.**.**:52152): This account is already logged into the server, and has now been kicked. Please join again.
328[03:01:31] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
329[03:01:31] [Watchdog Thread/ERROR]: The server has not responded for 50 seconds! Creating thread dump
330[03:01:31] [Watchdog Thread/ERROR]: ------------------------------
331[03:01:31] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
332[03:01:31] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
333[03:01:31] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
334[03:01:31] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
335[03:01:31] [Watchdog Thread/ERROR]: ------------------------------
336[03:01:31] [Watchdog Thread/ERROR]: Current Thread: Server thread
337[03:01:31] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
338[03:01:31] [Watchdog Thread/ERROR]: Stack:
339[03:01:31] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
340[03:01:31] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
341[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
342[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
343[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
344[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
345[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
346[03:01:31] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
347[03:01:31] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
348[03:01:31] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
349[03:01:31] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
350[03:01:31] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
351[03:01:31] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
352[03:01:31] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
353[03:01:31] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
354[03:01:31] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
355[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
356[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
357[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
358[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
359[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
360[03:01:31] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
361[03:01:31] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
362[03:01:31] [Watchdog Thread/ERROR]: ------------------------------
363[03:01:31] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
364[03:01:31] [Watchdog Thread/ERROR]: ------------------------------
365[03:01:36] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
366[03:01:36] [Watchdog Thread/ERROR]: The server has not responded for 55 seconds! Creating thread dump
367[03:01:36] [Watchdog Thread/ERROR]: ------------------------------
368[03:01:36] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
369[03:01:36] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
370[03:01:36] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
371[03:01:36] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
372[03:01:36] [Watchdog Thread/ERROR]: ------------------------------
373[03:01:36] [Watchdog Thread/ERROR]: Current Thread: Server thread
374[03:01:36] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
375[03:01:36] [Watchdog Thread/ERROR]: Stack:
376[03:01:36] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
377[03:01:36] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
378[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
379[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
380[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
381[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
382[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
383[03:01:36] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
384[03:01:36] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
385[03:01:36] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
386[03:01:36] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
387[03:01:36] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
388[03:01:36] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
389[03:01:36] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
390[03:01:36] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
391[03:01:36] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
392[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
393[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
394[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
395[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
396[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
397[03:01:36] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
398[03:01:36] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
399[03:01:36] [Watchdog Thread/ERROR]: ------------------------------
400[03:01:36] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
401[03:01:36] [Watchdog Thread/ERROR]: ------------------------------
402[03:01:36] [User Authenticator #136/INFO]: Disconnecting com.mojang.authlib.GameProfile@1ee0a4b5[id=bc8baf50-bc37-4627-945d-3f3b9244c227,name=DragonPhoenixKel,properties={textures=[com.mojang.authlib.properties.Property@5b3db124]},legacy=false] (/**.**.**.**:52289): This account is already logged into the server, and has now been kicked. Please join again.
403[03:01:38] [User Authenticator #136/INFO]: Disconnecting com.mojang.authlib.GameProfile@2e66f50c[id=7e171567-8998-4201-83a6-80c76517739b,name=cobestrausz,properties={textures=[com.mojang.authlib.properties.Property@2e01c066]},legacy=false] (/**.**.**.**:52171): This account is already logged into the server, and has now been kicked. Please join again.
404[03:01:41] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH - git-Purpur-1913 (MC: 1.19.3) ---
405[03:01:41] [Watchdog Thread/ERROR]: The server has not responded for 60 seconds! Creating thread dump
406[03:01:41] [Watchdog Thread/ERROR]: ------------------------------
407[03:01:41] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
408[03:01:41] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
409[03:01:41] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
410[03:01:41] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
411[03:01:41] [Watchdog Thread/ERROR]: ------------------------------
412[03:01:41] [Watchdog Thread/ERROR]: Current Thread: Server thread
413[03:01:41] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
414[03:01:41] [Watchdog Thread/ERROR]: Stack:
415[03:01:41] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
416[03:01:41] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
417[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
418[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
419[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
420[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
421[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
422[03:01:41] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
423[03:01:41] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
424[03:01:41] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
425[03:01:41] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
426[03:01:41] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
427[03:01:41] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
428[03:01:41] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
429[03:01:41] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
430[03:01:41] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
431[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
432[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
433[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
434[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
435[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
436[03:01:41] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
437[03:01:41] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
438[03:01:41] [Watchdog Thread/ERROR]: ------------------------------
439[03:01:41] [Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PURPUR - THIS IS NOT A BUG OR A CRASH ---
440[03:01:41] [Watchdog Thread/ERROR]: ------------------------------
441[03:01:42] [Watchdog Thread/ERROR]: ------------------------------
442[03:01:42] [Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Purpur bug.
443[03:01:42] [Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
444[03:01:42] [Watchdog Thread/ERROR]: *Especially* if it looks like HTTP or MySQL operations are occurring
445[03:01:42] [Watchdog Thread/ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once
446[03:01:42] [Watchdog Thread/ERROR]: If this is the case, consider increasing timeout-time in spigot.yml but note that this will replace the crash with LARGE lag spikes
447[03:01:42] [Watchdog Thread/ERROR]: If you are unsure or still think this is a Purpur bug, please report this to https://github.com/PurpurMC/Purpur/issues
448[03:01:42] [Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
449[03:01:42] [Watchdog Thread/ERROR]: Purpur version: git-Purpur-1913 (MC: 1.19.3)
450[03:01:42] [Watchdog Thread/ERROR]: ------------------------------
451[03:01:42] [Watchdog Thread/ERROR]: During the run of the server, a plugin set an excessive velocity on an entity
452[03:01:42] [Watchdog Thread/ERROR]: This may be the cause of the issue, or it may be entirely unrelated
453[03:01:42] [Watchdog Thread/ERROR]: Excessive velocity set detected: tried to set velocity of entity Weird_Substance id #951625 to (0.0,1.0,-5.0).
454[03:01:42] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.entity.CraftEntity.setVelocity(CraftEntity.java:470)
455[03:01:42] [Watchdog Thread/ERROR]: LaunchPads-2.1.0.jar//com.itsazza.launchpads.pads.LaunchPadType$setVelocity$1.run(LaunchPadType.kt:35)
456[03:01:42] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
457[03:01:42] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
458[03:01:42] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
459[03:01:42] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
460[03:01:42] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
461[03:01:42] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
462[03:01:42] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
463[03:01:42] [Watchdog Thread/ERROR]: java.base/java.lang.Thread.run(Thread.java:833)
464[03:01:42] [Watchdog Thread/ERROR]: ------------------------------
465[03:01:42] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
466[03:01:42] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
467[03:01:42] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 16,3) in 'RunicTemple_1']
468[03:01:42] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=RunicTemple_1, chunkX=16, chunkZ=3, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=null,status=null}, currentGenStatus=null, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkLoadTask, for world: RunicTemple_1, chunk: (16,3), hashcode: 87504009, priority: BLOCKING, status: minecraft:empty, scheduled: true}, generationTaskStatus=minecraft:empty, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=2048, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
469[03:01:42] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Writing chunk information dump to ./debug/chunks-watchdog.txt
470[03:01:44] [Watchdog Thread/ERROR]: [ChunkTaskScheduler] Successfully written chunk information!
471[03:01:44] [Watchdog Thread/ERROR]: ------------------------------
472[03:01:44] [Watchdog Thread/ERROR]: Current Thread: Server thread
473[03:01:44] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
474[03:01:44] [Watchdog Thread/ERROR]: Stack:
475[03:01:44] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
476[03:01:44] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
477[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
478[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
479[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
480[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
481[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
482[03:01:44] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
483[03:01:44] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
484[03:01:44] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
485[03:01:44] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
486[03:01:44] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
487[03:01:44] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
488[03:01:44] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
489[03:01:44] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
490[03:01:44] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
491[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
492[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
493[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
494[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
495[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
496[03:01:44] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
497[03:01:44] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
498[03:01:44] [Watchdog Thread/ERROR]: ------------------------------
499[03:01:44] [Watchdog Thread/ERROR]: Entire Thread Dump:
500[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
501[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Reference Handler
502[03:02:10] [Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: RUNNABLE
503[03:02:10] [Watchdog Thread/ERROR]: Stack:
504[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
505[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
506[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
507[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
508[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Finalizer
509[03:02:10] [Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
510[03:02:10] [Watchdog Thread/ERROR]: Stack:
511[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
512[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
513[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
514[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)
515[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
516[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
517[03:02:10] [Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
518[03:02:10] [Watchdog Thread/ERROR]: Stack:
519[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
520[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Common-Cleaner
521[03:02:10] [Watchdog Thread/ERROR]: PID: 10 | Suspended: false | Native: false | State: TIMED_WAITING
522[03:02:10] [Watchdog Thread/ERROR]: Stack:
523[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
524[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
525[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
526[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
527[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)
528[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
529[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Notification Thread
530[03:02:10] [Watchdog Thread/ERROR]: PID: 11 | Suspended: false | Native: false | State: RUNNABLE
531[03:02:10] [Watchdog Thread/ERROR]: Stack:
532[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
533[03:02:10] [Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
534[03:02:10] [Watchdog Thread/ERROR]: PID: 13 | Suspended: false | Native: false | State: RUNNABLE
535[03:02:10] [Watchdog Thread/ERROR]: Stack:
536[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
537[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Log4j2-AsyncAppenderEventDispatcher-1-Async
538[03:02:10] [Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: false | State: WAITING
539[03:02:10] [Watchdog Thread/ERROR]: Stack:
540[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
541[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
542[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
543[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
544[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
545[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
546[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420)
547[03:02:10] [Watchdog Thread/ERROR]: org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.dispatchAll(AsyncAppenderEventDispatcher.java:82)
548[03:02:10] [Watchdog Thread/ERROR]: org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.run(AsyncAppenderEventDispatcher.java:74)
549[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
550[03:02:10] [Watchdog Thread/ERROR]: Current Thread: JNA Cleaner
551[03:02:10] [Watchdog Thread/ERROR]: PID: 19 | Suspended: false | Native: false | State: WAITING
552[03:02:10] [Watchdog Thread/ERROR]: Stack:
553[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
554[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
555[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
556[03:02:10] [Watchdog Thread/ERROR]: com.sun.jna.internal.Cleaner$1.run(Cleaner.java:58)
557[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
558[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Timer hack thread
559[03:02:10] [Watchdog Thread/ERROR]: PID: 20 | Suspended: false | Native: false | State: TIMED_WAITING
560[03:02:10] [Watchdog Thread/ERROR]: Stack:
561[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.sleep(Native Method)
562[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.Util$7.run(Util.java:707)
563[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
564[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Worker-Main-1
565[03:02:10] [Watchdog Thread/ERROR]: PID: 21 | Suspended: false | Native: false | State: WAITING
566[03:02:10] [Watchdog Thread/ERROR]: Stack:
567[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
568[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
569[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
570[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
571[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
572[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
573[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
574[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
575[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
576[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
577[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
578[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
579[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Server thread
580[03:02:10] [Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
581[03:02:10] [Watchdog Thread/ERROR]: Stack:
582[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
583[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
584[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
585[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
586[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:454)
587[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:651)
588[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.world.level.Level.getBlockState(Level.java:929)
589[03:02:10] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.block.CraftBlock.getType(CraftBlock.java:229)
590[03:02:10] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.getBlocksInRadius(BlockMaskEffect.java:174)
591[03:02:10] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.lambda$playEffect$0(BlockMaskEffect.java:145)
592[03:02:10] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect$$Lambda$21543/0x0000000805b0a808.run(Unknown Source)
593[03:02:10] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
594[03:02:10] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
595[03:02:10] [Watchdog Thread/ERROR]: MythicMobs-5.2.5-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
596[03:02:10] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
597[03:02:10] [Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
598[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1500)
599[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488)
600[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424)
601[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1194)
602[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
603[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4408/0x00000008019449a0.run(Unknown Source)
604[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
605[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
606[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
607[03:02:10] [Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: WAITING
608[03:02:10] [Watchdog Thread/ERROR]: Stack:
609[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
610[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
611[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
612[03:02:10] [Watchdog Thread/ERROR]: java.desktop@17.0.7/sun.java2d.Disposer.run(Disposer.java:145)
613[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
614[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
615[03:02:10] [Watchdog Thread/ERROR]: Current Thread: RegionFile I/O Thread #0
616[03:02:10] [Watchdog Thread/ERROR]: PID: 32 | Suspended: false | Native: false | State: WAITING
617[03:02:10] [Watchdog Thread/ERROR]: Stack:
618[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
619[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
620[03:02:10] [Watchdog Thread/ERROR]: ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:97)
621[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
622[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Tuinity Chunk System Worker #0
623[03:02:10] [Watchdog Thread/ERROR]: PID: 33 | Suspended: false | Native: false | State: WAITING
624[03:02:10] [Watchdog Thread/ERROR]: Stack:
625[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
626[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
627[03:02:10] [Watchdog Thread/ERROR]: ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:97)
628[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
629[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Watchdog Thread
630[03:02:10] [Watchdog Thread/ERROR]: PID: 34 | Suspended: false | Native: false | State: RUNNABLE
631[03:02:10] [Watchdog Thread/ERROR]: Stack:
632[03:02:10] [Watchdog Thread/ERROR]: java.management@17.0.7/sun.management.ThreadImpl.dumpThreads0(Native Method)
633[03:02:10] [Watchdog Thread/ERROR]: java.management@17.0.7/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
634[03:02:10] [Watchdog Thread/ERROR]: java.management@17.0.7/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
635[03:02:10] [Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:203)
636[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
637[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Server console handler
638[03:02:10] [Watchdog Thread/ERROR]: PID: 25 | Suspended: false | Native: true | State: RUNNABLE
639[03:02:10] [Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
640[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
641[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
642[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/java.io.BufferedReader.readLine(BufferedReader.java:329)
643[03:02:10] [Watchdog Thread/ERROR]: Stack:
644[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.io.FileInputStream.readBytes(Native Method)
645[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.io.FileInputStream.read(FileInputStream.java:276)
646[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.io.BufferedInputStream.read1(BufferedInputStream.java:282)
647[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
648[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270)
649[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313)
650[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
651[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.io.InputStreamReader.read(InputStreamReader.java:177)
652[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.io.BufferedReader.fill(BufferedReader.java:162)
653[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.io.BufferedReader.readLine(BufferedReader.java:329)
654[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.io.BufferedReader.readLine(BufferedReader.java:396)
655[03:02:10] [Watchdog Thread/ERROR]: net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:180)
656[03:02:10] [Watchdog Thread/ERROR]: net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:143)
657[03:02:10] [Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:102)
658[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
659[03:02:10] [Watchdog Thread/ERROR]: Current Thread: pool-6-thread-1
660[03:02:10] [Watchdog Thread/ERROR]: PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING
661[03:02:10] [Watchdog Thread/ERROR]: Stack:
662[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
663[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
664[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
665[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
666[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
667[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
668[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
669[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
670[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
671[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
672[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
673[03:02:10] [Watchdog Thread/ERROR]: PID: 39 | Suspended: false | Native: false | State: RUNNABLE
674[03:02:10] [Watchdog Thread/ERROR]: Stack:
675[03:02:10] [Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
676[03:02:10] [Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:209)
677[03:02:10] [Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:202)
678[03:02:10] [Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:306)
679[03:02:10] [Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:363)
680[03:02:10] [Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
681[03:02:10] [Watchdog Thread/ERROR]: io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
682[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
683[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
684[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Timer-0
685[03:02:10] [Watchdog Thread/ERROR]: PID: 43 | Suspended: false | Native: false | State: TIMED_WAITING
686[03:02:10] [Watchdog Thread/ERROR]: Stack:
687[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
688[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.mainLoop(Timer.java:563)
689[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.run(Timer.java:516)
690[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
691[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Timer-1
692[03:02:10] [Watchdog Thread/ERROR]: PID: 44 | Suspended: false | Native: false | State: WAITING
693[03:02:10] [Watchdog Thread/ERROR]: Stack:
694[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
695[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Object.java:338)
696[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.mainLoop(Timer.java:537)
697[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.run(Timer.java:516)
698[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
699[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Timer-2
700[03:02:10] [Watchdog Thread/ERROR]: PID: 45 | Suspended: false | Native: false | State: WAITING
701[03:02:10] [Watchdog Thread/ERROR]: Stack:
702[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
703[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Object.java:338)
704[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.mainLoop(Timer.java:537)
705[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.run(Timer.java:516)
706[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
707[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Timer-3
708[03:02:10] [Watchdog Thread/ERROR]: PID: 46 | Suspended: false | Native: false | State: TIMED_WAITING
709[03:02:10] [Watchdog Thread/ERROR]: Stack:
710[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
711[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.mainLoop(Timer.java:563)
712[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.run(Timer.java:516)
713[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
714[03:02:10] [Watchdog Thread/ERROR]: Current Thread: DiscordSRV ExpiryThread
715[03:02:10] [Watchdog Thread/ERROR]: PID: 47 | Suspended: false | Native: false | State: TIMED_WAITING
716[03:02:10] [Watchdog Thread/ERROR]: Stack:
717[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.sleep(Native Method)
718[03:02:10] [Watchdog Thread/ERROR]: DiscordSRV-Build-1.26.2.jar//github.scarsz.discordsrv.objects.ExpiringDualHashBidiMap$ExpiryThread.run(ExpiringDualHashBidiMap.java:132)
719[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
720[03:02:10] [Watchdog Thread/ERROR]: Current Thread: ForkJoinPool.commonPool-worker-1
721[03:02:10] [Watchdog Thread/ERROR]: PID: 49 | Suspended: false | Native: false | State: WAITING
722[03:02:10] [Watchdog Thread/ERROR]: Stack:
723[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
724[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
725[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
726[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
727[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
728[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
729[03:02:10] [Watchdog Thread/ERROR]: Current Thread: pool-13-thread-1
730[03:02:10] [Watchdog Thread/ERROR]: PID: 52 | Suspended: false | Native: false | State: WAITING
731[03:02:10] [Watchdog Thread/ERROR]: Stack:
732[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
733[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
734[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
735[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
736[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
737[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
738[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
739[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
740[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
741[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
742[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
743[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
744[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Timer-4
745[03:02:10] [Watchdog Thread/ERROR]: PID: 71 | Suspended: false | Native: false | State: TIMED_WAITING
746[03:02:10] [Watchdog Thread/ERROR]: Stack:
747[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
748[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.mainLoop(Timer.java:563)
749[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.run(Timer.java:516)
750[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
751[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-0
752[03:02:10] [Watchdog Thread/ERROR]: PID: 73 | Suspended: false | Native: false | State: WAITING
753[03:02:10] [Watchdog Thread/ERROR]: Stack:
754[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
755[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
756[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
757[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
758[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
759[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
760[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-1
761[03:02:10] [Watchdog Thread/ERROR]: PID: 74 | Suspended: false | Native: false | State: WAITING
762[03:02:10] [Watchdog Thread/ERROR]: Stack:
763[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
764[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
765[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
766[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
767[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
768[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
769[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-2
770[03:02:10] [Watchdog Thread/ERROR]: PID: 75 | Suspended: false | Native: false | State: WAITING
771[03:02:10] [Watchdog Thread/ERROR]: Stack:
772[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
773[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
774[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
775[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
776[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
777[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
778[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-3
779[03:02:10] [Watchdog Thread/ERROR]: PID: 76 | Suspended: false | Native: false | State: WAITING
780[03:02:10] [Watchdog Thread/ERROR]: Stack:
781[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
782[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
783[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
784[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
785[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
786[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
787[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-4
788[03:02:10] [Watchdog Thread/ERROR]: PID: 77 | Suspended: false | Native: false | State: WAITING
789[03:02:10] [Watchdog Thread/ERROR]: Stack:
790[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
791[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
792[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
793[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
794[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
795[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
796[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-5
797[03:02:10] [Watchdog Thread/ERROR]: PID: 78 | Suspended: false | Native: false | State: WAITING
798[03:02:10] [Watchdog Thread/ERROR]: Stack:
799[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
800[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
801[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
802[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
803[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
804[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
805[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-6
806[03:02:10] [Watchdog Thread/ERROR]: PID: 79 | Suspended: false | Native: false | State: WAITING
807[03:02:10] [Watchdog Thread/ERROR]: Stack:
808[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
809[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
810[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
811[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
812[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
813[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
814[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-7
815[03:02:10] [Watchdog Thread/ERROR]: PID: 80 | Suspended: false | Native: false | State: WAITING
816[03:02:10] [Watchdog Thread/ERROR]: Stack:
817[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
818[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
819[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
820[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
821[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
822[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
823[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-8
824[03:02:10] [Watchdog Thread/ERROR]: PID: 81 | Suspended: false | Native: false | State: WAITING
825[03:02:10] [Watchdog Thread/ERROR]: Stack:
826[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
827[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
828[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
829[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
830[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
831[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
832[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-9
833[03:02:10] [Watchdog Thread/ERROR]: PID: 82 | Suspended: false | Native: false | State: WAITING
834[03:02:10] [Watchdog Thread/ERROR]: Stack:
835[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
836[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
837[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
838[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.compensatedBlock(ForkJoinPool.java:3449)
839[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3432)
840[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
841[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485)
842[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673)
843[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118)
844[03:02:10] [Watchdog Thread/ERROR]: me.lucko.luckperms.common.storage.implementation.file.watcher.AbstractFileWatcher.runEventProcessingLoop(AbstractFileWatcher.java:128)
845[03:02:10] [Watchdog Thread/ERROR]: me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher.lambda$new$0(FileWatcher.java:60)
846[03:02:10] [Watchdog Thread/ERROR]: me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher$$Lambda$9093/0x0000000802e73d40.run(Unknown Source)
847[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395)
848[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
849[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
850[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
851[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
852[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
853[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
854[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-scheduler
855[03:02:10] [Watchdog Thread/ERROR]: PID: 83 | Suspended: false | Native: false | State: TIMED_WAITING
856[03:02:10] [Watchdog Thread/ERROR]: Stack:
857[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
858[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
859[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
860[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
861[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
862[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
863[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
864[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
865[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
866[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
867[03:02:10] [Watchdog Thread/ERROR]: Current Thread: pool-17-thread-1
868[03:02:10] [Watchdog Thread/ERROR]: PID: 90 | Suspended: false | Native: false | State: TIMED_WAITING
869[03:02:10] [Watchdog Thread/ERROR]: Stack:
870[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
871[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
872[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
873[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
874[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
875[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
876[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
877[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
878[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
879[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
880[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
881[03:02:10] [Watchdog Thread/ERROR]: PID: 91 | Suspended: false | Native: false | State: TIMED_WAITING
882[03:02:10] [Watchdog Thread/ERROR]: Stack:
883[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
884[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
885[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
886[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
887[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
888[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
889[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
890[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
891[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
892[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
893[03:02:10] [Watchdog Thread/ERROR]: Current Thread: WorldEdit Session Manager
894[03:02:10] [Watchdog Thread/ERROR]: PID: 265 | Suspended: false | Native: false | State: TIMED_WAITING
895[03:02:10] [Watchdog Thread/ERROR]: Stack:
896[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
897[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.mainLoop(Timer.java:563)
898[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.TimerThread.run(Timer.java:516)
899[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
900[03:02:10] [Watchdog Thread/ERROR]: Current Thread: pool-24-thread-1
901[03:02:10] [Watchdog Thread/ERROR]: PID: 270 | Suspended: false | Native: false | State: TIMED_WAITING
902[03:02:10] [Watchdog Thread/ERROR]: Stack:
903[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
904[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
905[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
906[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
907[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
908[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
909[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
910[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
911[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
912[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
913[03:02:10] [Watchdog Thread/ERROR]: Current Thread: pool-24-thread-2
914[03:02:10] [Watchdog Thread/ERROR]: PID: 271 | Suspended: false | Native: false | State: WAITING
915[03:02:10] [Watchdog Thread/ERROR]: Stack:
916[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
917[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
918[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
919[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
920[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
921[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
922[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
923[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
924[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
925[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
926[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
927[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
928[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
929[03:02:10] [Watchdog Thread/ERROR]: Current Thread: pool-24-thread-3
930[03:02:10] [Watchdog Thread/ERROR]: PID: 295 | Suspended: false | Native: false | State: WAITING
931[03:02:10] [Watchdog Thread/ERROR]: Stack:
932[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
933[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
934[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
935[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
936[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
937[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
938[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
939[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
940[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
941[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
942[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
943[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
944[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
945[03:02:10] [Watchdog Thread/ERROR]: Current Thread: pool-24-thread-4
946[03:02:10] [Watchdog Thread/ERROR]: PID: 323 | Suspended: false | Native: false | State: WAITING
947[03:02:10] [Watchdog Thread/ERROR]: Stack:
948[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
949[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
950[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
951[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
952[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
953[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
954[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
955[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
956[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
957[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
958[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
959[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
960[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
961[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
962[03:02:10] [Watchdog Thread/ERROR]: PID: 347 | Suspended: false | Native: false | State: TIMED_WAITING
963[03:02:10] [Watchdog Thread/ERROR]: Stack:
964[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
965[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
966[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
967[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
968[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
969[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
970[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
971[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
972[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
973[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
974[03:02:10] [Watchdog Thread/ERROR]: Current Thread: pool-24-thread-5
975[03:02:10] [Watchdog Thread/ERROR]: PID: 354 | Suspended: false | Native: false | State: WAITING
976[03:02:10] [Watchdog Thread/ERROR]: Stack:
977[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
978[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
979[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
980[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
981[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
982[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
983[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
984[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
985[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
986[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
987[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
988[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
989[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
990[03:02:10] [Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
991[03:02:10] [Watchdog Thread/ERROR]: PID: 395 | Suspended: false | Native: true | State: RUNNABLE
992[03:02:10] [Watchdog Thread/ERROR]: Stack:
993[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.fs.LinuxWatchService.poll(Native Method)
994[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
995[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
996[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
997[03:02:10] [Watchdog Thread/ERROR]: Current Thread: HttpClient-101-SelectorManager
998[03:02:10] [Watchdog Thread/ERROR]: PID: 394 | Suspended: false | Native: false | State: RUNNABLE
999[03:02:10] [Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
1000[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1001[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1002[03:02:10] [Watchdog Thread/ERROR]: Stack:
1003[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPoll.wait(Native Method)
1004[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:118)
1005[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1006[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
1007[03:02:10] [Watchdog Thread/ERROR]: platform/java.net.http@17.0.7/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(HttpClientImpl.java:889)
1008[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1009[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-10
1010[03:02:10] [Watchdog Thread/ERROR]: PID: 396 | Suspended: false | Native: false | State: WAITING
1011[03:02:10] [Watchdog Thread/ERROR]: Stack:
1012[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1013[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
1014[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
1015[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
1016[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
1017[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1018[03:02:10] [Watchdog Thread/ERROR]: Current Thread: MVStore background writer /home/********/plugins/LuckPerms/luckperms-h2-v2.mv.db
1019[03:02:10] [Watchdog Thread/ERROR]: PID: 401 | Suspended: false | Native: false | State: TIMED_WAITING
1020[03:02:10] [Watchdog Thread/ERROR]: Stack:
1021[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
1022[03:02:10] [Watchdog Thread/ERROR]: org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3768)
1023[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1024[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-11
1025[03:02:10] [Watchdog Thread/ERROR]: PID: 409 | Suspended: false | Native: false | State: WAITING
1026[03:02:10] [Watchdog Thread/ERROR]: Stack:
1027[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1028[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
1029[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
1030[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
1031[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
1032[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1033[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-12
1034[03:02:10] [Watchdog Thread/ERROR]: PID: 411 | Suspended: false | Native: false | State: WAITING
1035[03:02:10] [Watchdog Thread/ERROR]: Stack:
1036[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1037[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
1038[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
1039[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
1040[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
1041[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1042[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-13
1043[03:02:10] [Watchdog Thread/ERROR]: PID: 413 | Suspended: false | Native: false | State: WAITING
1044[03:02:10] [Watchdog Thread/ERROR]: Stack:
1045[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1046[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
1047[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
1048[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
1049[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
1050[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1051[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-14
1052[03:02:10] [Watchdog Thread/ERROR]: PID: 414 | Suspended: false | Native: false | State: TIMED_WAITING
1053[03:02:10] [Watchdog Thread/ERROR]: Stack:
1054[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1055[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410)
1056[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726)
1057[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
1058[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
1059[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1060[03:02:10] [Watchdog Thread/ERROR]: Current Thread: luckperms-worker-15
1061[03:02:10] [Watchdog Thread/ERROR]: PID: 415 | Suspended: false | Native: false | State: WAITING
1062[03:02:10] [Watchdog Thread/ERROR]: Stack:
1063[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1064[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
1065[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
1066[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
1067[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
1068[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1069[03:02:10] [Watchdog Thread/ERROR]: Current Thread: H2-serialization
1070[03:02:10] [Watchdog Thread/ERROR]: PID: 417 | Suspended: false | Native: false | State: WAITING
1071[03:02:10] [Watchdog Thread/ERROR]: Stack:
1072[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1073[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
1074[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
1075[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
1076[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
1077[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
1078[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
1079[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1080[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1081[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1082[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1083[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1084[03:02:10] [Watchdog Thread/ERROR]: Current Thread: H2-save
1085[03:02:10] [Watchdog Thread/ERROR]: PID: 418 | Suspended: false | Native: false | State: WAITING
1086[03:02:10] [Watchdog Thread/ERROR]: Stack:
1087[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1088[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
1089[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
1090[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
1091[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
1092[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
1093[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
1094[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1095[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1096[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1097[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1098[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1099[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
1100[03:02:10] [Watchdog Thread/ERROR]: PID: 431 | Suspended: false | Native: false | State: TIMED_WAITING
1101[03:02:10] [Watchdog Thread/ERROR]: Stack:
1102[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1103[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1104[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1105[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1106[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1107[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1108[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1109[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1110[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1111[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1112[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
1113[03:02:10] [Watchdog Thread/ERROR]: PID: 476 | Suspended: false | Native: false | State: TIMED_WAITING
1114[03:02:10] [Watchdog Thread/ERROR]: Stack:
1115[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1116[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1117[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1118[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1119[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1120[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1121[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1122[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1123[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1124[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1125[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
1126[03:02:10] [Watchdog Thread/ERROR]: PID: 485 | Suspended: false | Native: false | State: TIMED_WAITING
1127[03:02:10] [Watchdog Thread/ERROR]: Stack:
1128[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1129[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1130[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1131[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1132[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1133[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1134[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1135[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1136[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1137[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1138[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
1139[03:02:10] [Watchdog Thread/ERROR]: PID: 510 | Suspended: false | Native: false | State: TIMED_WAITING
1140[03:02:10] [Watchdog Thread/ERROR]: Stack:
1141[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1142[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1143[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1144[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1145[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1146[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1147[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1148[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1149[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1150[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1151[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
1152[03:02:10] [Watchdog Thread/ERROR]: PID: 523 | Suspended: false | Native: false | State: TIMED_WAITING
1153[03:02:10] [Watchdog Thread/ERROR]: Stack:
1154[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1155[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1156[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1157[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1158[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1159[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1160[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1161[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1162[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1163[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1164[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
1165[03:02:10] [Watchdog Thread/ERROR]: PID: 529 | Suspended: false | Native: false | State: TIMED_WAITING
1166[03:02:10] [Watchdog Thread/ERROR]: Stack:
1167[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1168[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1169[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1170[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1171[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1172[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1173[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1174[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1175[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1176[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1177[03:02:10] [Watchdog Thread/ERROR]: Current Thread: squaremap-render-[minecraft:overworld]-1
1178[03:02:10] [Watchdog Thread/ERROR]: PID: 541 | Suspended: false | Native: false | State: TIMED_WAITING
1179[03:02:10] [Watchdog Thread/ERROR]: Stack:
1180[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1181[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1182[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1183[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1184[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1185[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1186[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1187[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1188[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1189[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1190[03:02:10] [Watchdog Thread/ERROR]: Current Thread: XNIO-1 I/O-1
1191[03:02:10] [Watchdog Thread/ERROR]: PID: 546 | Suspended: false | Native: true | State: RUNNABLE
1192[03:02:10] [Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
1193[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1194[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1195[03:02:10] [Watchdog Thread/ERROR]: Stack:
1196[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPoll.wait(Native Method)
1197[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:118)
1198[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1199[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
1200[03:02:10] [Watchdog Thread/ERROR]: squaremap-paper-mc1.19.3-1.1.9.jar//org.xnio.nio.WorkerThread.run(WorkerThread.java:532)
1201[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1202[03:02:10] [Watchdog Thread/ERROR]: Current Thread: XNIO-1 I/O-2
1203[03:02:10] [Watchdog Thread/ERROR]: PID: 547 | Suspended: false | Native: true | State: RUNNABLE
1204[03:02:10] [Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
1205[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1206[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1207[03:02:10] [Watchdog Thread/ERROR]: Stack:
1208[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPoll.wait(Native Method)
1209[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:118)
1210[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1211[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
1212[03:02:10] [Watchdog Thread/ERROR]: squaremap-paper-mc1.19.3-1.1.9.jar//org.xnio.nio.WorkerThread.run(WorkerThread.java:532)
1213[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1214[03:02:10] [Watchdog Thread/ERROR]: Current Thread: XNIO-1 I/O-3
1215[03:02:10] [Watchdog Thread/ERROR]: PID: 548 | Suspended: false | Native: false | State: RUNNABLE
1216[03:02:10] [Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
1217[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1218[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1219[03:02:10] [Watchdog Thread/ERROR]: Stack:
1220[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPoll.wait(Native Method)
1221[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:118)
1222[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1223[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
1224[03:02:10] [Watchdog Thread/ERROR]: squaremap-paper-mc1.19.3-1.1.9.jar//org.xnio.nio.WorkerThread.run(WorkerThread.java:551)
1225[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1226[03:02:10] [Watchdog Thread/ERROR]: Current Thread: XNIO-1 Accept
1227[03:02:10] [Watchdog Thread/ERROR]: PID: 549 | Suspended: false | Native: false | State: RUNNABLE
1228[03:02:10] [Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
1229[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1230[03:02:10] [Watchdog Thread/ERROR]: Locked on:java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1231[03:02:10] [Watchdog Thread/ERROR]: Stack:
1232[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPoll.wait(Native Method)
1233[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:118)
1234[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
1235[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
1236[03:02:10] [Watchdog Thread/ERROR]: squaremap-paper-mc1.19.3-1.1.9.jar//org.xnio.nio.WorkerThread.run(WorkerThread.java:532)
1237[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1238[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
1239[03:02:10] [Watchdog Thread/ERROR]: PID: 550 | Suspended: false | Native: false | State: TIMED_WAITING
1240[03:02:10] [Watchdog Thread/ERROR]: Stack:
1241[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1242[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1243[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1244[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1245[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1246[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1247[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1248[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1249[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1250[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1251[03:02:10] [Watchdog Thread/ERROR]: Current Thread: Thread-16
1252[03:02:10] [Watchdog Thread/ERROR]: PID: 554 | Suspended: false | Native: false | State: TIMED_WAITING
1253[03:02:10] [Watchdog Thread/ERROR]: Stack:
1254[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.sleep(Native Method)
1255[03:02:10] [Watchdog Thread/ERROR]: AdvanceParticle-16.2.0.jar//me.Tixius24.AdvanceParticle$1.run(AdvanceParticle.java:228)
1256[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1257[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1258[03:02:10] [Watchdog Thread/ERROR]: Current Thread: mysql-cj-abandoned-connection-cleanup
1259[03:02:10] [Watchdog Thread/ERROR]: PID: 559 | Suspended: false | Native: false | State: TIMED_WAITING
1260[03:02:10] [Watchdog Thread/ERROR]: Stack:
1261[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Object.wait(Native Method)
1262[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
1263[03:02:10] [Watchdog Thread/ERROR]: com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
1264[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
1265[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1266[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1267[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1268[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
1269[03:02:10] [Watchdog Thread/ERROR]: PID: 564 | Suspended: false | Native: false | State: TIMED_WAITING
1270[03:02:10] [Watchdog Thread/ERROR]: Stack:
1271[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1272[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1273[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1274[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1275[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1276[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1277[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1278[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1279[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
1280[03:02:10] [Watchdog Thread/ERROR]: ------------------------------
1281[03:02:10] [Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
1282[03:02:10] [Watchdog Thread/ERROR]: PID: 569 | Suspended: false | Native: false | State: TIMED_WAITING
1283[03:02:10] [Watchdog Thread/ERROR]: Stack:
1284[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/jdk.internal.misc.Unsafe.park(Native Method)
1285[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
1286[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
1287[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
1288[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
1289[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
1290[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
1291[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1292[03:02:10] [Watchdog Thread/ERROR]: java.base@17.0.7/java.lang.Thread.run(Thread.java:833)
This log will be saved for 90 days from their last view.
Report abuse