Server not Starting

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

  • My server starts up but as soon as I join it it immediately shuts down. I have only five mods, none of which are very big. Can someone please read my log and tell me what to do to fix it because I dont really understand it. Also, I had to delete some of it because it was too big.

    53 [19Nov2019 20:57:53.332] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system!
    54 [19Nov2019 20:57:53.335] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system!
    55 [19Nov2019 20:57:53.350] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./The bingo bongo/serverconfig/betteranimalsplus-server.toml is not correct. Correcting
    56 [19Nov2019 20:57:53.358] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key lammergeier.tameItems was corrected from [minecraft:bone] to [minecraft:bone]
    57 [19Nov2019 20:57:53.358] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key feralwolf.tameItems was corrected from [minecraft:bone] to [minecraft:bone]
    58 [19Nov2019 20:57:53.359] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key coyote.tameItems was corrected from [minecraft:rabbit, minecraft:chicken, betteranimalsplus:pheasantraw, minecraft:cooked_rabbit, minecraft:cooked_chicken, betteranimalsplus:pheasantcooked] to [minecraft:rabbit, minecraft:chicken, betteranimalsplus:pheasantraw, minecraft:cooked_rabbit, minecraft:cooked_chicken, betteranimalsplus:pheasantcooked]
    59 [19Nov2019 20:57:53.526] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "The bingo bongo"
    60 [19Nov2019 20:57:54.452] [Server thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, betteranimalsplus-1.14.4-7.1.0.jar, DoggyTalents-1.14.4-1.15.1.4-universal.jar, forge-1.14.4-28.1.90-universal.jar, lucky-block-7.9.1-1.14.4.jar, luckyores-1.14.4-1.2.jar, forgemod_VoxelMap-1.9.13b_for_1.14.4.jar
    61 [19Nov2019 20:57:56.278] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe luckyores:axe_recipe_a
    62 com.google.gson.JsonSyntaxException: Invalid pattern: each row must be the same width
    63 at net.minecraft.item.crafting.ShapedRecipe.func_192407_a(ShapedRecipe.java:232) ~[?:?]
    64 at net.minecraft.item.crafting.ShapedRecipe.access$100(ShapedRecipe.java:24) ~[?:?]
    65
    84 at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?]
    85 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?]
    86 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?]
    87 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
    88 [19Nov2019 20:57:56.290] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe luckyores:hoe_recipe_a
    89 c
    237 [19Nov2019 20:58:59.466] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
    238 [19Nov2019 20:58:59.467] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
    239 [19Nov2019 21:00:06.375] [User Authenticator #1/INFO] [net.minecraft.network.login.ServerLoginNetHandler/]: UUID of player Ironfire66 is b4229289-cd78-45a0-8c3a-1d3ca76ff08b
    240 [19Nov2019 21:00:08.109] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: Ironfire66[/76.169.218.60:53239] logged in with entity id 108 at (162.5, 64.0, -44.5)
    241 [19Nov2019 21:00:08.197] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Ironfire66 joined the game
    242 [19Nov2019 21:00:08.240] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize net.minecraftforge.server.command.ModIdArgument@7f1818b4 (class net.minecraftforge.server.command.ModIdArgument) - will not be sent to client!
    243 [19Nov2019 21:00:08.242] [Netty Epoll Server IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not serialize net.minecraftforge.server.command.EnumArgument@501974dc (class net.minecraftforge.server.command.EnumArgument) - will not be sent to client!
    244 [19Nov2019 21:00:08.301] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
    245 Index: 3
    246 Listeners:
    247 0: NORMAL
    248 1: ASM: class its_meow.betteranimalsplus.BetterAnimalsPlusMod onPlayerJoin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
    249 2: ASM: net.minecraftforge.common.ForgeInternalHandler@436ec23d playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
    250 3: ASM: doggytalents.handler.PlayerConnection@10eb5854 playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
    251 java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
    252 at doggytalents.handler.PlayerConnection.playerLoggedIn(PlayerConnection.java:17)
    253 at net.minecraftforge.eventbus.ASMEventHandler_48_PlayerConnection_playerLoggedIn_PlayerLoggedInEvent.invoke(.dynamic)
    254 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    255 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    256 at net.minecraftforge.fml.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:43)
    257 at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:206)
    258 at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:116)
    259 at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:63)
    260 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:224)
    261 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
    262 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
    263 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
    264 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
    265 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
    266 at java.lang.Thread.run(Thread.java:748)
    267
    268 [19Nov2019 21:00:08.303] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
    269 java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
    270 at doggytalents.handler.PlayerConnection.playerLoggedIn(PlayerConnection.java:17) ~[?:1.15.1.4]
    271 at net.minecraftforge.eventbus.ASMEventHandler_48_PlayerConnection_playerLoggedIn_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?]
    272 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?]
    273 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?]
    274 at net.minecraftforge.fml.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:43) ~[?:?]
    275 at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:206) ~[?:?]
    276 at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:116) ~[?:?]
    277 at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:63) ~[?:?]
    278 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:224) ~[?:?]
    279 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) ~[?:?]
    280 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846) ~[?:?]
    281 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?]
    282 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?]
    283 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?]
    284 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]


  • I think its doggy talents


    Luckyores is causing errors

    Try deleting LuckyOres, testing if it works, if it doesn't, then try removing doggytalents too

  • Roman

    Closed the thread.