Advertisement
oxguy3

MySQL breaking plugins at startup D:

Jan 2nd, 2012
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. 09:13:51 [INFO] [LogBlock] Version check: Your version is up to date
  2. 09:13:51 [INFO] [LogBlock] Connecting to haydenci_oxlb@jdbc:mysql://gold.global7hosting.com:3306/haydenci_oxminecraft...
  3. 09:13:51 [SEVERE] [LogBlock] Error while fetching connection:
  4. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  5. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  6. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  7. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  8. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  9. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  10. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  11. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  12. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
  13. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
  14. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  15. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  16. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  17. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  18. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  19. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  20. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  21. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  22. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  23. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  24. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  25. at java.sql.DriverManager.getConnection(Unknown Source)
  26. at java.sql.DriverManager.getConnection(Unknown Source)
  27. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72)
  28. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:258)
  29. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
  30. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:154)
  31. at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:127)
  32. at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
  33. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
  34. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
  35. at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
  36. Caused by: java.net.UnknownHostException: gold.global7hosting.com: Name or service not known
  37. at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
  38. at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
  39. at java.net.InetAddress.getAddressesFromNameService(Unknown Source)
  40. at java.net.InetAddress.getAllByName0(Unknown Source)
  41. at java.net.InetAddress.getAllByName(Unknown Source)
  42. at java.net.InetAddress.getAllByName(Unknown Source)
  43. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:244)
  44. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
  45. ... 23 more
  46.  
  47.  
  48. [...]
  49.  
  50.  
  51. 09:13:53 [INFO] [iConomy] Database Error: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  52. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement