Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. [14:31:31] [Server thread/ERROR]: [Civilization] There was an error whilst starting MySQL as follows;
  2. [14:31:31] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  3. [14:31:31] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  4. [14:31:31] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  5. [14:31:31] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  6. [14:31:31] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  7. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  8. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
  9. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
  10. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897)
  11. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886)
  12. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
  13. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2097)
  14. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2022)
  15. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779)
  16. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  17. [14:31:31] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  18. [14:31:31] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  19. [14:31:31] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  20. [14:31:31] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  21. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  22. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389)
  23. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  24. [14:31:31] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  25. [14:31:31] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  26. [14:31:31] [Server thread/WARN]: at com.SamB440.Civilization.Civilization.openConnection(Civilization.java:171)
  27. [14:31:31] [Server thread/WARN]: at com.SamB440.Civilization.Civilization.startSQL(Civilization.java:144)
  28. [14:31:31] [Server thread/WARN]: at com.SamB440.Civilization.Civilization.onEnable(Civilization.java:66)
  29. [14:31:31] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  30. [14:31:31] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  31. [14:31:31] [Server thread/WARN]: at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:145)
  32. [14:31:31] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402)
  33. [14:31:31] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:384)
  34. [14:31:31] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:333)
  35. [14:31:31] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
  36. [14:31:31] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
  37. [14:31:31] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
  38. [14:31:31] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
  39. [14:31:31] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
  40. [14:31:31] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  41. [14:31:31] [Server thread/WARN]: Caused by: java.sql.SQLException: Access denied for user 'UserDB'@'eu12.mc-panel.net' (using password: YES)
  42. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964)
  43. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  44. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  45. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873)
  46. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710)
  47. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226)
  48. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2191)
  49. [14:31:31] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2038)
  50. [14:31:31] [Server thread/WARN]: ... 27 more
  51. [14:31:31] [Server thread/INFO]: [Civilization] Disabling Civilization v1.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement