I had been running a pretty stable SF3 Server, been playing on it quite well. After a reboot of the server today, I get this:
I've checked everything I can think of, loaded a backup, still nothing.. rather stuck here.
Code:
[11:18:04] [Server thread/INFO]: Starting minecraft server version 1.10.2
[11:19:57] [Server thread/INFO]: Loading properties
[11:19:57] [Server thread/INFO]: Default game type: SURVIVAL
[11:19:57] [Server thread/INFO]: Generating keypair
[11:19:57] [Server thread/INFO]: Starting Minecraft server on *:25565
[11:19:57] [Server thread/INFO]: Using default channel type
[11:20:14] [Server thread/INFO]: Preparing level "world"
[11:20:15] [Server thread/ERROR]: Encountered an unexpected exception
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
at com.google.gson.Gson.fromJson(Gson.java:815) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
at us.illyohs.itsbecauseuhasnogoodspawn.handler.IslandHandler.loadIslandList(IslandHandler.java:74) ~[IslandHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_802_IslandHandler_loadIslandList_Load.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:185) ~[EventBus.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:263) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:266) ~[ld.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374) ~[JsonReader.class:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[MapTypeAdapterFactory$Adapter.class:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
... 9 more
[11:20:16] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Mike\Desktop\Minecraft Stuff\SF3\.\crash-reports\crash-2017-01-16_11.20.16-server.txt
[11:20:16] [Server thread/INFO]: Stopping server
[11:20:16] [Server thread/INFO]: Saving players
[11:20:16] [Server thread/INFO]: Saving worlds
[11:20:16] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[11:20:16] [Server thread/INFO]: Saving chunks for level 'world'/The Beneath
[11:20:17] [Server Shutdown Thread/INFO]: Stopping server
I've checked everything I can think of, loaded a backup, still nothing.. rather stuck here.