Advertisement
Guest User

Untitled

a guest
May 8th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. 18:34:11] [main/ERROR] [JPremium]: Could not load JPremium assets!
  2. [18:34:11] [main/ERROR]: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Communications link failure
  3. [18:34:11] [main/ERROR]:
  4. [18:34:11] [main/ERROR]: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  5. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:576)
  6. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
  7. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
  8. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81)
  9. [18:34:11] [main/ERROR]: at com.jakub.premium.d.h.<init>(Unknown Source)
  10. [18:34:11] [main/ERROR]: at com.jakub.premium.JPremium.onEnable(Unknown Source)
  11. [18:34:11] [main/ERROR]: at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:300)
  12. [18:34:11] [main/ERROR]: at net.md_5.bungee.BungeeCord.start(BungeeCord.java:319)
  13. [18:34:11] [main/ERROR]: at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:49)
  14. [18:34:11] [main/ERROR]: at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  15. [18:34:11] [main/ERROR]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  16. [18:34:11] [main/ERROR]:
  17. [18:34:11] [main/ERROR]: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  18. [18:34:11] [main/ERROR]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  19. [18:34:11] [main/ERROR]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  20. [18:34:11] [main/ERROR]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  21. [18:34:11] [main/ERROR]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
  22. [18:34:11] [main/ERROR]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  23. [18:34:11] [main/ERROR]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
  24. [18:34:11] [main/ERROR]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:335)
  25. [18:34:11] [main/ERROR]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2187)
  26. [18:34:11] [main/ERROR]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2220)
  27. [18:34:11] [main/ERROR]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2015)
  28. [18:34:11] [main/ERROR]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:768)
  29. [18:34:11] [main/ERROR]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  30. [18:34:11] [main/ERROR]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  31. [18:34:11] [main/ERROR]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  32. [18:34:11] [main/ERROR]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  33. [18:34:11] [main/ERROR]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
  34. [18:34:11] [main/ERROR]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  35. [18:34:11] [main/ERROR]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385)
  36. [18:34:11] [main/ERROR]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
  37. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
  38. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
  39. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:367)
  40. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:196)
  41. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
  42. [18:34:11] [main/ERROR]: at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541)
  43. [18:34:11] [main/ERROR]: ... 8 more
  44. [18:34:11] [main/ERROR]: Caused by: java.net.ConnectException: Connection refused (Connection refused)
  45. [18:34:11] [main/ERROR]: at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
  46. [18:34:11] [main/ERROR]: at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
  47. [18:34:11] [main/ERROR]: at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
  48. [18:34:11] [main/ERROR]: at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
  49. [18:34:11] [main/ERROR]: at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  50. [18:34:11] [main/ERROR]: at java.base/java.net.Socket.connect(Socket.java:609)
  51. [18:34:11] [main/ERROR]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
  52. [18:34:11] [main/ERROR]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:299)
  53. [18:34:11] [main/ERROR]: ... 26 more
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement