Advertisement
Guest User

GuiPlayerShop ERROR

a guest
Apr 5th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.31 KB | None | 0 0
  1. [20:57:53] [Server thread/INFO]: [GuiPlayerShop] Enabling GuiPlayerShop v2.4.4
  2. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "display-price-each", using default: true
  3. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "shop-sign-headers", using default: [[Shop], [GPSShop], [GuiPlayerShop]]
  4. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "command-prefix", using default: &3[&aGPS&3] &f
  5. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "shop-alias", using default: shop
  6. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "max-sell-price", using default: 1.0E12
  7. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "sell-alias", using default: sell
  8. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "find-alias", using default: find
  9. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "allow-offline-player-shops", using default: true
  10. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "shop-sign-color", using default: &5
  11. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "mysql.password", using default: root
  12. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "language", using default: en
  13. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "mysql.tableprefix", using default: gps_
  14. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "enable-shop-signs", using default: true
  15. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "item-register-tax", using default: 0.1
  16. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "mysql.username", using default: root
  17. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "idle-shop-save-time-seconds", using default: 60
  18. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "block-creative", using default: true
  19. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "debug-mode", using default: false
  20. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "log-transactions", using default: true
  21. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "force-check-for-dupes", using default: true
  22. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "enable-CombatTag-hook", using default: false
  23. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "sell-alert-sound", using default: true
  24. [20:57:53] [Server thread/WARN]: [GuiPlayerShop] config entry not found: "mysql.jdbc-url", using default: jdbc:mysql://localhost:3306/
  25. [20:57:53] [Server thread/INFO]: [GuiPlayerShop] Setting up connection pool...
  26. [20:57:53] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  27. [20:57:53] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
  28. [20:57:53] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  29. [20:57:53] [Server thread/INFO]: [GuiPlayerShop] Connection pool setup!
  30. [20:57:53] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  31.  
  32. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  33. [20:57:53] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  34. [20:57:53] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  35. [20:57:53] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  36. [20:57:53] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  37. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  38. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  39. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343)
  40. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
  41. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  42. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  43. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:794)
  44. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
  45. [20:57:53] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  46. [20:57:53] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  47. [20:57:53] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  48. [20:57:53] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  49. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  50. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  51. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  52. [20:57:53] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  53. [20:57:53] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  54. [20:57:53] [Server thread/WARN]: at io.github.hellgast23.guiplayershop.internal.db.ConnectionPool.create(ConnectionPool.java:256)
  55. [20:57:53] [Server thread/WARN]: at io.github.hellgast23.guiplayershop.internal.db.ConnectionPool.create(ConnectionPool.java:71)
  56. [20:57:53] [Server thread/WARN]: at io.github.hellgast23.guiplayershop.internal.util.ObjectPool.checkOut(ObjectPool.java:377)
  57. [20:57:53] [Server thread/WARN]: at io.github.hellgast23.guiplayershop.internal.util.ObjectPool.checkOut(ObjectPool.java:429)
  58. [20:57:53] [Server thread/WARN]: at io.github.hellgast23.guiplayershop.internal.db.ConnectionPool.getConnection(ConnectionPool.java:425)
  59. [20:57:53] [Server thread/WARN]: at io.github.hellgast23.guiplayershop.internal.db.DBPoolDataSource.getConnection(DBPoolDataSource.java:259)
  60. [20:57:53] [Server thread/WARN]: at io.github.hellgast23.guiplayershop.datamanagement.DatabaseShopHandler.(DatabaseShopHandler.java:43)
  61. [20:57:53] [Server thread/WARN]: at io.github.hellgast23.guiplayershop.GPSPlugin.onEnable(GPSPlugin.java:109)
  62. [20:57:53] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  63. [20:57:53] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  64. [20:57:53] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  65. [20:57:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  66. [20:57:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  67. [20:57:53] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  68. [20:57:53] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  69. [20:57:53] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  70. [20:57:53] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  71. [20:57:53] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  72. [20:57:53] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  73. [20:57:53] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused
  74. [20:57:53] [Server thread/WARN]: at java.net.PlainSocketImpl.socketConnect(Native Method)
  75. [20:57:53] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  76. [20:57:53] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  77. [20:57:53] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  78. [20:57:53] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  79. [20:57:53] [Server thread/WARN]: at java.net.Socket.connect(Socket.java:589)
  80. [20:57:53] [Server thread/WARN]: at java.net.Socket.connect(Socket.java:538)
  81. [20:57:53] [Server thread/WARN]: at java.net.Socket.(Socket.java:434)
  82. [20:57:53] [Server thread/WARN]: at java.net.Socket.(Socket.java:244)
  83. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
  84. [20:57:53] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292)
  85. [20:57:53] [Server thread/WARN]: ... 33 more
  86. [20:57:53] [Server thread/ERROR]: [GuiPlayerShop] Something went wrong while connecting to the database. Please check your config MySQL options. GuiPlayerShop is disabling.
  87. [20:57:53] [Server thread/INFO]: [GuiPlayerShop] Disabling GuiPlayerShop v2.4.4
  88. [20:57:53] [Server thread/ERROR]: Error occurred while disabling GuiPlayerShop v2.4.4 (Is it up to date?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement