Skip to content

Instantly share code, notes, and snippets.

@fcpwiz
Created July 22, 2018 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fcpwiz/31645acd80c5723ecb80419a3e09c0b8 to your computer and use it in GitHub Desktop.
Save fcpwiz/31645acd80c5723ecb80419a3e09c0b8 to your computer and use it in GitHub Desktop.
> stop
> [18:30:19] [Server thread/INFO] [nucleus]: Server ran the command: /stop
> [18:30:19] [Server thread/INFO] [luckperms]: Closing storage...
> [18:30:19] [Server thread/INFO] [luckperms]: Shutting down internal scheduler...
> [18:30:19] [Server thread/INFO] [luckperms]: Goodbye!
> [18:30:19] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: RankUpper: [RankUpper disabled.]
> [18:30:19] [Server thread/INFO] [Mekanism]: VoiceServer: Shutting down server...
> [18:30:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
> [18:30:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
> [18:30:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
> [18:30:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/overworld
> [18:30:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM-1'/the_nether
> [18:30:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM1'/the_end
> [18:30:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM-343800852'/Spectre
> [18:30:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM-11325'/Deep Dark
> [18:30:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM-9999'/ExtraUtils2_Quarry_Dim
> [18:30:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'DIM2'/Storage Cell
> [18:30:20] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 0
> [18:30:20] [Server thread/INFO] [Sponge]: Unloading world [world] (DIM0)
(Daemon) Server marked as OFF
> [18:30:21] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -1
> [18:30:21] [Server thread/INFO] [Sponge]: Unloading world [DIM-1] (DIM-1)
> [18:30:21] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 1
> [18:30:21] [Server thread/INFO] [Sponge]: Unloading world [DIM1] (DIM1)
> [18:30:21] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -343800852
> [18:30:21] [Server thread/INFO] [Sponge]: Unloading world [DIM-343800852] (DIM-343800852)
> [18:30:21] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -11325
> [18:30:21] [Server thread/INFO] [Sponge]: Unloading world [DIM-11325] (DIM-11325)
> [18:30:21] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -9999
> [18:30:21] [Server thread/INFO] [Sponge]: Unloading world [DIM-9999] (DIM-9999)
> [18:30:21] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 2
> [18:30:21] [Server thread/INFO] [Sponge]: Unloading world [DIM2] (DIM2)
> [18:30:21] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Shutdown initiated...
> [18:30:21] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Shutdown completed.
> [18:30:21] [Server thread/INFO] [nucleus]: Nucleus is performing server shutdown tasks.
> [18:30:21] [Server thread/INFO] [mcjty.lib.varia.Logging]: Cleaning up all world data: 3 data blobs
> [18:30:21] [MagiBridge Topic Updater/ERROR] [magibridge]: The topic updater was interrupted!
> [18:30:21] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
> [18:30:21] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
> [18:30:21] [Thread-266/WARN] [THAUMCRAFT]: No auras found!
> [18:30:21] [Thread-266/INFO] [THAUMCRAFT]: Stopping aura thread for dim -343800852
> [18:30:21] [Thread-263/WARN] [THAUMCRAFT]: No auras found!
> [18:30:21] [Thread-263/INFO] [THAUMCRAFT]: Stopping aura thread for dim -9999
> [18:30:21] [Thread-261/WARN] [THAUMCRAFT]: No auras found!
> [18:30:21] [Thread-261/INFO] [THAUMCRAFT]: Stopping aura thread for dim -1
> [18:30:21] [Thread-262/WARN] [THAUMCRAFT]: No auras found!
> [18:30:21] [Thread-262/INFO] [THAUMCRAFT]: Stopping aura thread for dim 1
> [18:30:21] [Server Shutdown Thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Phanta lost connection: Server closed
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.PlayerEvent$PlayerLoggedOutEvent@11e1eff7:
java.lang.RuntimeException: Attempt made to initialize overworld!
at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:743) ~[DimensionManager.class:?]
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:4655) ~[MinecraftServer.class:?]
at net.quetzi.morpheus.helpers.MorpheusEventHandler.loggedOutEvent(MorpheusEventHandler.java:38) ~[MorpheusEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1103_MorpheusEventHandler_loggedOutEvent_PlayerLoggedOutEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:649) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostPlayerLoggedOutEvent(SpongeToForgeEventFactory.java:848) [SpongeToForgeEventFactory.class:1.12.2-2705-7.1.0-BETA-3320]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:276) [SpongeToForgeEventFactory.class:1.12.2-2705-7.1.0-BETA-3320]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:337) [SpongeModEventManager.class:1.12.2-2705-7.1.0-BETA-3320]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:428) [SpongeModEventManager.class:1.12.2-2705-7.1.0-BETA-3320]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:403) [SpongeModEventManager.class:1.12.2-2705-7.1.0-BETA-3320]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:446) [SpongeEventManager.class:1.12.2-2705-7.1.0-BETA-3320]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:225) [SpongeImpl.class:1.12.2-2705-7.1.0-BETA-3320]
at net.minecraft.network.NetHandlerPlayServer.redirect$onDisconnectHandler$zim000(NetHandlerPlayServer.java:2400) [pa.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:847) [pa.class:?]
at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:453) [gw.class:?]
at net.minecraft.network.NetHandlerPlayServer$2.run(NetHandlerPlayServer.java:291) [pa$2.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_151]
at net.minecraft.server.MinecraftServer.redirect$onCall$zjh000(MinecraftServer.java:3976) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_175586_a(MinecraftServer.java:1383) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_152344_a(MinecraftServer.java:1395) [MinecraftServer.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_194028_b(NetHandlerPlayServer.java:287) [pa.class:?]
at net.minecraft.server.management.PlayerList.func_72392_r(PlayerList.java:1083) [pl.class:?]
at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:4689) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$4.run(MinecraftServer.java:1579) [MinecraftServer$4.class:?]
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: Index: 13 Listeners:
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 0: HIGH
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 1: ASM: blusunrize.immersiveengineering.common.EventHandler@5a52a45a onLogout(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 2: NORMAL
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 3: ASM: class codechicken.chunkloader.manager.OrganiserStorage onPlayerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 4: ASM: ic2.core.IC2@531b71f4 onPlayerLogout(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 5: ASM: baubles.common.event.EventHandlerEntity@30d98c84 onPlayerLoggedOut(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 6: ASM: codechicken.enderstorage.network.TankSynchroniser@480ccad1 onPlayerLogout(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 7: ASM: ItemTravelBelt{Name=travelBelt} playerLoggedOut(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 8: ASM: ItemFlightTiara{Name=flightTiara} playerLoggedOut(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 9: ASM: hellfirepvp.astralsorcery.common.event.listener.EventHandlerNetwork@1174f58b onLogout(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 10: ASM: codechicken.chunkloader.handler.ChunkLoaderEventHandler@46f4d869 playerLogout(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 11: ASM: mekanism.common.CommonPlayerTracker@3329bd3 onPlayerLogoutEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 12: ASM: com.jaquadro.minecraft.storagedrawers.StorageDrawers@373666c2 onPlayerDisconnect(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 13: ASM: net.quetzi.morpheus.helpers.MorpheusEventHandler@67b4550b loggedOutEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 14: ASM: com.rwtema.extrautils2.power.PowerManager@8978b16 onPlayerJoin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedOutEvent;)V
> [18:30:21] [Server Shutdown Thread/ERROR] [FML]: 15: ASM: ItemUnstableIngots{Name=null} onPlayerEvent(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent;)V
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: Attempt made to initialize overworld!
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.util.concurrent.Futures.wrapAndThrowUnchecked(Futures.java:1329)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.util.concurrent.Futures.getUnchecked(Futures.java:1314)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.network.NetHandlerPlayServer.func_194028_b(NetHandlerPlayServer.java:287)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.server.management.PlayerList.func_72392_r(PlayerList.java:1083)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:4689)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.server.MinecraftServer$4.run(MinecraftServer.java:1579)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.RuntimeException: Attempt made to initialize overworld!
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:743)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:4655)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.quetzi.morpheus.helpers.MorpheusEventHandler.loggedOutEvent(MorpheusEventHandler.java:38)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1103_MorpheusEventHandler_loggedOutEvent_PlayerLoggedOutEvent.invoke(.dynamic)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:649)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostPlayerLoggedOutEvent(SpongeToForgeEventFactory.java:848)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:276)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:337)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:428)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:403)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:446)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:225)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.network.NetHandlerPlayServer.redirect$onDisconnectHandler$zim000(NetHandlerPlayServer.java:2400)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:847)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:453)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.network.NetHandlerPlayServer$2.run(NetHandlerPlayServer.java:291)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.server.MinecraftServer.redirect$onCall$zjh000(MinecraftServer.java:3976)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.server.MinecraftServer.func_175586_a(MinecraftServer.java:1383)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.server.MinecraftServer.func_152344_a(MinecraftServer.java:1395)
> [18:30:21] [Server Shutdown Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 4 more
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment