ForgeEssentials

ForgeEssentials

339k Downloads

Forge Essentials Server Crash on startup

swistakk1 opened this issue · 7 comments

commented

So, before my modded server was working all good but this problem appeared randomly. I guess some of .json files is broken, but which one? Does anyone know how to fix it? Servers starts normally without ForgeEssentials but I really want commands on my server.
Heres console log:

[23:51:36] [Server thread/ERROR] [FML]: Exception caught during firing event com.forgeessentials.util.events.FEModuleEvent$FEModuleServerInitEvent@5b4e8fbf: com.google.gson.JsonSyntaxException: java.io.EOFException: End of input at line 153 column 4 at com.google.gson.Gson.fromJson(Gson.java:813) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?] at com.forgeessentials.permissions.persistence.SingleFileProvider.load(SingleFileProvider.java:35) ~[SingleFileProvider.class:?] at com.forgeessentials.permissions.core.ZonedPermissionHelper.load(ZonedPermissionHelper.java:165) ~[ZonedPermissionHelper.class:?] at com.forgeessentials.permissions.ModulePermissions.serverStarting(ModulePermissions.java:130) ~[ModulePermissions.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_177_ModulePermissions_serverStarting_FEModuleServerInitEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?] at com.forgeessentials.core.ForgeEssentials.serverStarting(ForgeEssentials.java:314) [ForgeEssentials.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?] at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:?] at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:277) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?] Caused by: java.io.EOFException: End of input at line 153 column 4 at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1377) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:471) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:184) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[TypeAdapterRuntimeTypeWrapper.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:187) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93) ~[ReflectiveTypeAdapterFactory$1.class:?] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172) ~[ReflectiveTypeAdapterFactory$Adapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] ... 38 more [23:51:36] [Server thread/ERROR] [FML]: Index: 1 Listeners: [23:51:36] [Server thread/ERROR] [FML]: 0: HIGHEST [23:51:36] [Server thread/ERROR] [FML]: 1: ASM: com.forgeessentials.permissions.ModulePermissions@6e619ccb serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 2: NORMAL [23:51:36] [Server thread/ERROR] [FML]: 3: ASM: com.forgeessentials.compat.CompatReiMinimap@2acd0646 registerPerms(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 4: ASM: com.forgeessentials.jscripting.ModuleJScripting@28b0cdae serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 5: ASM: com.forgeessentials.jscripting.ModuleJScripting@c0fe32f serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 6: ASM: com.forgeessentials.multiworld.ModuleMultiworld@139afbdf serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 7: ASM: com.forgeessentials.auth.ModuleAuth@5e3ddf3a serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 8: ASM: com.forgeessentials.tickets.ModuleTickets@5e462f33 serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 9: ASM: com.forgeessentials.protection.ModuleProtection@6a768519 registerPermissions(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 10: ASM: com.forgeessentials.chat.ModuleChat@153e5070 serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 11: ASM: com.forgeessentials.afterlife.ModuleAfterlife@2831b62e serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 12: ASM: com.forgeessentials.servervote.ModuleServerVote@2d5ddf41 serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 13: ASM: com.forgeessentials.economy.ModuleEconomy@74b821cb serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 14: ASM: com.forgeessentials.worldborder.ModuleWorldBorder@4f0da731 serverStartingEvent(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 15: ASM: com.forgeessentials.teleport.TeleportModule@482b3604 serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 16: ASM: com.forgeessentials.backup.ModuleBackup@ca394db serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 17: ASM: com.forgeessentials.signtools.SignToolsModule@3bf63eba registerPerms(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 18: ASM: com.forgeessentials.factions.ModuleFactions@6ceca763 serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 19: ASM: com.forgeessentials.compat.worldedit.WEIntegrationHandler@7644007e serverStart(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 20: ASM: com.forgeessentials.chat.Mailer@1d9ec626 serverStartingEvent(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 21: ASM: com.forgeessentials.economy.shop.ShopManager@bdc9130 serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: 22: LOWEST [23:51:36] [Server thread/ERROR] [FML]: 23: ASM: com.forgeessentials.remote.ModuleRemote@5320bc9a serverStarting(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerInitEvent;)V [23:51:36] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from SERVER_ABOUT_TO_START to SERVER_STARTING. Loading cannot continue [23:51:36] [Server thread/ERROR] [FML]: States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar) UCHIJAAA Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar) UCHIJAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCHIJAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHIJAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar) UCHIJAAA FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar) UCHIJAAA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar) UCHIJAAA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFH-Core-1.7.10.jar) UCHIJAAA BuildCraft|Core{7.1.23} [BuildCraft] (BuildCraft-Mod-1.7.10.jar) UCHIJAAA BuildCraft|Transport{7.1.23} [BC Transport] (BuildCraft-Mod-1.7.10.jar) UCHIJAAA BuildCraft|Factory{7.1.23} [BC Factory] (BuildCraft-Mod-1.7.10.jar) UCHIJAAA BuildCraft|Silicon{7.1.23} [BC Silicon] (BuildCraft-Mod-1.7.10.jar) UCHIJAAA additionalpipes{4.7.7} [Additional Pipes] (additionalpipes-4.7.7.jar) UCHIJAAA aether{1.7.10-1.6} [Aether II] (Aether-2-1.7.10.jar) UCHIJAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10.jar) UCHIJAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (Archimedes-Ships-Mod-1.7.10.jar) UCHIJAAA Backpack{2.0.1} [Backpack] (Backpacks-Mod.jar) UCHIJAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (Balkons-Weapon-Mod-1.7.10.jar) UCHIJAAA BattleTowers{1.5.2} [Battle Towers] (BattleTowers-1.7.10.jar) UCHIJAAA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar) UCHIJAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1826-universal.jar) UCHIJAAA BuildCraft|Robotics{7.1.23} [BC Robotics] (BuildCraft-Mod-1.7.10.jar) UCHIJAAA BuildCraft|Energy{7.1.23} [BC Energy] (BuildCraft-Mod-1.7.10.jar) UCHIJAAA BuildCraft|Builders{7.1.23} [BC Builders] (BuildCraft-Mod-1.7.10.jar) UCHIJAAA TwilightForest{2.3.7} [The Twilight Forest] (Twilight-Forest-Mod-1.7.10.jar) UCHIJAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) UCHIJAAA CarpentersBlocks{3.3.8.2} [Carpenter's Blocks] (Carpenter's+Blocks+v3.3.8.2+-+MC+1.7.10.jar) UCHIJAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar) UCHIJAAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (Custom-Mob-Spawner-Mod-1.7.10.zip) UCHIJAAA PTRModelLib{1.0.0} [PTRModelLib] (DecoCraft-Mod-1.7.10.jar) UCHIJAAA props{2.4.1} [Decocraft] (DecoCraft-Mod-1.7.10.jar) UCHIJAAA dldungeonsjdg{1.11.0.1} [Doomlike Dungeons] (DoomlikeDungeons-1.11.0.1-MC1.7.10.jar) UCHIJAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip) UCHIJAAA eplus{3.0.2-d} [Enchanting Plus] (Enchanting-Plus-Mod-1.7.10.jar) UCHIJAAA endercompass{1.2} [Ender Compass] (Ender-Compass-Mod-1.7.10.jar) UCHIJAAE ForgeEssentials{1.4.5} [Forge Essentials] (forgeessentials-1.7.10-1.4.6.1341-server (1).jar) UCHIJAAA GraveStone{2.16.0} [GraveStone] (Gravestone-Mod-1.7.10.jar) UCHIJAAA IC2{2.2.827-experimental} [IndustrialCraft 2] (Industrial-Craft-2-Mod-Experimental-1.7.10.jar) UCHIJAAA InfernalMobs{1.6.6} [Infernal Mobs] (Infernal-Mobs-Mod-1.7.10.jar) UCHIJAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) UCHIJAAA IronChest{6.0.60.741} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar) UCHIJAAA llibrary{1.5.1} [LLibrary] (LLibrary-1.7.10.jar) UCHIJAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) UCHIJAAA mowziesmobs{1.2.9} [Mowzie's Mobs] (MowziesMobs-1.2.99.jar) UCHIJAAA cfm{3.4.7} [?9MrCrayfish's Furniture Mod] (MrCrayfishs-Furniture-Mod-1.7.10.jar) UCHIJAAA MutantCreatures{1.4.9} [Mutant Creatures] (Mutant-Creatures-Mod-1.7.10.jar) UCHIJAAA mam{1.7.10-1.0.2} [Myths & Monsters Mod] (Myths-and-Monsters-Mod-1.7.10.jar) UCHIJAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (Nether-Ores-Mod-1.7.10.jar) UCHIJAAA reccomplex{0.9.1} [Recurrent Complex] (Recurrent-Complex-Mod-1.7.10.jar) UCHIJAAA Roguelike{1.5.0} [Roguelike Dungeons] (Roguelike-Dungeons-Mod-1.7.10.jar) UCHIJAAA AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar) UCHIJAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-Mod-1.7.10.jar) UCHIJAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) UCHIJAAA Treecapitator{1.7.10} [Treecapitator] (Tree-Capitator-Mod-1.7.10.jar) UCHIJAAA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) UCHIJAAA wildcaves3{1.7.10} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar) UCHIJAAA worldedit{6.1.1-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-SNAPSHOT-dist.jar) UCHIJAAA millenaire{6.0.1} [Mill??naire] (millenaire-6.0.2.jar) [23:51:36] [Server thread/ERROR] [FML]: The following problems were captured during this phase [23:51:36] [Server thread/ERROR] [FML]: Caught exception from ForgeEssentials com.google.gson.JsonSyntaxException: java.io.EOFException: End of input at line 153 column 4 at com.google.gson.Gson.fromJson(Gson.java:813) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?] at com.forgeessentials.permissions.persistence.SingleFileProvider.load(SingleFileProvider.java:35) ~[SingleFileProvider.class:?] at com.forgeessentials.permissions.core.ZonedPermissionHelper.load(ZonedPermissionHelper.java:165) ~[ZonedPermissionHelper.class:?] at com.forgeessentials.permissions.ModulePermissions.serverStarting(ModulePermissions.java:130) ~[ModulePermissions.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_177_ModulePermissions_serverStarting_FEModuleServerInitEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?] at com.forgeessentials.core.ForgeEssentials.serverStarting(ForgeEssentials.java:314) ~[ForgeEssentials.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:?] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?] at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:?] at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:277) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?] Caused by: java.io.EOFException: End of input at line 153 column 4 at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1377) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:471) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:184) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[TypeAdapterRuntimeTypeWrapper.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:187) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93) ~[ReflectiveTypeAdapterFactory$1.class:?] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172) ~[ReflectiveTypeAdapterFactory$Adapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] ... 38 more [23:51:36] [Server thread/ERROR] [FML]: A fatal exception occurred during the server starting event com.google.gson.JsonSyntaxException: java.io.EOFException: End of input at line 153 column 4 at com.google.gson.Gson.fromJson(Gson.java:813) ~[Gson.class:?] at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?] at com.forgeessentials.permissions.persistence.SingleFileProvider.load(SingleFileProvider.java:35) ~[SingleFileProvider.class:?] at com.forgeessentials.permissions.core.ZonedPermissionHelper.load(ZonedPermissionHelper.java:165) ~[ZonedPermissionHelper.class:?] at com.forgeessentials.permissions.ModulePermissions.serverStarting(ModulePermissions.java:130) ~[ModulePermissions.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_177_ModulePermissions_serverStarting_FEModuleServerInitEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?] at com.forgeessentials.core.ForgeEssentials.serverStarting(ForgeEssentials.java:314) ~[ForgeEssentials.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:?] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?] at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:?] at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:277) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?] Caused by: java.io.EOFException: End of input at line 153 column 4 at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1377) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:471) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:184) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[TypeAdapterRuntimeTypeWrapper.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:187) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93) ~[ReflectiveTypeAdapterFactory$1.class:?] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172) ~[ReflectiveTypeAdapterFactory$Adapter.class:?] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?] ... 38 more [23:51:36] [Server thread/INFO] [FML]: Applying holder lookups [23:51:36] [Server thread/INFO] [FML]: Holder lookups applied [23:51:36] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded. [23:51:36] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.

commented

Your permission file is corrupted

commented

Your permission file is corrupted

Which one exacly you mean? Permission file from ForgeEssentials? How do I fix it? Im quite a newbie in these things

commented

Based on the log, it is trying to load the Permissions.json file in the world/FEData folder. However, it seems the file is not valid json. If you have not been touching this file, it should have not gotten corrupted. What commands have you been running to set up your permissions?

commented

Simplest way to fix is to simply delete the file and start over

commented

Simplest way to fix is to simply delete the file and start over

That helped thank you a lot!

commented

Good. Next time be more careful as the downside of deleting the file means you need to start over in setting up your permissions.