Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 KB | None | 0 0
  1.  
  2. [14:03:02] [Server thread/INFO]: [Phh-MySQLAPI] Error on MySQL connection!
  3. [14:03:02] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  4. [14:03:02] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  5. [14:03:02] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  6. [14:03:02] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  7. [14:03:02] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  8. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  9. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  10. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  11. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  12. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  13. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  14. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2239)
  15. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2168)
  16. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  17. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  18. [14:03:02] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  19. [14:03:02] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  20. [14:03:02] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  21. [14:03:02] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  22. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  23. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  24. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  25. [14:03:02] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  26. [14:03:02] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  27. [14:03:02] [Server thread/WARN]: at com.f2p.phh.mysql.MYSQL.Connect(MYSQL.java:40)
  28. [14:03:02] [Server thread/WARN]: at com.f2p.phh.main.Main.onEnable(Main.java:30)
  29. [14:03:02] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  30. [14:03:02] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  31. [14:03:02] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  32. [14:03:02] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  33. [14:03:02] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  34. [14:03:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  35. [14:03:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  36. [14:03:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  37. [14:03:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  38. [14:03:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  39. [14:03:02] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  40. [14:03:02] [Server thread/WARN]: Caused by: java.sql.SQLException: Access denied for user 'minecraft'@'localhost' (using password: YES)
  41. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  42. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  43. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  44. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  45. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  46. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  47. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  48. [14:03:02] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2186)
  49. [14:03:02] [Server thread/WARN]: ... 25 more
  50. [14:03:02] [Server thread/INFO]: [Fresh2Play] Plugin is loading.
  51. [14:03:02] [Server thread/ERROR]: Error occurred while enabling KitPvP v1.0 (Is it up to date?)
  52. java.lang.NullPointerException
  53. at com.f2p.phh.mysql.MYSQL.GetResult(MYSQL.java:94) ~[?:?]
  54. at com.f2p.phh.events.Events.loadAvailableMaps(Events.java:106) ~[?:?]
  55. at com.f2p.phh.main.Main.onEnable(Main.java:37) ~[?:?]
  56. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  57. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24]
  58. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24]
  59. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24]
  60. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24]
  61. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-db6de12-18fbb24]
  62. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-db6de12-18fbb24]
  63. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-db6de12-18fbb24]
  64. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-db6de12-18fbb24]
  65. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  66. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement