Jump to content
  • 0

[SEVERE] Caused by: Java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7


jack dye

Question

 I had java 8 thought it might have caused it so uninstalled it and installed 7 didnt make a difference.

This is what it comes up with in the server cmd. 

[SEVERE] Exception in thread "Thread-9"
22:15:24 [SEVERE] com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
22:15:24 [SEVERE]       at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:180)
22:15:24 [SEVERE]       at com.google.gson.Gson.fromJson(Gson.java:755)
22:15:24 [SEVERE]       at com.google.gson.Gson.fromJson(Gson.java:694)
22:15:24 [SEVERE]       at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:44)
22:15:24 [SEVERE]       at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:27)
22:15:24 [SEVERE]       at org.bukkit.craftbukkit.updater.AutoUpdater$1.run(AutoUpdater.java:77)
22:15:24 [SEVERE] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
22:15:24 [SEVERE]       at com.google.gson.stream.JsonReader.expect(JsonReader.java:339)
22:15:24 [SEVERE]       at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:322)
22:15:24 [SEVERE]       at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:168)
22:15:24 [SEVERE]       ... 5 more

please help thank you

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...