Advertisement
plaguewolf

error

Oct 25th, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. mytown.util.exceptions.ProtectionParseException: Class identifier is invalid
  2. at mytown.protection.segment.Segment$Serializer.deserialize(Segment.java:249) ~[Segment$Serializer.class:?]
  3. at mytown.protection.segment.Segment$Serializer.deserialize(Segment.java:136) ~[Segment$Serializer.class:?]
  4. at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?]
  5. at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[TypeAdapterRuntimeTypeWrapper.class:?]
  6. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:81) ~[CollectionTypeAdapterFactory$Adapter.class:?]
  7. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60) ~[CollectionTypeAdapterFactory$Adapter.class:?]
  8. at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
  9. at com.google.gson.Gson.fromJson(Gson.java:868) ~[Gson.class:?]
  10. at com.google.gson.Gson$1.deserialize(Gson.java:126) ~[Gson$1.class:?]
  11. at mytown.protection.json.Protection$Serializer.deserialize(Protection.java:75) ~[Protection$Serializer.class:?]
  12. at mytown.protection.json.Protection$Serializer.deserialize(Protection.java:34) ~[Protection$Serializer.class:?]
  13. at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?]
  14. at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
  15. at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?]
  16. at mytown.protection.json.ProtectionParser.read(ProtectionParser.java:85) ~[ProtectionParser.class:?]
  17. at mytown.protection.json.ProtectionParser.start(ProtectionParser.java:57) ~[ProtectionParser.class:?]
  18. at mytown.MyTown.loadConfigs(MyTown.java:171) ~[MyTown.class:?]
  19. at mytown.commands.CommandsAdmin.configReloadCommand(CommandsAdmin.java:74) ~[CommandsAdmin.class:?]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
  23. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
  24. at mypermissions.command.CommandTreeNode.commandCall(CommandTreeNode.java:72) ~[CommandTreeNode.class:?]
  25. at mypermissions.command.CommandTree.commandCall(CommandTree.java:40) ~[CommandTree.class:?]
  26. at mypermissions.command.CommandModel.func_71515_b(CommandModel.java:46) ~[CommandModel.class:?]
  27. at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:94) [z.class:?]
  28. at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:370) [lt.class:?]
  29. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335) [lt.class:?]
  30. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  32. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement