Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. [12:40:03 INFO]: [Punishment] Enabling Punishment v2.0
  2. [12:40:03 INFO]: [Punishment] Using MySQL as database provider.
  3. [12:40:03 INFO]: [Punishment] Opening MySQL connection...
  4. [12:40:03 WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Started.
  5. [12:40:34 WARN]: [Server thread] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Close initiated...
  6. [12:40:34 WARN]: [Server thread] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Closed.
  7. [12:40:34 ERROR]: Error occurred while enabling Punishment v2.0 (Is it up to date?)
  8. com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Packet for query is too large (5526600 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable.
  9. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:524) ~[?:?]
  10. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:118) ~[?:?]
  11. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:94) ~[?:?]
  12. at net.dkcraft.punishment.commands.ban.methods.BanMethodsMySQL.createTables(BanMethodsMySQL.java:91) ~[?:?]
  13. at net.dkcraft.punishment.util.Methods.loadDatabase(Methods.java:139) ~[?:?]
  14. at net.dkcraft.punishment.Main.onEnable(Main.java:168) ~[?:?]
  15. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  16. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  17. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  18. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  19. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  20. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  21. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  22. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  23. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  24. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  25. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
  26. Caused by: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (5526600 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable.
  27. at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:624) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  28. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1090) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  29. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  30. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  31. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  32. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  33. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  34. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_112]
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_112]
  36. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_112]
  37. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_112]
  38. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  39. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  40. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  41. at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:440) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  42. at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:138) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  43. at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:108) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  44. at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:315) ~[?:?]
  45. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:514) ~[?:?]
  46. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement