Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 KB | None | 0 0
  1. [19:19:12] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta1-b2226
  2. [19:19:12] [Server thread/INFO]: [AuthMe] Connection arguments loaded, Hikari ConnectionPool ready!
  3. [19:19:12] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Starting...
  4. [19:19:13] [Server thread/WARN]: [Server thread] ERROR fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool - AuthMeMYSQLPool - Exception during pool initialization.
  5. [19:19:13] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  6.  
  7. The last packet successfully received from the server was 249 milliseconds ago. The last packet sent successfully to the server was 244 milliseconds ago.
  8. [19:19:13] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  9. [19:19:13] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  10. [19:19:13] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  11. [19:19:13] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  12. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  13. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
  14. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.ExportControlled.transformSocketToSSLSocket(ExportControlled.java:203)
  15. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.negotiateSSLConnection(MysqlIO.java:4901)
  16. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1659)
  17. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226)
  18. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2188)
  19. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219)
  20. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014)
  21. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776)
  22. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  23. [19:19:13] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  24. [19:19:13] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  25. [19:19:13] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  26. [19:19:13] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  27. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  28. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
  29. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  30. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
  31. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
  32. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
  33. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
  34. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
  35. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
  36. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
  37. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.datasource.MySQL.getConnection(MySQL.java:163)
  38. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.datasource.MySQL.checkTablesAndColumns(MySQL.java:170)
  39. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.datasource.MySQL.<init>(MySQL.java:72)
  40. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.initialization.DataSourceProvider.createDataSource(DataSourceProvider.java:66)
  41. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:47)
  42. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:25)
  43. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.ch.jalu.injector.handlers.instantiation.ProviderHandler$InstantiationByProviderClass.instantiateWith(ProviderHandler.java:129)
  44. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolveContext(InjectorImpl.java:164)
  45. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolve(InjectorImpl.java:133)
  46. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.getSingleton(InjectorImpl.java:72)
  47. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.AuthMe.instantiateServices(AuthMe.java:237)
  48. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.AuthMe.initialize(AuthMe.java:212)
  49. [19:19:13] [Server thread/WARN]: at fr.xephi.authme.AuthMe.onEnable(AuthMe.java:127)
  50. [19:19:13] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  51. [19:19:13] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  52. [19:19:13] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  53. [19:19:13] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
  54. [19:19:13] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
  55. [19:19:13] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
  56. [19:19:13] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
  57. [19:19:13] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
  58. [19:19:13] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
  59. [19:19:13] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
  60. [19:19:13] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  61. [19:19:13] [Server thread/WARN]: Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors
  62. [19:19:13] [Server thread/WARN]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  63. [19:19:13] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1937)
  64. [19:19:13] [Server thread/WARN]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
  65. [19:19:13] [Server thread/WARN]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
  66. [19:19:13] [Server thread/WARN]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1478)
  67. [19:19:13] [Server thread/WARN]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212)
  68. [19:19:13] [Server thread/WARN]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
  69. [19:19:13] [Server thread/WARN]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
  70. [19:19:13] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1050)
  71. [19:19:13] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1363)
  72. [19:19:13] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1391)
  73. [19:19:13] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1375)
  74. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.ExportControlled.transformSocketToSSLSocket(ExportControlled.java:188)
  75. [19:19:13] [Server thread/WARN]: ... 46 more
  76. [19:19:13] [Server thread/WARN]: Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors
  77. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.ExportControlled$X509TrustManagerWrapper.checkServerTrusted(ExportControlled.java:304)
  78. [19:19:13] [Server thread/WARN]: at sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:922)
  79. [19:19:13] [Server thread/WARN]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1460)
  80. [19:19:13] [Server thread/WARN]: ... 54 more
  81. [19:19:13] [Server thread/WARN]: Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors
  82. [19:19:13] [Server thread/WARN]: at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:153)
  83. [19:19:13] [Server thread/WARN]: at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:79)
  84. [19:19:13] [Server thread/WARN]: at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292)
  85. [19:19:13] [Server thread/WARN]: at com.mysql.jdbc.ExportControlled$X509TrustManagerWrapper.checkServerTrusted(ExportControlled.java:297)
  86. [19:19:13] [Server thread/WARN]: ... 56 more
  87. [19:19:13] [Server thread/WARN]: [AuthMe] Can't initialize the MySQL database: [CommunicationsException]: Communications link failure
  88.  
  89. The last packet successfully received from the server was 249 milliseconds ago. The last packet sent successfully to the server was 244 milliseconds ago.
  90. [19:19:13] [Server thread/WARN]: [AuthMe] Please check your database settings in the config.yml file!
  91. [19:19:13] [Server thread/WARN]: [AuthMe] Could not create data source: [CommunicationsException]: Communications link failure
  92.  
  93. The last packet successfully received from the server was 249 milliseconds ago. The last packet sent successfully to the server was 244 milliseconds ago.
  94. [19:19:13] [Server thread/WARN]: [AuthMe] Aborting initialization of AuthMe: [IllegalStateException]: Error during initialization of data source
  95. [19:19:13] [Server thread/WARN]: [AuthMe] THE SERVER IS GOING TO SHUT DOWN AS DEFINED IN THE CONFIGURATION!
  96. [19:19:13] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
  97. [19:19:13] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta1-b2226 disabled!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement