Advertisement
Guest User

Untitled

a guest
Jan 1st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1.  
  2. [00:57:26] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  3. [00:57:26] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  4. [00:57:26] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  5. [00:57:26] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  6. [00:57:26] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  7. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  8. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  9. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  10. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  11. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  12. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  13. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2239)
  14. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2168)
  15. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  16. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  17. [00:57:26] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  18. [00:57:26] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  19. [00:57:26] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  20. [00:57:26] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  21. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  22. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  23. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  24. [00:57:26] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  25. [00:57:26] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:270)
  26. [00:57:26] [Server thread/WARN]: at me.splexter.luckyrace.mysql.MySQL.B(f:141)
  27. [00:57:26] [Server thread/WARN]: at me.splexter.luckyrace.mysql.MySQL.<init>(f:114)
  28. [00:57:26] [Server thread/WARN]: at me.splexter.luckyrace.main.LuckyMain.onEnable(b:153)
  29. [00:57:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  30. [00:57:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  31. [00:57:26] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  32. [00:57:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  33. [00:57:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  34. [00:57:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  35. [00:57:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  36. [00:57:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  37. [00:57:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  38. [00:57:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  39. [00:57:26] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  40. [00:57:26] [Server thread/WARN]: Caused by: java.sql.SQLException: Access denied for user 'user'@'localhost' (using password: YES)
  41. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  42. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  43. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  44. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  45. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  46. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  47. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  48. [00:57:26] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2186)
  49. [00:57:26] [Server thread/WARN]: ... 26 more
  50. [00:57:26] [Server thread/INFO]: [NoWeather] Enabling NoWeather v1.1
  51. [00:57:26] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  52. [00:57:27] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  53. [00:57:27] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  54. [00:57:27] [Server thread/INFO]: [TitleAPI] Enabling TitleAPI v1.7.4
  55. [00:57:27] [Server thread/INFO]: TitleAPI V1.7.4 has been enabled!
  56. [00:57:27] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.6
  57. [00:57:27] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  58. [00:57:27] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  59. [00:57:27] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -43,0 Y: 64,0 Z: 294,0
  60. [00:57:27] [Server thread/INFO]: [OnlyProxyJoin] Enabling OnlyProxyJoin v1.1.2
  61. [00:57:27] [Server thread/INFO]: [OnlyProxyJoin] v1.1.2 is now enabled!
  62. [00:57:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  63. [00:57:27] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  64. [00:57:27] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  65. [00:57:27] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  66. [00:57:27] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  67. [00:57:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  68. [00:57:27] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  69. [00:57:27] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  70. [00:57:27] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  71. [00:57:27] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  72. [00:57:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  73. [00:57:27] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  74. [00:57:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  75. [00:57:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  76. [00:57:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  77. [00:57:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  78. [00:57:27] [Server thread/INFO]: [WorldGuard] Loading region data...
  79. [00:57:27] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  80. [00:57:27] [Server thread/INFO]: Done (7,643s)! For help, type "help" or "?"
  81. [00:57:27] [Server thread/INFO]: Das Spiel beginnt in 60 Sekunden.
  82. [00:57:27] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates ...
  83. [00:57:27] [Server thread/INFO]: [TitleAPI] No update was found, you are running the latest version.
  84. [00:57:28] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available
  85.  
  86.  
  87. database:
  88. host: localhost
  89. port: 3306
  90. user: user
  91. password: wnPHUfJVRjQu8o4i
  92. database: LuckyRace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement