Advertisement
Guest User

Untitled

a guest
Aug 8th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. [06:24:59 INFO]: [InvSQL][DEBUG] Your Problem was caused by: MySQLDatabaseHandler(connection=com.mysql.jdbc.JDBC4Connection@79501a30, q=tk.manf.InventorySQL.database.handler.MySQLDatabaseHandler$Queries@65e01d4f)
  2. [06:24:59 INFO]: null
  3. tk.manf.InventorySQL.datahandling.exceptions.SerializationException: Error while serializing: [Parsing Error]
  4. at tk.manf.InventorySQL.datahandling.serializer.SimpleSerializer.deserializeItemStacks(SimpleSerializer.java:47) ~[InventorySQL.3.4.7.jar:?]
  5. at tk.manf.InventorySQL.manager.DataHandlingManager.deserial(DataHandlingManager.java:58) ~[InventorySQL.3.4.7.jar:?]
  6. at tk.manf.InventorySQL.database.handler.MySQLDatabaseHandler.loadPlayerInventory(MySQLDatabaseHandler.java:107) ~[InventorySQL.3.4.7.jar:?]
  7. at tk.manf.InventorySQL.manager.DatabaseManager.loadPlayer(DatabaseManager.java:90) ~[InventorySQL.3.4.7.jar:?]
  8. at tk.manf.InventorySQL.manager.DatabaseManager.onPlayerLogin(DatabaseManager.java:99) [InventorySQL.3.4.7.jar:?]
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_11]
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_11]
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_11]
  12. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_11]
  13. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) [spigot.jar:git-Spigot-1596]
  14. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot.jar:git-Spigot-1596]
  15. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1596]
  16. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1596]
  17. at net.minecraft.server.v1_7_R4.PlayerList.c(PlayerList.java:265) [spigot.jar:git-Spigot-1596]
  18. at net.minecraft.server.v1_7_R4.PlayerList.a(PlayerList.java:152) [spigot.jar:git-Spigot-1596]
  19. at net.minecraft.server.v1_7_R4.LoginListener.c(LoginListener.java:105) [spigot.jar:git-Spigot-1596]
  20. at net.minecraft.server.v1_7_R4.LoginListener.a(LoginListener.java:43) [spigot.jar:git-Spigot-1596]
  21. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:187) [spigot.jar:git-Spigot-1596]
  22. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1596]
  23. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1596]
  24. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1596]
  25. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1596]
  26. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1596]
  27. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1596]
  28. Caused by: org.json.simple.parser.ParseException
  29. at org.json.simple.parser.Yylex.yylex(Yylex.java:610) ~[spigot.jar:git-Spigot-1596]
  30. at org.json.simple.parser.JSONParser.nextToken(JSONParser.java:269) ~[spigot.jar:git-Spigot-1596]
  31. at org.json.simple.parser.JSONParser.parse(JSONParser.java:118) ~[spigot.jar:git-Spigot-1596]
  32. at org.json.simple.parser.JSONParser.parse(JSONParser.java:81) ~[spigot.jar:git-Spigot-1596]
  33. at org.json.simple.parser.JSONParser.parse(JSONParser.java:75) ~[spigot.jar:git-Spigot-1596]
  34. at org.json.simple.JSONValue.parseWithException(JSONValue.java:78) ~[spigot.jar:git-Spigot-1596]
  35. at tk.manf.InventorySQL.datahandling.serializer.SimpleSerializer.deserializeItemStacks(SimpleSerializer.java:45) ~[InventorySQL.3.4.7.jar:?]
  36. ... 23 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement