Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 KB | None | 0 0
  1. [18:49:25] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  2. [18:49:25] [Server thread/INFO]: [Survival] Enabling Survival v1.0 (MC15.0)
  3. [18:49:25] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8192.
  4. [18:49:29] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  5. [18:49:29] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  6. [18:49:29] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  7. [18:49:29] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  8. [18:49:29] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  9. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  10. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
  11. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  12. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
  13. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
  14. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
  15. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2095)
  16. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2020)
  17. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:768)
  18. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  19. [18:49:29] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  20. [18:49:29] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  21. [18:49:29] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  22. [18:49:29] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  23. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  24. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385)
  25. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
  26. [18:49:29] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  27. [18:49:29] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  28. [18:49:29] [Server thread/WARN]: at de.lukelt.api.API.getMySQLConnection(API.java:17)
  29. [18:49:29] [Server thread/WARN]: at de.ifheroes.games.survival.utils.MyData.<clinit>(MyData.java:54)
  30. [18:49:29] [Server thread/WARN]: at de.ifheroes.games.survival.Survival.onEnable(Survival.java:21)
  31. [18:49:29] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  32. [18:49:29] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
  33. [18:49:29] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
  34. [18:49:29] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:468)
  35. [18:49:29] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:382)
  36. [18:49:29] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:481)
  37. [18:49:29] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:290)
  38. [18:49:29] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:884)
  39. [18:49:29] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  40. [18:49:29] [Server thread/WARN]: Caused by: java.sql.SQLException: Access denied for user 'IFH_API'@'Debian-100-buster-64-LAMP' (using password: YES)
  41. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
  42. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933)
  43. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869)
  44. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:864)
  45. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1707)
  46. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1217)
  47. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189)
  48. [18:49:29] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2036)
  49. [18:49:29] [Server thread/WARN]: ... 24 more
  50. [18:49:29] [Server thread/WARN]: java.lang.NullPointerException
  51. [18:49:29] [Server thread/WARN]: at de.ifheroes.games.survival.utils.system.myqsl.SurvivalTable.initialize(SurvivalTable.java:47)
  52. [18:49:29] [Server thread/WARN]: at de.ifheroes.games.survival.utils.system.myqsl.DatabaseTable.<init>(DatabaseTable.java:11)
  53. [18:49:29] [Server thread/WARN]: at de.ifheroes.games.survival.utils.system.myqsl.SurvivalTable.<init>(SurvivalTable.java:19)
  54. [18:49:29] [Server thread/WARN]: at de.ifheroes.games.survival.utils.system.myqsl.TableManager.<init>(TableManager.java:16)
  55. [18:49:29] [Server thread/WARN]: at de.ifheroes.games.survival.utils.PluginLoader.<init>(PluginLoader.java:55)
  56. [18:49:29] [Server thread/WARN]: at de.ifheroes.games.survival.Survival.onEnable(Survival.java:25)
  57. [18:49:29] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  58. [18:49:29] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
  59. [18:49:29] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
  60. [18:49:29] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:468)
  61. [18:49:29] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:382)
  62. [18:49:29] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:481)
  63. [18:49:29] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:290)
  64. [18:49:29] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:884)
  65. [18:49:29] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  66. [18:49:29] [Server thread/INFO]: [Core] Enabling Core v1.1.0
  67. [18:49:29] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.5.4
  68. [18:49:30] [Server thread/INFO]: Done (15.878s)! For help, type "help"
  69. [18:49:30] [Server thread/INFO]: Timings Reset
  70. [18:49:30] [Craft Scheduler Thread - 2/INFO]: Building Blocks will be load...
  71. [18:49:30] [User Authenticator #1/INFO]: UUID of player sryimangry is d6f3dfd4-5172-4123-a579-d1ba8c591cd2
  72. [18:49:30] [Craft Scheduler Thread - 2/WARN]: [Survival] Plugin Survival v1.0 (MC15.0) generated an exception while executing task 6
  73. java.lang.NullPointerException: null
  74. at de.ifheroes.games.survival.utils.system.myqsl.auction.AuctionMethodes.getSellItem(AuctionMethodes.java:184) ~[?:?]
  75. at de.ifheroes.games.survival.utils.system.myqsl.auction.AuctionItemListBuildingBlocks.<init>(AuctionItemListBuildingBlocks.java:288) ~[?:?]
  76. at de.ifheroes.games.survival.utils.system.Register.lambda$loadInventoryManager$0(Register.java:88) ~[?:?]
  77. at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.1.jar:git-Paper-60]
  78. at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.1.jar:git-Paper-60]
  79. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.1.jar:git-Paper-60]
  80. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_232]
  81. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_232]
  82. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  83. [18:49:30] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Survival v1.0 (MC15.0)
  84. java.lang.NullPointerException: null
  85. at de.ifheroes.games.survival.events.JoinListener.PlayerJoinEvent(JoinListener.java:37) ~[?:?]
  86. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor12.execute(Unknown Source) ~[?:?]
  87. at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.15.1.jar:git-Paper-60]
  88. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.1.jar:git-Paper-60]
  89. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.1.jar:git-Paper-60]
  90. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.15.1.jar:git-Paper-60]
  91. at net.minecraft.server.v1_15_R1.PlayerList.a(PlayerList.java:192) ~[patched_1.15.1.jar:git-Paper-60]
  92. at net.minecraft.server.v1_15_R1.LoginListener.c(LoginListener.java:174) ~[patched_1.15.1.jar:git-Paper-60]
  93. at net.minecraft.server.v1_15_R1.LoginListener.tick(LoginListener.java:65) ~[patched_1.15.1.jar:git-Paper-60]
  94. at net.minecraft.server.v1_15_R1.NetworkManager.a(NetworkManager.java:256) ~[patched_1.15.1.jar:git-Paper-60]
  95. at net.minecraft.server.v1_15_R1.ServerConnection.c(ServerConnection.java:139) ~[patched_1.15.1.jar:git-Paper-60]
  96. at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1263) ~[patched_1.15.1.jar:git-Paper-60]
  97. at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:417) ~[patched_1.15.1.jar:git-Paper-60]
  98. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:1106) ~[patched_1.15.1.jar:git-Paper-60]
  99. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:933) ~[patched_1.15.1.jar:git-Paper-60]
  100. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  101. [18:49:30] [Server thread/INFO]: sryimangry[/79.215.127.240:53385] logged in with entity id 100 at ([quest-world]-1686989.7174349106, 78.0, 2.353334170903816E7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement