Forge Server Log

#w7AtsHQ
1 error
50 lines
Raw
1[04Mar2025 00:02:56.257] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping the server
2[04Mar2025 00:02:56.316] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
3[04Mar2025 00:02:56.317] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
4[04Mar2025 00:02:56.317] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
5[04Mar2025 00:02:56.508] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
6[04Mar2025 00:02:58.126] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/twilightforest:twilight_forest
7[04Mar2025 00:02:58.127] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/blue_skies:everdawn
8[04Mar2025 00:02:58.127] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/the_bumblezone:the_bumblezone
9[04Mar2025 00:02:58.128] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/dragon_ball:planet_namek
10[04Mar2025 00:02:58.128] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
11[04Mar2025 00:02:58.129] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/blue_skies:everbright
12[04Mar2025 00:02:58.129] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/aether:the_aether
13[04Mar2025 00:02:58.129] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
14[04Mar2025 00:02:58.262] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
15[04Mar2025 00:02:58.262] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (twilight_forest): All chunks are saved
16[04Mar2025 00:02:58.262] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (everdawn): All chunks are saved
17[04Mar2025 00:02:58.262] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (the_bumblezone): All chunks are saved
18[04Mar2025 00:02:58.262] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (planet_namek): All chunks are saved
19[04Mar2025 00:02:58.262] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
20[04Mar2025 00:02:58.262] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (everbright): All chunks are saved
21[04Mar2025 00:02:58.262] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (the_aether): All chunks are saved
22[04Mar2025 00:02:58.263] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
23[04Mar2025 00:02:58.263] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
24[04Mar2025 00:02:58.334] [Server thread/INFO] [Framework/]: Unloading server configs...
25[04Mar2025 00:02:58.336] [Server thread/INFO] [Framework/]: Sending config unload event for refurbished_furniture.server.toml
26[04Mar2025 00:02:58.337] [Server thread/INFO] [Framework/]: Finished unloading server configs
27[04Mar2025 00:02:58.339] [Server thread/ERROR] [net.minecraft.util.thread.ProcessorMailbox/]: Cound not schedule mailbox
28java.util.concurrent.RejectedExecutionException: Task IOWorker-entities 2 false rejected from java.util.concurrent.ThreadPoolExecutor@61db6700[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 116574]
29 at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) ~[?:?]
30 at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) ~[?:?]
31 at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365) ~[?:?]
32 at net.minecraft.util.thread.ProcessorMailbox.m_18760_(ProcessorMailbox.java:135) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
33 at net.minecraft.util.thread.ProcessorMailbox.m_6937_(ProcessorMailbox.java:124) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
34 at net.minecraft.util.thread.ProcessorHandle.m_18722_(ProcessorHandle.java:31) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
35 at net.minecraft.world.level.chunk.storage.IOWorker.m_63545_(IOWorker.java:234) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
36 at net.minecraft.world.level.chunk.storage.IOWorker.m_182498_(IOWorker.java:197) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
37 at net.minecraft.world.level.chunk.storage.EntityStorage.m_182219_(EntityStorage.java:113) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
38 at net.minecraft.world.level.entity.PersistentEntitySectionManager.m_157561_(PersistentEntitySectionManager.java:311) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
39 at net.minecraft.world.level.entity.PersistentEntitySectionManager.close(PersistentEntitySectionManager.java:315) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
40 at net.minecraft.server.level.ServerLevel.close(ServerLevel.java:1449) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
41 at net.mehvahdjukaar.moonlight.core.misc.FakeLevelManager.invalidateAll(FakeLevelManager.java:30) ~[moonlight-1.20-2.13.61-forge.jar%23333!/:?]
42 at net.mehvahdjukaar.moonlight.forge.MoonlightForge.beforeServerStart(MoonlightForge.java:97) ~[moonlight-1.20-2.13.61-forge.jar%23333!/:?]
43 at net.mehvahdjukaar.moonlight.forge.__MoonlightForge_beforeServerStart_ServerStoppedEvent.invoke(.dynamic) ~[moonlight-1.20-2.13.61-forge.jar%23333!/:?]
44 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?]
45 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?]
46 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?]
47 at net.minecraftforge.server.ServerLifecycleHooks.handleServerStopped(ServerLifecycleHooks.java:133) ~[forge-1.20.1-47.3.0-universal.jar%23390!/:?]
48 at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:697) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
49 at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23385!/:?]
50 at java.lang.Thread.run(Thread.java:840) ~[?:?]
This log will be saved for 90 days from their last view.
Report abuse