Advertisement
iAim

Untitled

Mar 24th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. [ERROR] battlepass-hikari - Exception during pool initialization.
  2.  
  3. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: ""
  4.  
  5. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
  6.  
  7. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
  8.  
  9. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
  10.  
  11. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
  12.  
  13. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  14.  
  15. at com.mysql.jdbc.Util.getInstance(Util.java:382) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  16.  
  17. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  18.  
  19. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  20.  
  21. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  22.  
  23. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1116) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  24.  
  25. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  26.  
  27. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  28.  
  29. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  30.  
  31. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  32.  
  33. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  34.  
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
  36.  
  37. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
  38.  
  39. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
  40.  
  41. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
  42.  
  43. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  44.  
  45. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  46.  
  47. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  48.  
  49. at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:440) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  50.  
  51. at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:138) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  52.  
  53. at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:346) ~[NametagEdit%20(1).jar:?]
  54.  
  55. at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:196) ~[NametagEdit%20(1).jar:?]
  56.  
  57. at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:442) [NametagEdit%20(1).jar:?]
  58.  
  59. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:505) [NametagEdit%20(1).jar:?]
  60.  
  61. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:113) [NametagEdit%20(1).jar:?]
  62.  
  63. at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:72) [NametagEdit%20(1).jar:?]
  64.  
  65. at pw.javadebug.battlepass.storage.mysql.MySqlConnectionFactory.init(MySqlConnectionFactory.java:28) [battlepass-2.3.7.jar:?]
  66.  
  67. at pw.javadebug.battlepass.storage.mysql.MySqlStorage.init(MySqlStorage.java:30) [battlepass-2.3.7.jar:?]
  68.  
  69. at pw.javadebug.battlepass.BattlePlugin.bindStorage(BattlePlugin.java:143) [battlepass-2.3.7.jar:?]
  70.  
  71. at pw.javadebug.battlepass.BattlePlugin.onEnable(BattlePlugin.java:58) [battlepass-2.3.7.jar:?]
  72.  
  73. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  74.  
  75. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  76.  
  77. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  78.  
  79. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  80.  
  81. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  82.  
  83. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  84.  
  85. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  86.  
  87. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  88.  
  89. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  90.  
  91. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement