You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
I installed a fresh Minecraft 1.15 Server Valhelsia_SERVER - 2.2.6
and added a Dynmap v3.0.1 for Forge 1.15.2
When the server starts it says after spawn preparing Error reading dynmap/markers.yml
followed one minute later with a ServerHangWatchdog detected that a single server tick took 60.00 seconds > server shutdown
The crash report says following
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 8/5/20 11:35 AM
Description: Watching Server
java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
at java.util.Arrays.copyOf(Arrays.java:3181) ~[?:1.8.0_252] {}
at org.dynmap.forge_1_15_2.DynmapPlugin.initializeBlockStates(DynmapPlugin.java:231) ~[?:?] {re:classloading}
at org.dynmap.forge_1_15_2.DynmapPlugin.onStart(DynmapPlugin.java:1517) ~[?:?] {re:classloading}
at org.dynmap.forge_1_15_2.DynmapPlugin.serverStarted(DynmapPlugin.java:1946) ~[?:?] {re:classloading}
at org.dynmap.forge_1_15_2.DynmapMod.onServerStarted(DynmapMod.java:118) ~[?:?] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_648_DynmapMod_onServerStarted_FMLServerStartedEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:100) ~[?:?] {re:classloading}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server Watchdog
Stacktrace:
at java.util.Arrays.copyOf(Arrays.java:3181)
at org.dynmap.forge_1_15_2.DynmapPlugin.initializeBlockStates(DynmapPlugin.java:231)
at org.dynmap.forge_1_15_2.DynmapPlugin.onStart(DynmapPlugin.java:1517)
at org.dynmap.forge_1_15_2.DynmapPlugin.serverStarted(DynmapPlugin.java:1946)
at org.dynmap.forge_1_15_2.DynmapMod.onServerStarted(DynmapMod.java:118)
at net.minecraftforge.eventbus.ASMEventHandler_648_DynmapMod_onServerStarted_FMLServerStartedEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:100)
-- Thread Dump --
Details:
Threads: "process reaper" Id=136 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"process reaper" Id=135 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"process reaper" Id=134 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@27f12c69
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"Server Watchdog" Id=132 RUNNABLE
at sun.management.ThreadImpl.dumpThreads0(Native Method)
at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:37)
at java.lang.Thread.run(Thread.java:748)
"poi IO worker" Id=125 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"chunk IO worker" Id=124 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"poi IO worker" Id=123 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"chunk IO worker" Id=122 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"poi IO worker" Id=121 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"chunk IO worker" Id=119 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"poi IO worker" Id=118 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"chunk IO worker" Id=117 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"poi IO worker" Id=110 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"chunk IO worker" Id=109 WAITING on java.lang.String@2936c6e7
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@2936c6e7
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
at net.minecraft.world.chunk.storage.IOWorker$$Lambda$17835/961255748.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
"Thread-18" Id=93 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #0" Id=90 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at java.lang.Thread.run(Thread.java:748)
"ObjectCleanerThread" Id=89 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@2d094719
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@2d094719
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
"Thread-13" Id=56 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-12" Id=55 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-11" Id=54 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-10" Id=53 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-9" Id=52 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-8" Id=51 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-7" Id=50 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-6" Id=49 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Server console handler" Id=33 RUNNABLE
at java.io.FileInputStream.read0(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:207)
at org.jline.terminal.impl.AbstractPty$PtyInputStream.read(AbstractPty.java:73)
at org.jline.utils.NonBlockingInputStream.read(NonBlockingInputStream.java:62)
at org.jline.utils.NonBlocking$NonBlockingInputStreamReader.read(NonBlocking.java:168)
at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:57)
at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:133)
at org.jline.keymap.BindingReader.readBinding(BindingReader.java:110)
...
"DestroyJavaVM" Id=32 RUNNABLE
"Server thread" Id=29 RUNNABLE
at java.util.Arrays.copyOf(Arrays.java:3181)
at org.dynmap.forge_1_15_2.DynmapPlugin.initializeBlockStates(DynmapPlugin.java:231)
at org.dynmap.forge_1_15_2.DynmapPlugin.onStart(DynmapPlugin.java:1517)
at org.dynmap.forge_1_15_2.DynmapPlugin.serverStarted(DynmapPlugin.java:1946)
at org.dynmap.forge_1_15_2.DynmapMod.onServerStarted(DynmapMod.java:118)
at net.minecraftforge.eventbus.ASMEventHandler_648_DynmapMod_onServerStarted_FMLServerStartedEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
...
"Server Infinisleeper" Id=30 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:88)
"Snooper Timer" Id=28 WAITING on java.util.TaskQueue@680bccdc
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@680bccdc
at java.lang.Object.wait(Object.java:502)
at java.util.TimerThread.mainLoop(Timer.java:526)
at java.util.TimerThread.run(Timer.java:505)
"Thread-2" Id=19 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-1" Id=18 TIMED_WAITING
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)
at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)
"Signal Dispatcher" Id=5 RUNNABLE
"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@46b737d0
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@46b737d0
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@5929c01f
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.Reference$Lock@5929c01f
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
Stacktrace:
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:52)
at java.lang.Thread.run(Thread.java:748)
-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Linux (amd64) version 3.10.0-1127.13.1.el7.x86_64
Java Version: 1.8.0_252, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2589853688 bytes (2469 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
CPUs: 8
JVM Flags: 11 total; -Xms8G -Xmx8G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch
ModLauncher: 5.1.2+70+master.2845bb9
ModLauncher launch target: fmlserver
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.33.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.33.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.33.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.33.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.33.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.33
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] DONE}
aiotbotania-1.15.2-1.2.3.jar AIOT Botania {[email protected] DONE}
scenic-1.15.2-1.0.2.jar Scenic {[email protected] DONE}
refinedpipes-0.4.2.jar Refined Pipes {[email protected] DONE}
mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] DONE}
SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {[email protected]+59 DONE}
Neat 1.6-22.jar Neat {[email protected] DONE}
essentials-1.15.2-2.7.3.jar Essentials {[email protected] DONE}
TerraForged-1.15.2-0.0.15.jar TerraForged {[email protected] DONE}
BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {[email protected] DONE}
XaerosWorldMap_1.7.4_Forge_1.15.2.jar Xaero's World Map {[email protected] DONE}
CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
Placebo-1.15.2-3.1.0.jar Placebo {[email protected] DONE}
Powah-1.15.2-1.1.14.jar Powah {[email protected] DONE}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] DONE}
u_team_core-1.15.2-3.0.1.164.jar U Team Core {[email protected] DONE}
randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] DONE}
DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {[email protected] DONE}
Apotheosis-1.15.2-3.2.4.jar Apotheosis {[email protected] DONE}
ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] DONE}
mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] DONE}
MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] DONE}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] DONE}
mysticallib-1.15.2-2.0.1.jar Mystical Lib {[email protected] DONE}
absentbydesign-1.15.2-1.1.0.jar Absent By Design Mod {[email protected] DONE}
refinedstorage-1.8.8.jar Refined Storage {[email protected] DONE}
structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] DONE}
PackMenu-1.15.2-1.2.7.jar Pack Menu {[email protected] DONE}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
lightestlamp-3.4.3.jar Lightest Lamps {[email protected] DONE}
industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] DONE}
useful_backpacks-1.15.2-1.10.1.70.jar Useful Backpacks {[email protected] DONE}
torchmaster-2.2.1.jar Torchmaster {[email protected] DONE}
BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] DONE}
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 DONE}
MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] DONE}
valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] DONE}
Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] DONE}
toughnessbar-5.0.jar Toughness Bar {[email protected] DONE}
SilentGear-1.15.2-1.11.0+147.jar Silent Gear {[email protected]+147 DONE}
simplefarming-1.15.2-1.3.0.jar Simple Farming {[email protected] DONE}
fairylights-3.0.7-1.15.2.jar Fairy Lights {[email protected] DONE}
SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {[email protected] DONE}
curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] DONE}
Botania-r1.15-387.jar Botania {[email protected] DONE}
Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] DONE}
extlights-2.1.jar Extended Lights {[email protected] DONE}
config-2-3.0.jar Cloth Config v2 API {[email protected] DONE}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] DONE}
elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] DONE}
MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] DONE}
mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] DONE}
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE}
curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE}
cc-tweaked-1.15.2-1.90.2.jar CC: Tweaked {[email protected] DONE}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] DONE}
mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] DONE}
cherishedworlds-FORGE-1.15.2-3.0.0.1.jar Cherished Worlds {[email protected] DONE}
BetterBurning-1.15.2-1.3.4.jar BetterBurning {[email protected] DONE}
incubation-1.0.4-1.15.2.jar Incubation {[email protected] DONE}
FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
CodeChickenLib-1.15.2-3.3.1.379-universal.jar CodeChicken Lib {[email protected] DONE}
ServerTabInfo-1.15.2-1.2.7.jar Server Tab Info {[email protected] DONE}
BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {[email protected] DONE}
leavesdecayonotherleaves-1.1.jar Leaves Decay on other Leaves {[email protected] DONE}
BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {[email protected] DONE}
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE}
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] DONE}
torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] DONE}
EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {[email protected]+14 DONE}
mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] DONE}
OldJavaWarning-1.15.2-3.0.2.jar OldJavaWarning {[email protected] DONE}
PersistentBits-1.15.2-2.0.3.jar Persistent Bits {[email protected] DONE}
jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] DONE}
JEIEnchantmentInfo-1.16.1-1.1.0.jar JEI Enchantment Info {[email protected] DONE}
Druidcraft-1.15-0.4.21.jar Druidcraft {[email protected] DONE}
AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] DONE}
the-conjurer-1.15.2-1.0.6.jar The Conjurer {[email protected] DONE}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] DONE}
Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] DONE}
caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] DONE}
Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
WAWLA-1.15.2-3.0.4.jar WAWLA {[email protected] DONE}
create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d DONE}
Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
Clumps-5.0.2.4.jar Clumps {[email protected] DONE}
light-overlay-4.7.0.jar Light Overlay Forge {lightoverlay-forge@NONE DONE}
comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] DONE}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
FruitTrees-1.15.2-1.5.2.jar Fruit Trees {[email protected] DONE}
Kiwi-1.15.2-2.7.2.jar Kiwi {[email protected] DONE}
SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {[email protected] DONE}
decorative_blocks-6d.jar Decorative Blocks {[email protected] DONE}
BotanyPots-1.15.2-2.0.27.jar BotanyPots {[email protected] DONE}
curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] DONE}
snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {[email protected] DONE}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] DONE}
mcjtylib-1.15-4.1.3-beta.jar McJtyLib {[email protected] DONE}
rftoolsbase-1.15-1.1.3-beta.jar RFToolsBase {[email protected] DONE}
xnet-1.15-2.1.7-beta.jar XNet {[email protected] DONE}
rftoolsstorage-1.15-1.1.6-beta.jar RFToolsStorage {[email protected] DONE}
rftoolscontrol-1.15-3.0.4-beta.jar RFToolsControl {[email protected] DONE}
mapperbase-1.15.2-1.1.1.0.jar Mapper Base {[email protected] DONE}
embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {[email protected] DONE}
trash-1.15.2-0.2.0.jar Trash {[email protected] DONE}
ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] DONE}
JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {[email protected] DONE}
mininggadgets-1.3.5.jar Mining Gadgets {[email protected] DONE}
EnderStorage-1.15.2-2.5.0.149-universal.jar EnderStorage {[email protected] DONE}
CraftTweaker-1.15.2-6.0.0.37.jar CraftTweaker {[email protected] DONE}
rftoolspower-1.15-2.2.0-beta.jar RFToolsPower {[email protected] DONE}
mysticalworld-1.15.2-2.0.5.jar Mystical World {[email protected] DONE}
extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] DONE}
Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
forge-1.15.2-31.2.33-universal.jar Forge {[email protected] DONE}
Atum-1.15.2-2.1.4.jar Atum 2 {[email protected] DONE}
Waddles-1.15.2-0.8.6.jar Waddles {[email protected] DONE}
WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {[email protected] DONE}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {[email protected] DONE}
forge-1.15.2-31.2.33-server.jar Minecraft {[email protected] DONE}
cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] DONE}
ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] DONE}
The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
rftoolsutility-1.15-2.1.5-beta.jar RFToolsUtility {[email protected] DONE}
Dynmap-3.0.1-forge-1.15.2.jar Dynmap {[email protected] DONE}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE}
ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] DONE}
titanium-1.15.2-2.4.2.jar Titanium {[email protected] DONE}
Psi r1.2-82.jar Psi {[email protected] DONE}
ImmersiveEngineering-0.15-108.jar Immersive Engineering {[email protected] DONE}
SilentLib-1.15.2-4.6.6+59.jar Silent Lib {[email protected]+59 DONE}
forbidden_arcanus-1.15.2-1.4.jar Forbidden & Arcanus {[email protected] DONE}
archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] DONE}
Atmospheric-1.15.2-1.4.1.jar Atmospheric {[email protected] DONE}
rftoolsbuilder-1.15-2.1.5-beta.jar RFToolsBuilder {[email protected] DONE}
paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] DONE}
jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] DONE}
Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] DONE}
Xaeros_Minimap_20.17.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] DONE}
JAOPCA-1.15.2-3.2.0.14.jar JAOPCA {[email protected] DONE}
ftb-backups-2.1.0.1.jar FTB Utilities: Backups {[email protected] DONE}
serverconfigupdater-1.1.jar ServerConfig Updater {[email protected] DONE}
FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] DONE}
autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] DONE}
polymorph-FORGE-1.15.2-0.9.jar Polymorph {[email protected] DONE}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
AkashicTome-1.3-13.jar Akashic Tome {[email protected] DONE}
Quark-r2.1-245.jar Quark {[email protected] DONE}
Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 DONE}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE}
FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {[email protected] DONE}
DoubleSlabs-1.15-2.9.0.jar Double Slabs {[email protected] DONE}
themidnight-0.5.9.jar The Midnight {[email protected] DONE}
InventoryHud_1.15.2.forge-3.0.1.jar Inventory HUD+(Forge edition) {[email protected] DONE}
structurize-0.13.31-RELEASE.jar Structurize {[email protected] DONE}
minecolonies-0.13.78-ALPHA-universal.jar Minecolonies {[email protected] DONE}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE}
AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] DONE}
engineersdecor-1.15.2-1.1.1-b1.jar Engineer's Decor {[email protected] DONE}
Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] DONE}
refinedstorageaddons-0.6.3.jar Refined Storage Addons {[email protected] DONE}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] DONE}
overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] DONE}
OpenLoader-1.15.2-4.0.5.jar OpenLoader {[email protected] DONE}
DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] DONE}
Kiwi Modules:
fruittrees:cherry
fruittrees:fruittrees
fruittrees:hybridization
kiwi:contributors
kiwi:data
[Psi] Active spell: None
Player Count: 0 / 66; []
Data Packs: vanilla, inmemory:jaopca (incompatible), mod:netherportalfix (incompatible), mod:aiotbotania, mod:scenic, mod:refinedpipes, mod:mcwwindows, mod:silents_mechanisms (incompatible), mod:neat (incompatible), mod:essentials (incompatible), mod:terraforged, mod:bettertitlescreen, mod:xaeroworldmap, mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:powah (incompatible), mod:bookshelf (incompatible), mod:uteamcore, mod:randompatches (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:progressivebosses, mod:mcwdoors, mod:mekanismgenerators, mod:waila (incompatible), mod:jeresources (incompatible), mod:mysticallib, mod:absentbydesign (incompatible), mod:refinedstorage (incompatible), mod:structure_gel, mod:packmenu (incompatible), mod:mcwbridges, mod:lightestlamp, mod:industrialforegoing (incompatible), mod:usefulbackpacks, mod:torchmaster (incompatible), mod:biomesoplenty, mod:phosphor, mod:mekanismadditions, mod:valhelsia_structures (incompatible), mod:lollipop (incompatible), mod:toughnessbar (incompatible), mod:silentgear (incompatible), mod:simplefarming, mod:fairylights, mod:solarflux (incompatible), mod:curios (incompatible), mod:botania (incompatible), mod:patchouli (incompatible), mod:extlights, mod:cloth-config2 (incompatible), mod:libnonymous (incompatible), mod:elevatorid, mod:mekanismtools, mod:mcwroofs, mod:cfm (incompatible), mod:curiouselytra (incompatible), mod:computercraft (incompatible), mod:aiimprovements (incompatible), mod:mcwfurnitures, mod:cherishedworlds (incompatible), mod:betterburning (incompatible), mod:incubation, mod:fastleafdecay, mod:codechickenlib (incompatible), mod:servertabinfo (incompatible), mod:bettermineshafts (incompatible), mod:leavesdecayonotherleaves, mod:betteradvancements (incompatible), mod:quarkoddities, mod:inventorysorter (incompatible), mod:trashslot (incompatible), mod:torchslabmod, mod:equipmenttooltips (incompatible), mod:mining_helmet (incompatible), mod:oldjavawarning (incompatible), mod:persistentbits (incompatible), mod:jei (incompatible), mod:jeienchantmentinfo, mod:druidcraft, mod:attributefix (incompatible), mod:conjurer_illager, mod:abnormals_core, mod:buzzierbees, mod:mekanism, mod:caelus (incompatible), mod:upgrade_aquatic (incompatible), mod:wawla (incompatible), mod:create, mod:waystones (incompatible), mod:clumps (incompatible), mod:lightoverlay-forge (incompatible), mod:comforts (incompatible), mod:naturescompass (incompatible), mod:fruittrees, mod:kiwi, mod:storagenetwork (incompatible), mod:decorative_blocks, mod:botanypots (incompatible), mod:curioofundying (incompatible), mod:snowundertrees (incompatible), mod:bonsaitrees2, mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolscontrol (incompatible), mod:mapperbase, mod:embellishcraft (incompatible), mod:trash, mod:toastcontrol (incompatible), mod:jeitweaker, mod:mininggadgets (incompatible), mod:enderstorage (incompatible), mod:crafttweaker (incompatible), mod:rftoolspower (incompatible), mod:mysticalworld (incompatible), mod:extradisks, mod:swampexpansion (incompatible), mod:forge (incompatible), mod:atum (incompatible), mod:waddles (incompatible), mod:wailaharvestability (incompatible), mod:ironchest, mod:craftingtweaks (incompatible), mod:cofh_core (incompatible), mod:ensorcellation (incompatible), mod:endergetic (incompatible), mod:rftoolsutility (incompatible), mod:dynmap (incompatible), mod:swingthroughgrass (incompatible), mod:mousetweaks (incompatible), mod:toolbelt (incompatible), mod:titanium (incompatible), mod:psi (incompatible), mod:immersiveengineering (incompatible), mod:silentlib (incompatible), mod:forbidden_arcanus, mod:archers_paradox (incompatible), mod:atmospheric, mod:rftoolsbuilder (incompatible), mod:paintings (incompatible), mod:jeiintegration (incompatible), mod:savageandravage, mod:xaerominimap, mod:jaopca (incompatible), mod:ftbbackups (incompatible), mod:serverconfigupdater, mod:fastbench (incompatible), mod:autumnity, mod:polymorph, mod:autoreglib (incompatible), mod:akashictome (incompatible), mod:quark, mod:enhanced_mushrooms, mod:storagedrawers (incompatible), mod:fluxnetworks, mod:doubleslabs, mod:midnight, mod:inventoryhud, mod:structurize (incompatible), mod:minecolonies (incompatible), mod:fastfurnace (incompatible), mod:appleskin (incompatible), mod:engineersdecor, mod:aquaculture, mod:refinedstorageaddons (incompatible), mod:cosmeticarmorreworked (incompatible), mod:overloadedarmorbar (incompatible), mod:openloader (incompatible), mod:defaultoptions (incompatible), openloader/Valhelsia-Recipes, openloader/Valhelsia-SilentGear
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed a fresh
Minecraft 1.15 Server Valhelsia_SERVER - 2.2.6
and added a
Dynmap v3.0.1 for Forge 1.15.2
When the server starts it says after spawn preparing
Error reading dynmap/markers.yml
followed one minute later with a
ServerHangWatchdog detected that a single server tick took 60.00 seconds
> server shutdownThe crash report says following
The text was updated successfully, but these errors were encountered: