Advertisement
jeddell

Server Error

Sep 30th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. [21:32:40] [Server thread/WARN]: Failed to load white-list:
  2. com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
  3. at com.google.gson.Gson.fromJson(Gson.java:815) ~[Gson.class:?]
  4. at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
  5. at net.minecraft.server.management.UserList.func_152679_g(SourceFile:137) ~t.class:?]
  6. at net.minecraft.server.dedicated.DedicatedPlayerList.func_72418_v(SourceFile:123) [lc.class:?]
  7. at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:30) [lc.class:?]
  8. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:215) [ld.class:?]
  9. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
  10. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  11. Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
  12. at com.google.gson.stream.JsonReader.beginArray(JsonReader.java:338) ~[JsonReader.class:?]
  13. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:79) ~[CollectionTypeAdapterFactory$Adapter.class:?]
  14. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60) ~[CollectionTypeAdapterFactory$Adapter.class:?]
  15. at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
  16. ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement