Advertisement
Guest User

Untitled

a guest
May 19th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.09 KB | None | 0 0
  1. 19.05 16:45:25 [Server] INFO ERROR CONNECTING TO DATABASE!
  2. 19.05 16:45:25 [Server] WARN java.sql.SQLException: Access denied for user 'user'@'127.0.0.1' (using password: YES)
  3. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  4. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  5. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  6. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  7. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  8. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  9. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  10. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  11. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  12. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  13. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  14. 19.05 16:45:25 [Server] WARN at sun.reflect.GeneratedConstructorAccessor185.newInstance(Unknown Source)
  15. 19.05 16:45:25 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  16. 19.05 16:45:25 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  17. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  18. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  19. 19.05 16:45:25 [Server] WARN at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  20. 19.05 16:45:25 [Server] WARN at java.sql.DriverManager.getConnection(DriverManager.java:664)
  21. 19.05 16:45:25 [Server] WARN at java.sql.DriverManager.getConnection(DriverManager.java:247)
  22. 19.05 16:45:25 [Server] WARN at me.recolance.auction.data.Database.openDatabaseConnection(Database.java:20)
  23. 19.05 16:45:25 [Server] WARN at me.recolance.auction.data.Database.getConnection(Database.java:39)
  24. 19.05 16:45:25 [Server] WARN at me.recolance.auction.data.DataHandler.loadUnclaimedListings(DataHandler.java:101)
  25. 19.05 16:45:25 [Server] WARN at me.recolance.auction.controller.Events.onJoin(Events.java:15)
  26. 19.05 16:45:25 [Server] WARN at sun.reflect.GeneratedMethodAccessor326.invoke(Unknown Source)
  27. 19.05 16:45:25 [Server] WARN at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. 19.05 16:45:25 [Server] WARN at java.lang.reflect.Method.invoke(Method.java:498)
  29. 19.05 16:45:25 [Server] WARN at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
  30. 19.05 16:45:25 [Server] WARN at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  31. 19.05 16:45:25 [Server] WARN at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  32. 19.05 16:45:25 [Server] WARN at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  33. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
  34. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
  35. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
  36. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
  37. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
  38. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
  39. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
  40. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  41. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  42. 19.05 16:45:25 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  43. 19.05 16:45:25 [Server] WARN at java.lang.Thread.run(Thread.java:745)
  44. 19.05 16:45:25 [Server] ERROR Could not pass event PlayerJoinEvent to Auction v1.0
  45. 19.05 16:45:25 [Server] INFO org.bukkit.event.EventException
  46. 19.05 16:45:25 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  47. 19.05 16:45:25 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  48. 19.05 16:45:25 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  49. 19.05 16:45:25 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  50. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  51. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  52. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  53. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  54. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  55. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  56. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  57. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  58. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  59. 19.05 16:45:25 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  60. 19.05 16:45:25 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
  61. 19.05 16:45:25 [Server] INFO Caused by: java.lang.NullPointerException
  62. 19.05 16:45:25 [Server] INFO at me.recolance.auction.data.DataHandler.loadUnclaimedListings(DataHandler.java:103) ~[?:?]
  63. 19.05 16:45:25 [Server] INFO at me.recolance.auction.controller.Events.onJoin(Events.java:15) ~[?:?]
  64. 19.05 16:45:25 [Server] INFO at sun.reflect.GeneratedMethodAccessor326.invoke(Unknown Source) ~[?:?]
  65. 19.05 16:45:25 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
  66. 19.05 16:45:25 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
  67. 19.05 16:45:25 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  68. 19.05 16:45:25 [Server] INFO ... 14 more
  69. 19.05 16:45:25 [Server] INFO Grooms: /staff off
  70. 19.05 16:45:25 [Connect] User Grooms, IP 173.22.198.172
  71. 19.05 16:45:25 [Server] INFO [GAListener] Player: Grooms has 0 votes
  72. 19.05 16:45:25 [Multicraft] Grooms ran command Message of the Day
  73. 19.05 16:45:25 [Server] INFO [+] Grooms
  74. 19.05 16:45:29 [Server] INFO ✪Universal Mod〉FIZZY ➤ fag
  75. 19.05 16:45:33 [Server] INFO Co–Owner〉Kix ➤ :(
  76. 19.05 16:45:37 [Server] INFO ✪Universal Mod〉FIZZY ➤ lol
  77. 19.05 16:45:38 [Server] INFO Mod〉DatzZooIsSwag ➤ I need help breaking this obsidian. Can you help me?
  78. 19.05 16:45:43 [Server] INFO Grooms issued server command: /tp zoo
  79. 19.05 16:45:46 [Server] INFO FizzY_Mango issued server command: /tp DatzZooIsSwag
  80. 19.05 16:45:55 [Server] INFO Mod〉DatzZooIsSwag ➤ Thanks baes
  81. 19.05 16:45:56 [Server] INFO Co–Owner〉Kix ➤ gg
  82. 19.05 16:45:58 [Server] INFO Co–Owner〉Kix ➤ no prob
  83. 19.05 16:45:59 [Disconnect] User Grooms has disconnected, reason: Disconnected
  84. 19.05 16:45:59 [Server] INFO [-] Grooms
  85. 19.05 16:46:19 [Server] INFO Mod〉DatzZooIsSwag ➤ And he leaves.
  86. 19.05 16:46:21 [Server] INFO [ClearLag] Warning Ground items will be removed in 60 seconds!
  87. 19.05 16:46:45 [Server] WARN FizzY_Mango moved too quickly! 22.2626898943098,37.498122403564,-38.0174156475955 (22.2626898943098, 37.498122403564, -38.0174156475955)
  88. 19.05 16:46:45 [Server] WARN FizzY_Mango moved too quickly! -0.07093099877238274,14.99924898147583,-4.899241328239441 (-0.07093099877238274, 14.99924898147583, -4.899241328239441)
  89. 19.05 16:46:45 [Server] WARN FizzY_Mango moved too quickly! -0.07093099877238274,14.99924898147583,-4.899241328239441 (-0.07093099877238274, 14.99924898147583, -4.899241328239441)
  90. 19.05 16:46:45 [Server] WARN FizzY_Mango moved too quickly! -0.20640920828782328,38.99804735183713,-14.256792393664455 (-0.20640920828782328, 38.99804735183713, -14.256792393664455)
  91. 19.05 16:46:45 [Server] WARN FizzY_Mango moved too quickly! -0.07093099877238274,14.99924898147583,-4.899241328239441 (-0.07093099877238274, 14.99924898147583, -4.899241328239441)
  92. 19.05 16:46:45 [Server] WARN FizzY_Mango moved too quickly! -0.13480356894433498,14.99924898147583,-4.897899925708771 (-0.13480356894433498, 14.99924898147583, -4.897899925708771)
  93. 19.05 16:46:46 [Server] WARN FizzY_Mango moved too quickly! -2.6237599953041126,38.99804735183713,-13.645477348868553 (-2.6237599953041126, 38.99804735183713, -13.645477348868553)
  94. 19.05 16:46:46 [Server] WARN FizzY_Mango moved too quickly! -2.4886932969093323,14.99924898147583,-4.220663905143738 (-2.4886932969093323, 14.99924898147583, -4.220663905143738)
  95. 19.05 16:46:46 [Server] WARN FizzY_Mango moved too quickly! -7.242097559274725,38.99804735183713,-12.282132074659557 (-7.242097559274725, 38.99804735183713, -12.282132074659557)
  96. 19.05 16:46:46 [Server] WARN FizzY_Mango moved too quickly! -2.4886932969093323,14.99924898147583,-4.220663905143738 (-2.4886932969093323, 14.99924898147583, -4.220663905143738)
  97. 19.05 16:46:46 [Server] WARN FizzY_Mango moved too quickly! -2.4886932969093323,14.99924898147583,-4.220663905143738 (-2.4886932969093323, 14.99924898147583, -4.220663905143738)
  98. 19.05 16:47:01 [Server] INFO [BuycraftX] Fetching all due players...
  99. 19.05 16:47:01 [Server] INFO [ClearLag] Warning Ground items will be removed in 20 seconds!
  100. 19.05 16:47:03 [Server] INFO [BuycraftX] Fetched due players (0 found).
  101. 19.05 16:47:22 [Server] INFO [ClearLag] Removed 27 Entities!
  102. 19.05 16:47:50 [Server] INFO UUID of player CPD is 7d2e2bae-bdcd-4d22-880e-78e46cfc4a77
  103. 19.05 16:47:50 [Server] INFO ERROR CONNECTING TO DATABASE!
  104. 19.05 16:47:50 [Server] WARN java.sql.SQLException: Access denied for user 'user'@'127.0.0.1' (using password: YES)
  105. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  106. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  107. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  108. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  109. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  110. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  111. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  112. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  113. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  114. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  115. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  116. 19.05 16:47:50 [Server] WARN at sun.reflect.GeneratedConstructorAccessor185.newInstance(Unknown Source)
  117. 19.05 16:47:50 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  118. 19.05 16:47:50 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  119. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  120. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  121. 19.05 16:47:50 [Server] WARN at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  122. 19.05 16:47:50 [Server] WARN at java.sql.DriverManager.getConnection(DriverManager.java:664)
  123. 19.05 16:47:50 [Server] WARN at java.sql.DriverManager.getConnection(DriverManager.java:247)
  124. 19.05 16:47:50 [Server] WARN at me.recolance.auction.data.Database.openDatabaseConnection(Database.java:20)
  125. 19.05 16:47:50 [Server] WARN at me.recolance.auction.data.Database.getConnection(Database.java:39)
  126. 19.05 16:47:50 [Server] WARN at me.recolance.auction.data.DataHandler.loadUnclaimedListings(DataHandler.java:101)
  127. 19.05 16:47:50 [Server] WARN at me.recolance.auction.controller.Events.onJoin(Events.java:15)
  128. 19.05 16:47:50 [Server] WARN at sun.reflect.GeneratedMethodAccessor326.invoke(Unknown Source)
  129. 19.05 16:47:50 [Server] WARN at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  130. 19.05 16:47:50 [Server] WARN at java.lang.reflect.Method.invoke(Method.java:498)
  131. 19.05 16:47:50 [Server] WARN at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
  132. 19.05 16:47:50 [Server] WARN at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  133. 19.05 16:47:50 [Server] WARN at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  134. 19.05 16:47:50 [Server] WARN at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  135. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
  136. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
  137. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
  138. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
  139. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
  140. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
  141. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
  142. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  143. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  144. 19.05 16:47:50 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  145. 19.05 16:47:50 [Server] WARN at java.lang.Thread.run(Thread.java:745)
  146. 19.05 16:47:50 [Server] ERROR Could not pass event PlayerJoinEvent to Auction v1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement