WorldEdit

WorldEdit

42M Downloads

Server got crashed by WorldEdit (Minecraft-1.19.2)

KiyooChan opened this issue ยท 2 comments

commented

WorldEdit Version

7.2.12

Platform Version

Minecraft-1.19.2 and Forge 43.2.4

Confirmations

  • I am using the most recent Minecraft release.
  • I am using a version of WorldEdit compatible with my Minecraft version.
  • I am using the latest or recommended version of my platform software.
  • I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
  • I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)

Bug Description

Server crashed after the loading complete.

Expected Behavior

  1. The server crashed after the world is successfully generated & loaded.
  2. The server can still ran for about 1 minute, but it rejects any connection request.
  3. No such crash or any issue in SinglePlayer MC.
  4. A little chance the server won't get crashed by this.
  5. The server comes back to normal when remove the WE mod.

Reproduction Steps

  1. Install WE-7.2.12 on server.
  2. Start the server, and crash almost every time since loading complete.

Anything Else?

Server log and crash report as follows:

[23:10:28] [Worker-Main-2/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 92%
[23:10:29] [Worker-Main-5/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 92%
[23:10:29] [Worker-Main-5/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 94%
[23:10:30] [Worker-Main-4/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 97%
[23:10:30] [Worker-Main-4/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 98%
[23:10:31] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Time elapsed: 87523 ms
[23:10:31] [Server thread/INFO] [minecraft/DedicatedServer]: Done (172.197s)! For help, type "help"
[23:10:31] [Server thread/INFO] [minecraft/DedicatedServer]: Starting GS4 status listener
[23:10:31] [Server thread/INFO] [minecraft/GenericThread]: Thread Query Listener started
[23:10:31] [Query Listener #1/INFO] [minecraft/QueryThreadGs4]: Query running on 0.0.0.0:40445
[23:10:32] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler
[23:10:32] [Server thread/INFO] [co.so.ca.CastleInTheSky/]: HELLO from server starting
[23:11:31] [Server Watchdog/ERROR] [minecraft/ServerWatchdog]: A single server tick took 60.00 seconds (should be max 0.05)
[23:11:31] [Server Watchdog/ERROR] [minecraft/ServerWatchdog]: Considering it to be crashed, server will forcibly shutdown.
[23:11:35] [Server Watchdog/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 5bf397f0-8b34-405f-8002-2813180d2761

Crash report:
---- Minecraft Crash Report ----
// Don't do that.
Time: 2023-03-02 23:11:35
Description: Watching Server
java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
        at java.lang.StringLatin1.hashCode(Unknown Source) ~[?:?] {}
        at java.lang.String.hashCode(Unknown Source) ~[?:?] {re:mixin}
        at net.minecraft.resources.ResourceLocation.hashCode(ResourceLocation.java:116) ~[server-1.19.2-20220805.130853-srg.jar%23343!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
        at com.google.common.collect.Hashing.smearedHash(Hashing.java:55) ~[guava-31.0.1-jre.jar%2372!/:?] {}
        at com.google.common.collect.HashBiMap.get(HashBiMap.java:283) ~[guava-31.0.1-jre.jar%2372!/:?] {}
        at net.minecraftforge.registries.ForgeRegistry.getValue(ForgeRegistry.java:210) ~[forge-1.19.2-43.2.4-universal.jar%23348!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.ForgeAdapter.adapt(ForgeAdapter.java:196) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.internal.ForgeTransmogrifier.transmogToMinecraft(ForgeTransmogrifier.java:115) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.ForgeAdapter.adapt(ForgeAdapter.java:181) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.ForgeBlockRegistry.getInternalBlockStateId(ForgeBlockRegistry.java:74) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.extension.platform.Capability$4.ready(Capability.java:100) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.extension.platform.PlatformManager.lambda$handleNewPlatformReady$0(PlatformManager.java:330) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.extension.platform.PlatformManager$$Lambda$16783/0x00000008027721b8.accept(Unknown Source) ~[?:?] {}
        at java.util.Map.forEach(Unknown Source) ~[?:?] {re:mixin}
        at com.sk89q.worldedit.extension.platform.PlatformManager.handleNewPlatformReady(PlatformManager.java:330) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder) ~[?:?] {}
        at java.lang.invoke.LambdaForm$MH/0x00000008022a8000.invoke(LambdaForm$MH) ~[?:?] {}
        at java.lang.invoke.LambdaForm$MH/0x0000000802528000.invokeExact_MT(LambdaForm$MH) ~[?:?] {}
        at com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler.dispatch(MethodHandleEventHandler.java:51) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:193) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:181) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.ForgeWorldEdit.serverStarted(ForgeWorldEdit.java:259) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.__ForgeWorldEdit_serverStarted_ServerStartedEvent.invoke(.dynamic) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading,pl:eventbus:B}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2351!/:?] {}
        at net.minecraftforge.eventbus.EventBus$$Lambda$4187/0x0000000801788e70.invoke(Unknown Source) ~[?:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2351!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2351!/:?] {}
        at net.minecraftforge.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:109) ~[forge-1.19.2-43.2.4-universal.jar%23348!/:?] {re:classloading}
        at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:629) ~[server-1.19.2-20220805.130853-srg.jar%23343!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[server-1.19.2-20220805.130853-srg.jar%23343!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:A}
        at net.minecraft.server.MinecraftServer$$Lambda$15848/0x00000008025be078.run(Unknown Source) ~[?:?] {}
        at java.lang.Thread.run(Unknown Source) [?:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server Watchdog
Stacktrace:
        at java.lang.StringLatin1.hashCode(Unknown Source) ~[?:?] {}
        at java.lang.String.hashCode(Unknown Source) ~[?:?] {re:mixin}
        at net.minecraft.resources.ResourceLocation.hashCode(ResourceLocation.java:116) ~[server-1.19.2-20220805.130853-srg.jar%23343!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
        at com.google.common.collect.Hashing.smearedHash(Hashing.java:55) ~[guava-31.0.1-jre.jar%2372!/:?] {}
        at com.google.common.collect.HashBiMap.get(HashBiMap.java:283) ~[guava-31.0.1-jre.jar%2372!/:?] {}
        at net.minecraftforge.registries.ForgeRegistry.getValue(ForgeRegistry.java:210) ~[forge-1.19.2-43.2.4-universal.jar%23348!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.ForgeAdapter.adapt(ForgeAdapter.java:196) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.internal.ForgeTransmogrifier.transmogToMinecraft(ForgeTransmogrifier.java:115) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.ForgeAdapter.adapt(ForgeAdapter.java:181) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.ForgeBlockRegistry.getInternalBlockStateId(ForgeBlockRegistry.java:74) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.extension.platform.Capability$4.ready(Capability.java:100) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.extension.platform.PlatformManager.lambda$handleNewPlatformReady$0(PlatformManager.java:330) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.extension.platform.PlatformManager$$Lambda$16783/0x00000008027721b8.accept(Unknown Source) ~[?:?] {}
        at java.util.Map.forEach(Unknown Source) ~[?:?] {re:mixin}
        at com.sk89q.worldedit.extension.platform.PlatformManager.handleNewPlatformReady(PlatformManager.java:330) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder) ~[?:?] {}
        at java.lang.invoke.LambdaForm$MH/0x00000008022a8000.invoke(LambdaForm$MH) ~[?:?] {}
        at java.lang.invoke.LambdaForm$MH/0x0000000802528000.invokeExact_MT(LambdaForm$MH) ~[?:?] {}
        at com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler.dispatch(MethodHandleEventHandler.java:51) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:193) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:181) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.ForgeWorldEdit.serverStarted(ForgeWorldEdit.java:259) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading}
        at com.sk89q.worldedit.forge.__ForgeWorldEdit_serverStarted_ServerStartedEvent.invoke(.dynamic) ~[worldedit-mod-7.2.12.jar%23332!/:?] {re:classloading,pl:eventbus:B}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2351!/:?] {}
        at net.minecraftforge.eventbus.EventBus$$Lambda$4187/0x0000000801788e70.invoke(Unknown Source) ~[?:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2351!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2351!/:?] {}
        at net.minecraftforge.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:109) ~[forge-1.19.2-43.2.4-universal.jar%23348!/:?] {re:classloading}
        at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:629) ~[server-1.19.2-20220805.130853-srg.jar%23343!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[server-1.19.2-20220805.130853-srg.jar%23343!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:A}
-- Thread Dump --
Details:
        Threads: "Reference Handler" daemon prio=10 Id=2 RUNNABLE
        at [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
        at [email protected]/java.lang.ref.Reference.processPendingReferences(Unknown Source)
        at [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
"Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@1de2d0d9
        at [email protected]/java.lang.Object.wait(Native Method)
        -  waiting on java.lang.ref.ReferenceQueue$Lock@1de2d0d9
        at [email protected]/java.lang.ref.ReferenceQueue.remove(Unknown Source)
        at [email protected]/java.lang.ref.ReferenceQueue.remove(Unknown Source)
        at [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
"Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE
"Common-Cleaner" daemon prio=8 Id=11 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@13253d15
        at [email protected]/java.lang.Object.wait(Native Method)
        -  waiting on java.lang.ref.ReferenceQueue$Lock@13253d15
        at [email protected]/java.lang.ref.ReferenceQueue.remove(Unknown Source)
        at [email protected]/jdk.internal.ref.CleanerImpl.run(Unknown Source)
        at [email protected]/java.lang.Thread.run(Unknown Source)
        at [email protected]/jdk.internal.misc.InnocuousThread.run(Unknown Source)
"Notification Thread" daemon prio=9 Id=12 RUNNABLE
"Thread-0" daemon prio=5 Id=16 TIMED_WAITING
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
        at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)
"FileSystemWatchService" daemon prio=5 Id=17 RUNNABLE (in native)
        at [email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
        at [email protected]/sun.nio.fs.LinuxWatchService$Poller.run(Unknown Source)
        at [email protected]/java.lang.Thread.run(Unknown Source)
"Timer hack thread" daemon prio=5 Id=20 TIMED_WAITING
        at [email protected]/java.lang.Thread.sleep(Native Method)
        at TRANSFORMER/[email protected]/net.minecraft.Util$9.run(Util.java:673)
"FileSystemWatchService" daemon prio=5 Id=29 RUNNABLE (in native)
        at [email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
        at [email protected]/sun.nio.fs.LinuxWatchService$Poller.run(Unknown Source)
        at [email protected]/java.lang.Thread.run(Unknown Source)
"Config Lib config file watcher" daemon prio=5 Id=30 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@171abba9
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@171abba9
        at [email protected]/java.util.concurrent.locks.LockSupport.park(Unknown Source)
        at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
        at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
        at [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(Unknown Source)
        at [email protected]/java.util.concurrent.LinkedBlockingDeque.take(Unknown Source)
        ...
"FileSystemWatchService" daemon prio=5 Id=31 RUNNABLE (in native)
        at [email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
        at [email protected]/sun.nio.fs.LinuxWatchService$Poller.run(Unknown Source)
        at [email protected]/java.lang.Thread.run(Unknown Source)
"HttpClient-1-SelectorManager" daemon prio=5 Id=36 RUNNABLE
        at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
        at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(Unknown Source)
        at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
        -  locked sun.nio.ch.Util$2@5218372e
        -  locked sun.nio.ch.EPollSelectorImpl@59f741ac
        at [email protected]/sun.nio.ch.SelectorImpl.select(Unknown Source)
        at platform/[email protected]/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(Unknown Source)
"WorldEdit Session Manager" prio=5 Id=39 TIMED_WAITING on java.util.TaskQueue@63000212
        at [email protected]/java.lang.Object.wait(Native Method)
        -  waiting on java.util.TaskQueue@63000212
        at [email protected]/java.util.TimerThread.mainLoop(Unknown Source)
        at [email protected]/java.util.TimerThread.run(Unknown Source)
"Worker-Main-3" daemon prio=5 Id=42 TIMED_WAITING on java.util.concurrent.ForkJoinPool@21052a28
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        -  waiting on java.util.concurrent.ForkJoinPool@21052a28
        at [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
"Worker-Main-4" daemon prio=5 Id=43 WAITING on java.util.concurrent.ForkJoinPool@21052a28
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        -  waiting on java.util.concurrent.ForkJoinPool@21052a28
        at [email protected]/java.util.concurrent.locks.LockSupport.park(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
"Server thread" prio=8 Id=49 RUNNABLE
        at [email protected]/java.lang.StringLatin1.hashCode(Unknown Source)
        at [email protected]/java.lang.String.hashCode(Unknown Source)
        at TRANSFORMER/[email protected]/net.minecraft.resources.ResourceLocation.hashCode(ResourceLocation.java:116)
        at MC-BOOTSTRAP/[email protected]/com.google.common.collect.Hashing.smearedHash(Hashing.java:55)
        at MC-BOOTSTRAP/[email protected]/com.google.common.collect.HashBiMap.get(HashBiMap.java:283)
        at TRANSFORMER/[email protected]/net.minecraftforge.registries.ForgeRegistry.getValue(ForgeRegistry.java:210)
        at TRANSFORMER/[email protected]+6240-87f4ae1/com.sk89q.worldedit.forge.ForgeAdapter.adapt(ForgeAdapter.java:196)
        at TRANSFORMER/[email protected]+6240-87f4ae1/com.sk89q.worldedit.forge.internal.ForgeTransmogrifier.transmogToMinecraft(ForgeTransmogrifier.java:115)
        ...
"Server console handler" daemon prio=8 Id=51 RUNNABLE (in native)
        at [email protected]/java.io.FileInputStream.readBytes(Native Method)
        at [email protected]/java.io.FileInputStream.read(Unknown Source)
        at [email protected]/java.io.BufferedInputStream.read1(Unknown Source)
        at [email protected]/java.io.BufferedInputStream.read(Unknown Source)
        -  locked java.io.BufferedInputStream@3237c861
        at [email protected]/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
        at [email protected]/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
        at [email protected]/sun.nio.cs.StreamDecoder.read(Unknown Source)
        -  locked java.io.InputStreamReader@51ae05aa
        at [email protected]/java.io.InputStreamReader.read(Unknown Source)
        ...
"DestroyJavaVM" prio=5 Id=52 RUNNABLE
"Netty Epoll Server IO #0" daemon prio=8 Id=53 RUNNABLE (in native)
        at MC-BOOTSTRAP/[email protected]/io.netty.channel.epoll.Native.epollWait(Native Method)
        at MC-BOOTSTRAP/[email protected]/io.netty.channel.epoll.Native.epollWait(Native.java:209)
        at MC-BOOTSTRAP/[email protected]/io.netty.channel.epoll.Native.epollWait(Native.java:202)
        at MC-BOOTSTRAP/[email protected]/io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
        at MC-BOOTSTRAP/[email protected]/io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
        at MC-BOOTSTRAP/[email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
        at MC-BOOTSTRAP/[email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at [email protected]/java.lang.Thread.run(Unknown Source)
"FileSystemWatchService" daemon prio=8 Id=54 RUNNABLE (in native)
        at [email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
        at [email protected]/sun.nio.fs.LinuxWatchService$Poller.run(Unknown Source)
        at [email protected]/java.lang.Thread.run(Unknown Source)
"FileSystemWatchService" daemon prio=8 Id=56 RUNNABLE (in native)
        at [email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
        at [email protected]/sun.nio.fs.LinuxWatchService$Poller.run(Unknown Source)
        at [email protected]/java.lang.Thread.run(Unknown Source)
"Config file watcher thread" prio=8 Id=55 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@325d9d1f
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@325d9d1f
        at [email protected]/java.util.concurrent.locks.LockSupport.park(Unknown Source)
        at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
        at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
        at [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(Unknown Source)
        at [email protected]/java.util.concurrent.LinkedBlockingDeque.take(Unknown Source)
        ...
"Worker-Main-5" daemon prio=5 Id=57 WAITING on java.util.concurrent.ForkJoinPool@21052a28
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        -  waiting on java.util.concurrent.ForkJoinPool@21052a28
        at [email protected]/java.util.concurrent.locks.LockSupport.park(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
        at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
"Query Listener #1" prio=8 Id=68 RUNNABLE
        at [email protected]/sun.nio.ch.Net.poll(Native Method)
        at [email protected]/sun.nio.ch.SelChImpl.park(Unknown Source)
        at [email protected]/sun.nio.ch.DatagramChannelImpl.trustedBlockingReceive(Unknown Source)
        at [email protected]/sun.nio.ch.DatagramChannelImpl.blockingReceive(Unknown Source)
        at [email protected]/sun.nio.ch.DatagramSocketAdaptor.receive(Unknown Source)
        at [email protected]/java.net.DatagramSocket.receive(Unknown Source)
        at TRANSFORMER/[email protected]/net.minecraft.server.rcon.thread.QueryThreadGs4.run(QueryThreadGs4.java:259)
        at [email protected]/java.lang.Thread.run(Unknown Source)
        Number of locked synchronizers = 1
        - java.util.concurrent.locks.ReentrantLock$NonfairSync@3a01a516
"Server Watchdog" daemon prio=8 Id=69 RUNNABLE
        at [email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
        at [email protected]/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
        at [email protected]/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
        at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.ServerWatchdog.run(ServerWatchdog.java:41)
        at [email protected]/java.lang.Thread.run(Unknown Source)
"HttpClient-1-Worker-3" daemon prio=5 Id=70 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@367916f7
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@367916f7
        at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
        at [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
        at [email protected]/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
        at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
        at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at [email protected]/java.lang.Thread.run(Unknown Source)
Stacktrace:
        at net.minecraft.server.dedicated.ServerWatchdog.run(ServerWatchdog.java:56) [server-1.19.2-20220805.130853-srg.jar%23343!/:?] {re:classloading}
        at java.lang.Thread.run(Unknown Source) [?:?] {}
-- Performance stats --
Details:
        Random tick rate: 3
        Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 0, entities: 28,28,10,168,168,168,0 [minecraft:sheep:7,naturalist:robin:5,minecraft:chicken:4,minecraft:cow:4,minecraft:horse:3], block_entities: 3 [minecraft:mob_spawner:2,minecraft:furnace:1], block_ticks: 26914, fluid_ticks: 2170, chunk_source: Chunks[S] W: 1369 E: 28,28,10,168,168,168,0,
ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0,
ResourceKey[minecraft:dimension / twilightforest:twilight_forest]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0,
ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0
-- System Details --
Details:
        Minecraft Version: 1.19.2
        Minecraft Version ID: 1.19.2
        Operating System: Linux (amd64) version 5.15.0-60-generic
        Java Version: 17.0.6, Azul Systems, Inc.
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
        Memory: 5356651360 bytes (5108 MiB) / 8707375104 bytes (8304 MiB) up to 10737418240 bytes (10240 MiB)
        CPUs: 5
        Processor Vendor: GenuineIntel
        Processor Name: Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz
        Identifier: Intel64 Family 6 Model 62 Stepping 4
        Microarchitecture: Ivy Bridge (Server)
        Frequency (GHz): 3.30
        Number of physical packages: 2
        Number of physical CPUs: 16
        Number of logical CPUs: 32
        Graphics card #0 name: unknown
        Graphics card #0 vendor: unknown
        Graphics card #0 VRAM (MB): 0.00
        Graphics card #0 deviceId: unknown
        Graphics card #0 versionInfo: unknown
        Virtual memory max (MB): 104784.98
        Virtual memory used (MB): 84760.67
        Swap memory total (MB): 8192.00
        Swap memory used (MB): 0.00
        JVM Flags: 2 total; -Xms128M -Xmx10240M
        Server Running: true
        Player Count: 0 / 20; []
        Data Packs: vanilla, mod:betterdungeons, mod:customcompost (incompatible), mod:awesomeflooring, mod:supermartijn642configlib (incompatible), mod:betterwitchhuts, mod:better_ore_generation, mod:deepslatecutting_forge (incompatible), mod:betteramethyst, mod:naturalist, mod:betteroceanmonuments, mod:incendium, mod:horseexpert (incompatible), mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:yungsapi, mod:juicy_ladders, mod:bookshelf (incompatible), mod:memorysweep, mod:simpleplanes (incompatible), mod:corail_spawners, mod:balm (incompatible), mod:biggerstacks (incompatible), mod:jeresources (incompatible), mod:betterfortresses, mod:cloth_config (incompatible), mod:sound_physics_remastered (incompatible), mod:pfm (incompatible), mod:twilightforest (incompatible), mod:supplementaries (incompatible), mod:upgradednetherite (incompatible), mod:castle_in_the_sky (incompatible), mod:mcwbridges, mod:farmersdelight (incompatible), mod:betterspawnercontrol, mod:botanytrees (incompatible), mod:explorify, mod:mcwfences, mod:fuelgoeshere, mod:supermartijn642corelib (incompatible), mod:deepslatedubble, mod:curios, mod:patchouli (incompatible), mod:collective, mod:yungsextras, mod:bettervillage, mod:betterstrongholds, mod:antighost (incompatible), mod:worldedit (incompatible), mod:constructionwand, mod:mcwroofs, mod:cfm (incompatible), mod:architectury (incompatible), mod:chunkloaders (incompatible), mod:framework (incompatible), mod:ante (incompatible), mod:pinesbarrels (incompatible), mod:infinitetrading, mod:fastleafdecay, mod:bettermineshafts, mod:veinmining, mod:geckolib3 (incompatible), mod:mcwlights, mod:salwayseat (incompatible), mod:fastload (incompatible), mod:betteranimalmodels (incompatible), mod:culturaldelights (incompatible), mod:treeharvester, mod:easymagic (incompatible), mod:jei (incompatible), mod:horsestonks (incompatible), mod:siegemachines, mod:visualworkbench (incompatible), mod:mooshroomtweaks, mod:callablehorses (incompatible), mod:libraryferret, mod:lighting_glow_squids, mod:waystones (incompatible), mod:sootychimneys (incompatible), mod:fastsuite (incompatible), mod:clumps (incompatible), mod:sereneseasons, mod:decorative_blocks (incompatible), mod:botanypots (incompatible), mod:moreleads (incompatible), mod:farmingforblockheads (incompatible), mod:lazydfu (incompatible), mod:friendlygriefing (incompatible), mod:starlight (incompatible), mod:beefix, mod:betterdeserttemples, mod:vfe, mod:forge, mod:more_slabs_stairs_and_walls, mod:tectonic, mod:dramaticdoors, mod:smoothchunk (incompatible), mod:moonlight (incompatible), mod:wildfire_gender, mod:bettersafebed (incompatible), mod:mendable_anvils (incompatible), mod:spectrelib (incompatible), mod:natural_decoration, mod:easy_villagers (incompatible), mod:farmersrespite (incompatible), mod:justenoughprofessions, mod:nullscape, mod:immersive_paintings (incompatible), mod:jecharacters (incompatible), mod:doubleslabs (incompatible), mod:backpacked (incompatible), mod:cgm (incompatible), mod:medieval_deco, mod:upgradedcore (incompatible), mod:tlc, mod:actuallyusefulstonecutter (incompatible), mod:appleskin, mod:ferritecore (incompatible), mod:solcarrot (incompatible), mod:puzzleslib (incompatible), mod:grindstonesharpertools, mod:cosmeticarmorreworked (incompatible), mod:responsiveshields (incompatible), mod:drinkbeer (incompatible), Supplementaries Generated Pack, builtin/tectonic
        World Generation: Stable
        Is Modded: Definitely; Server brand changed to 'forge'
        Type: Dedicated Server (map_server.txt)
        ModLauncher: 10.0.8+10.0.8+main.0ef7e830
        ModLauncher launch target: forgeserver
        ModLauncher naming: srg
        ModLauncher services: 
                mixin-0.8.5.jar mixin PLUGINSERVICE 
                eventbus-6.0.3.jar eventbus PLUGINSERVICE 
                fmlloader-1.19.2-43.2.4.jar slf4jfixer PLUGINSERVICE 
                fmlloader-1.19.2-43.2.4.jar object_holder_definalize PLUGINSERVICE 
                fmlloader-1.19.2-43.2.4.jar runtime_enum_extender PLUGINSERVICE 
                fmlloader-1.19.2-43.2.4.jar capability_token_subclass PLUGINSERVICE 
                accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
                fmlloader-1.19.2-43.2.4.jar runtimedistcleaner PLUGINSERVICE 
                modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
                modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
        FML Language Providers: 
                [email protected]
                lowcodefml@null
                [email protected]
                javafml@null
        Mod List: 
                YungsBetterDungeons-1.19.2-Forge-3.2.2.jar        |YUNG's Better Dungeons        |betterdungeons                |1.19.2-Forge-3.2.2  |DONE      |Manifest: NOSIGNATURE
                customcompost-1.0.0-1.19.jar                      |CustomCompost                 |customcompost                 |1.0.0-1.19          |DONE      |Manifest: NOSIGNATURE
                awesomeflooring-forge-1.19.2-2.5.0.jar            |Awesome flooring              |awesomeflooring               |2.5.0               |DONE      |Manifest: NOSIGNATURE
                supermartijn642configlib-1.1.6b-forge-mc1.19.jar  |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.6b              |DONE      |Manifest: NOSIGNATURE
                YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar       |YUNG's Better Witch Huts      |betterwitchhuts               |1.19.2-Forge-2.1.0  |DONE      |Manifest: NOSIGNATURE
                19-betteroregeneration_1.7.jar                    |Better Ore Generation         |better_ore_generation         |1.6                 |DONE      |Manifest: NOSIGNATURE
                deepslatecutting-forge-1.5.0.jar                  |DeepslateCutting              |deepslatecutting_forge        |1.5.0               |DONE      |Manifest: NOSIGNATURE
                1.19.2-betteramethyst-1.0.2.jar                   |Even Better Amethyst          |betteramethyst                |1.0.2               |DONE      |Manifest: NOSIGNATURE
                naturalist-forge-2.1.1-1.19.2.jar                 |Naturalist                    |naturalist                    |2.1.1               |DONE      |Manifest: NOSIGNATURE
                YungsBetterOceanMonuments-1.19.2-Forge-2.1.0.jar  |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.19.2-Forge-2.1.0  |DONE      |Manifest: NOSIGNATURE
                Incendium_v5.1.4_Hotfix.jar                       |Incendium                     |incendium                     |5.1.4               |DONE      |Manifest: NOSIGNATURE
                HorseExpert-v4.0.0-1.19.2-Forge.jar               |Horse Expert                  |horseexpert                   |4.0.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                cookingforblockheads-forge-1.19.2-13.3.0.jar      |CookingForBlockheads          |cookingforblockheads          |13.3.0              |DONE      |Manifest: NOSIGNATURE
                Placebo-1.19.2-7.1.2.jar                          |Placebo                       |placebo                       |7.1.2               |DONE      |Manifest: NOSIGNATURE
                YungsApi-1.19.2-Forge-3.8.6.jar                   |YUNG's API                    |yungsapi                      |1.19.2-Forge-3.8.6  |DONE      |Manifest: NOSIGNATURE
                Ladderz-1.19.2.jar                                |Juicy Ladders                 |juicy_ladders                 |1.0.0               |DONE      |Manifest: NOSIGNATURE
                Bookshelf-Forge-1.19.2-16.2.17.jar                |Bookshelf                     |bookshelf                     |16.2.17             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                MemorySweep-1.19.3-0.8.jar                        |MemorySweep                   |memorysweep                   |1.19.3-0.8          |DONE      |Manifest: NOSIGNATURE
                simpleplanes-1.19.2-5.2.1.jar                     |Simple Planes                 |simpleplanes                  |1.19.2-5.2.1        |DONE      |Manifest: NOSIGNATURE
                Corail-Spawners-1.19.2-030.jar                    |Corail Spawners               |corail_spawners               |1.19.2-030          |DONE      |Manifest: NOSIGNATURE
                balm-4.5.3.jar                                    |Balm                          |balm                          |4.5.3               |DONE      |Manifest: NOSIGNATURE
                biggerstacks-1.19.2-3.6.jar                       |Bigger Stacks                 |biggerstacks                  |1.19.2-3.6          |DONE      |Manifest: NOSIGNATURE
                JustEnoughResources-1.19.2-1.1.0.179.jar          |Just Enough Resources         |jeresources                   |1.1.0.179           |DONE      |Manifest: NOSIGNATURE
                YungsBetterNetherFortresses-1.19.2-Forge-1.0.2.jar|YUNG's Better Nether Fortresse|betterfortresses              |1.19.2-Forge-1.0.2  |DONE      |Manifest: NOSIGNATURE
                cloth-config-8.2.88-forge.jar                     |Cloth Config v8 API           |cloth_config                  |8.2.88              |DONE      |Manifest: NOSIGNATURE
                soundphysics-forge-1.19.2-1.0.18.jar              |Sound Physics Remastered      |sound_physics_remastered      |1.19.2-1.0.18       |DONE      |Manifest: NOSIGNATURE
                paladin-furniture-mod-1.1.1-forge-mc1.19.jar      |Paladin's Furniture           |pfm                           |1.1.1               |DONE      |Manifest: NOSIGNATURE
                twilightforest-1.19.2-4.2.1518-universal.jar      |The Twilight Forest           |twilightforest                |0.0NONE             |DONE      |Manifest: NOSIGNATURE
                supplementaries-1.19.2-2.2.50.jar                 |Supplementaries               |supplementaries               |1.19.2-2.2.50       |DONE      |Manifest: NOSIGNATURE
                upgradednetherite-1.19.2-5.1.0.5-release.jar      |Upgraded Netherite            |upgradednetherite             |1.19.2-5.1.0.5-relea|DONE      |Manifest: NOSIGNATURE
                castle_in_the_sky-1.19.2-0.5.2.jar                |Castle in the sky             |castle_in_the_sky             |1.19.2              |DONE      |Manifest: NOSIGNATURE
                mcw-bridges-2.0.6-mc1.19.2forge.jar               |Macaw's Bridges               |mcwbridges                    |2.0.6               |DONE      |Manifest: NOSIGNATURE
                FarmersDelight-1.19-1.2.0.jar                     |Farmer's Delight              |farmersdelight                |1.19-1.2.0          |DONE      |Manifest: NOSIGNATURE
                betterspawnercontrol-1.19.2-4.0.jar               |Better Spawner Control        |betterspawnercontrol          |4.0                 |DONE      |Manifest: NOSIGNATURE
                BotanyTrees-Forge-1.19.2-5.0.4.jar                |BotanyTrees                   |botanytrees                   |5.0.4               |DONE      |Manifest: NOSIGNATURE
                explorify-forge-1.19-1.3.0.jar                    |Explorify                     |explorify                     |1.19-1.3.0          |DONE      |Manifest: NOSIGNATURE
                mcw-fences-1.0.7-mc1.19.2forge.jar                |Macaw's Fences and Walls      |mcwfences                     |1.0.7               |DONE      |Manifest: NOSIGNATURE
                fuelgoeshere-1.19.2-0.1.0.0.jar                   |Fuel Goes Here                |fuelgoeshere                  |1.19.2-0.1.0.0      |DONE      |Manifest: NOSIGNATURE
                supermartijn642corelib-1.1.2-forge-mc1.19.jar     |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.2               |DONE      |Manifest: NOSIGNATURE
                deepslate_dubble004.jar                           |deepslate dubble              |deepslatedubble               |1.0.3               |DONE      |Manifest: NOSIGNATURE
                curios-forge-1.19.2-5.1.2.2.jar                   |Curios API                    |curios                        |1.19.2-5.1.2.2      |DONE      |Manifest: NOSIGNATURE
                Patchouli-1.19.2-77.jar                           |Patchouli                     |patchouli                     |1.19.2-77           |DONE      |Manifest: NOSIGNATURE
                collective-1.19.2-6.48.jar                        |Collective                    |collective                    |6.48                |DONE      |Manifest: NOSIGNATURE
                YungsExtras-1.19.2-Forge-3.1.0.jar                |YUNG's Extras                 |yungsextras                   |1.19.2-Forge-3.1.0  |DONE      |Manifest: NOSIGNATURE
                bettervillage-forge-1.19.2-2.0.0.jar              |Better village                |bettervillage                 |2.0.0               |DONE      |Manifest: NOSIGNATURE
                YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar     |YUNG's Better Strongholds     |betterstrongholds             |1.19.2-Forge-3.2.0  |DONE      |Manifest: NOSIGNATURE
                antighost-1.19.1-forge42.0.1-1.1.3.jar            |AntiGhost                     |antighost                     |1.19.1-forge42.0.1-1|DONE      |Manifest: NOSIGNATURE
                worldedit-mod-7.2.12.jar                          |WorldEdit                     |worldedit                     |7.2.12+6240-87f4ae1 |DONE      |Manifest: NOSIGNATURE
                constructionwand-1.19.2-2.9.jar                   |Construction Wand             |constructionwand              |1.19.2-2.9          |DONE      |Manifest: NOSIGNATURE
                mcw-roofs-2.1.2-mc1.19.jar                        |Macaw's Roofs                 |mcwroofs                      |2.1.2               |DONE      |Manifest: NOSIGNATURE
                cfm-7.0.0-pre34-1.19.jar                          |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre34         |DONE      |Manifest: NOSIGNATURE
                architectury-6.5.69-forge.jar                     |Architectury                  |architectury                  |6.5.69              |DONE      |Manifest: NOSIGNATURE
                chunkloaders-1.2.3-forge-mc1.19.jar               |Chunk Loaders                 |chunkloaders                  |1.2.3               |DONE      |Manifest: NOSIGNATURE
                framework-0.4.2-1.19.2.jar                        |Framework                     |framework                     |0.4.2               |DONE      |Manifest: NOSIGNATURE
                AnvilNeverTooExpensive-1.19-1.1.jar               |Anvil Never Too Expensive     |ante                          |1.1                 |DONE      |Manifest: NOSIGNATURE
                pinesbarrels-1.0.3-1.19.1.jar                     |Better Barrels                |pinesbarrels                  |1.0.3               |DONE      |Manifest: NOSIGNATURE
                infinitetrading-1.19.2-4.0.jar                    |Infinite Trading              |infinitetrading               |4.0                 |DONE      |Manifest: NOSIGNATURE
                FastLeafDecay-30.jar                              |FastLeafDecay                 |fastleafdecay                 |30                  |DONE      |Manifest: NOSIGNATURE
                YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar      |YUNG's Better Mineshafts      |bettermineshafts              |1.19.2-Forge-3.2.0  |DONE      |Manifest: NOSIGNATURE
                veinmining-forge-1.0.1+1.19.2.jar                 |Vein Mining                   |veinmining                    |1.0.1+1.19.2        |DONE      |Manifest: NOSIGNATURE
                geckolib-forge-1.19-3.1.39.jar                    |GeckoLib                      |geckolib3                     |3.1.39              |DONE      |Manifest: NOSIGNATURE
                mcw-lights-1.0.5-mc1.19.2forge.jar                |Macaw's Lights and Lamps      |mcwlights                     |1.0.5               |DONE      |Manifest: NOSIGNATURE
                AlwaysEat-5.2.jar                                 |AlwaysEat                     |salwayseat                    |5.2                 |DONE      |Manifest: NOSIGNATURE
                Fastload-Reforged-2.6.9+1.19.2.jar                |Fastload                      |fastload                      |2.6.9+1.19.2        |DONE      |Manifest: NOSIGNATURE
                betteranimalmodels-1.19-5.6.0-forge.jar           |Cyber's Better Animal Models  |betteranimalmodels            |1.19-5.6.0          |DONE      |Manifest: NOSIGNATURE
                culturaldelights-1.19.2-0.15.1.jar                |Cultural Delights             |culturaldelights              |0.0NONE             |DONE      |Manifest: NOSIGNATURE
                treeharvester-1.19.2-7.2.jar                      |Tree Harvester                |treeharvester                 |7.2                 |DONE      |Manifest: NOSIGNATURE
                EasyMagic-v4.3.2-1.19.2-Forge.jar                 |Easy Magic                    |easymagic                     |4.3.2               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                jei-1.19.2-forge-11.6.0.1010.jar                  |Just Enough Items             |jei                           |11.6.0.1010         |DONE      |Manifest: NOSIGNATURE
                horsestonks-forge-1.17+-1.0.1.jar                 |Horse Stonks                  |horsestonks                   |1.0.1               |DONE      |Manifest: NOSIGNATURE
                [1.19.2]-Medieval-Siege-Machines-v1.10.jar        |Medieval Siege Machines       |siegemachines                 |1.0                 |DONE      |Manifest: NOSIGNATURE
                VisualWorkbench-v4.2.2-1.19.2-Forge.jar           |Visual Workbench              |visualworkbench               |4.2.2               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                mooshroomtweaks-1.19.2-3.2.jar                    |Mooshroom Tweaks              |mooshroomtweaks               |3.2                 |DONE      |Manifest: NOSIGNATURE
                callablehorses-1.19.2-1.2.2.3.jar                 |Callable Horses               |callablehorses                |1.2.2.3             |DONE      |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
                libraryferret-forge-1.19.2-3.0.0.jar              |Library ferret                |libraryferret                 |3.0.0               |DONE      |Manifest: NOSIGNATURE
                Lighting+Glow+Squids+1.19.2.jar                   |Lighting Glow Squids          |lighting_glow_squids          |1.0.0               |DONE      |Manifest: NOSIGNATURE
                waystones-forge-1.19-11.1.0.jar                   |Waystones                     |waystones                     |11.1.0              |DONE      |Manifest: NOSIGNATURE
                sootychimneys-1.19.2-1.0.0l.jar                   |Sooty Chimneys                |sootychimneys                 |1.0.0l              |DONE      |Manifest: NOSIGNATURE
                FastSuite-1.19.2-4.0.0.jar                        |Fast Suite                    |fastsuite                     |4.0.0               |DONE      |Manifest: NOSIGNATURE
                Clumps-forge-1.19.2-9.0.0+14.jar                  |Clumps                        |clumps                        |9.0.0+14            |DONE      |Manifest: NOSIGNATURE
                SereneSeasons-1.19.2-8.1.0.24.jar                 |Serene Seasons                |sereneseasons                 |0.0NONE             |DONE      |Manifest: NOSIGNATURE
                Decorative+Blocks-forge-1.19.2-3.0.0.jar          |Decorative Blocks             |decorative_blocks             |3.0.0               |DONE      |Manifest: NOSIGNATURE
                BotanyPots-Forge-1.19.2-9.0.27.jar                |BotanyPots                    |botanypots                    |9.0.27              |DONE      |Manifest: NOSIGNATURE
                MoreLeads-forge-1.19.2-1.0.0.jar                  |MoreLeads                     |moreleads                     |1.19.2-1.0.0        |DONE      |Manifest: NOSIGNATURE
                farmingforblockheads-forge-1.19-11.1.0.jar        |Farming for Blockheads        |farmingforblockheads          |11.1.0              |DONE      |Manifest: NOSIGNATURE
                lazydfu-1.19-1.0.2.jar                            |LazyDFU                       |lazydfu                       |0.1.3               |DONE      |Manifest: NOSIGNATURE
                FriendlyGriefing-1.19-1.0.2.jar                   |Friendly Griefing             |friendlygriefing              |1.0.2               |DONE      |Manifest: NOSIGNATURE
                starlight-1.1.1+forge.cf5b10b.jar                 |Starlight                     |starlight                     |1.1.1+forge.a3aea74 |DONE      |Manifest: NOSIGNATURE
                BeeFix-1.19-1.0.7.jar                             |Bee Fix                       |beefix                        |1.0.7               |DONE      |Manifest: NOSIGNATURE
                YungsBetterDesertTemples-1.19.2-Forge-2.2.1.jar   |YUNG's Better Desert Temples  |betterdeserttemples           |1.19.2-Forge-2.2.1  |DONE      |Manifest: NOSIGNATURE
                vfe-1.19.2-2.0.0.jar                              |Villagers Follow Emeralds     |vfe                           |2.0.0               |DONE      |Manifest: NOSIGNATURE
                forge-1.19.2-43.2.4-universal.jar                 |Forge                         |forge                         |43.2.4              |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
                mssw-forge-2.3.0+1.19.2.jar                       |More Slabs, Stairs, and Walls |more_slabs_stairs_and_walls   |2.2.0               |DONE      |Manifest: NOSIGNATURE
                tectonic-mod-mc1.19.2-v1.1.8.jar                  |Tectonic                      |tectonic                      |1.1.8               |DONE      |Manifest: NOSIGNATURE
                server-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |DONE      |Manifest: NOSIGNATURE
                DramaticDoors-Forge-1.19.2-2.1.9.jar              |Dramatic Doors                |dramaticdoors                 |1.19.2-2.1.9        |DONE      |Manifest: NOSIGNATURE
                smoothchunk-1.19.1-2.0.jar                        |Smoothchunk mod               |smoothchunk                   |1.19.1-2.0          |DONE      |Manifest: NOSIGNATURE
                moonlight-1.19.2-2.2.7-forge.jar                  |Moonlight Library             |moonlight                     |1.19.2-2.2.7        |DONE      |Manifest: NOSIGNATURE
                Female-Gender-Mod-forge-1.19.1-3.0.1.jar          |Wildfire's Female Gender Mod  |wildfire_gender               |1.19-3.0.0          |DONE      |Manifest: NOSIGNATURE
                bettersafebed-forge-1.19-4.jar                    |Better Safe Bed               |bettersafebed                 |4                   |DONE      |Manifest: NOSIGNATURE
                MendableAnvils-forge-1.19-1.0.0.jar               |Mendable Anvils               |mendable_anvils               |1.0.0               |DONE      |Manifest: NOSIGNATURE
                spectrelib-forge-0.11.0+1.19.jar                  |SpectreLib                    |spectrelib                    |0.11.0+1.19         |DONE      |Manifest: NOSIGNATURE
                Natural+Decoration+1.1.0.jar                      |Natural Decoration            |natural_decoration            |1.0.0               |DONE      |Manifest: NOSIGNATURE
                easy_villagers-1.19.2-1.0.0.jar                   |Easy Villagers                |easy_villagers                |1.19.2-1.0.0        |DONE      |Manifest: NOSIGNATURE
                FarmersRespite-1.19-2.0.jar                       |Farmer's Respite              |farmersrespite                |1.19-2.0            |DONE      |Manifest: NOSIGNATURE
                JustEnoughProfessions-forge-1.19-2.0.1.jar        |Just Enough Professions (JEP) |justenoughprofessions         |2.0.1               |DONE      |Manifest: NOSIGNATURE
                Nullscape_v1.2a.jar                               |Nullscape                     |nullscape                     |0.0NONE             |DONE      |Manifest: NOSIGNATURE
                immersive_paintings-0.4.4+1.19.2-forge.jar        |Immersive Paintings           |immersive_paintings           |0.4.4+1.19.2        |DONE      |Manifest: NOSIGNATURE
                jecharacters-1.19.2-4.3.9.jar                     |Just Enough Characters        |jecharacters                  |1.19.2-4.3.9        |DONE      |Manifest: NOSIGNATURE
                DoubleSlabs-1.19-6.1.0.jar                        |Double Slabs                  |doubleslabs                   |6.1.0               |DONE      |Manifest: NOSIGNATURE
                backpacked-2.1.10-1.19.jar                        |Backpacked                    |backpacked                    |2.1.10              |DONE      |Manifest: NOSIGNATURE
                cgm-1.3.4-1.19.2.jar                              |MrCrayfish's Gun Mod          |cgm                           |1.3.4               |DONE      |Manifest: NOSIGNATURE
                Medieval+Decoration+Forge+v.1.0+1.19.jar          |PlayTics Deco                 |medieval_deco                 |1.0                 |DONE      |Manifest: NOSIGNATURE
                upgradedcore-1.19.2-4.1.0.0-release.jar           |Upgraded Core                 |upgradedcore                  |1.19.2-4.1.0.0-relea|DONE      |Manifest: NOSIGNATURE
                tlc_forge-1.0.2-R-1.19.2.jar                      |The Lost Castle               |tlc                           |1.0.2               |DONE      |Manifest: NOSIGNATURE
                Actually+Useful+Stonecutter-4.0.2+mc+1.19.2.jar   |Actually Useful Stonecutter   |actuallyusefulstonecutter     |4.0.2 mc 1.19.2     |DONE      |Manifest: NOSIGNATURE
                appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |DONE      |Manifest: NOSIGNATURE
                ferritecore-5.0.3-forge.jar                       |Ferrite Core                  |ferritecore                   |5.0.3               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
                SoL-Carrot-1.19.2-1.14.0.jar                      |Spice of Life: Carrot Edition |solcarrot                     |1.19.2-1.14.0       |DONE      |Manifest: NOSIGNATURE
                PuzzlesLib-v4.3.12-1.19.2-Forge.jar               |Puzzles Lib                   |puzzleslib                    |4.3.12              |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                grindstonesharpertools-1.19.2-3.1.jar             |Grindstone Sharper Tools      |grindstonesharpertools        |3.1                 |DONE      |Manifest: NOSIGNATURE
                CosmeticArmorReworked-1.19.2-v1a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.19.2-v1a          |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
                responsiveshields-2.1-mc1.17-18-19.x.jar          |Responsive Shields            |responsiveshields             |2.1                 |DONE      |Manifest: NOSIGNATURE
                drinkbeer-refill-1.19.2-1.0.1.jar                 |Drink Beer Refill             |drinkbeer                     |1.0.1               |DONE      |Manifest: NOSIGNATURE
        Crash Report UUID: 5bf397f0-8b34-405f-8002-2813180d2761
        FML: 43.2
        Forge: net.minecraftforge:43.2.4
[23:11:35] [Server Watchdog/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 1245cb23-0c01-458d-81b8-48f391b939ea
[23:11:35] [Server Watchdog/ERROR] [minecraft/ServerWatchdog]: This crash report has been saved to: /home/container/./crash-reports/crash-2023-03-02_23.11.35-server.txt
[23:11:38] [Server thread/INFO] [patchouli/]: Sending reload packet to clients
[23:11:38] [Config file watcher thread/INFO] [po.co.ConfigLib/]: Watcher has shut down
[23:11:38] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
[23:11:38] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players
[23:11:38] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
[23:11:44] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[Kiyo's World]'/minecraft:overworld
[23:11:44] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[Kiyo's World]'/minecraft:the_nether
[23:11:44] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[Kiyo's World]'/twilightforest:twilight_forest
[23:11:44] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[Kiyo's World]'/minecraft:the_end
[23:11:44] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (Kiyo's World): All chunks are saved
[23:11:44] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[23:11:44] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (twilight_forest): All chunks are saved
[23:11:44] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[23:11:44] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved
[23:11:45] [Server thread/INFO] [minecraft/GenericThread]: Thread Query Listener stopped
commented

For anyone else who comes across this issue; run either a dev build from here (https://builds.enginehub.org/job/worldedit) or a release version later than 7.2.19 if it exists yet (eg, 7.2.20).

These versions will output information around what mod and block is the culprit

commented

This is a consequence of having too many modded blocks. Just increase the max-tick-time in your server properties.