Advertisement
Ivan_number_one

error

Mar 8th, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.32 KB | None | 0 0
  1. [17:12:38] [ServerMain/INFO]: Building unoptimized datafixer
  2. [17:12:40] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  3. [17:12:43] [ServerMain/INFO]: Loaded 7 recipes
  4. [17:12:45] [Server thread/INFO]: Starting minecraft server version 1.19.3
  5. [17:12:45] [Server thread/INFO]: Loading properties
  6. [17:12:45] [Server thread/INFO]: This server is running Paper version git-Paper-445 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 4d7269e)
  7. [17:12:45] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [17:12:45] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [17:12:45] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
  10. [17:12:46] [Server thread/INFO]: Default game type: SURVIVAL
  11. [17:12:46] [Server thread/INFO]: Generating keypair
  12. [17:12:46] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:30019
  13. [17:12:46] [Server thread/INFO]: Using epoll channel type
  14. [17:12:46] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
  15. [17:12:46] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
  16. [17:12:47] [Server thread/INFO]: [AuthMe] Loading server plugin AuthMe v5.6.0-SNAPSHOT-b2599
  17. [17:12:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  18. [17:12:47] [Server thread/INFO]: Preparing level "world"
  19. [17:12:48] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  20. [17:12:48] [Server thread/INFO]: Time elapsed: 305 ms
  21. [17:12:48] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  22. [17:12:49] [Server thread/INFO]: Time elapsed: 196 ms
  23. [17:12:49] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  24. [17:12:49] [Server thread/INFO]: Time elapsed: 184 ms
  25. [17:12:49] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2599
  26. [17:12:50] [Server thread/INFO]: [AuthMe] Connection arguments loaded, Hikari ConnectionPool ready!
  27. [17:12:50] [Server thread/ERROR]: [AuthMe] [STDERR] [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Starting...
  28. [17:12:50] [Server thread/WARN]: Nag author(s): '[sgdc3, ljacqu, games647, Hex3l, krusic22]' of 'AuthMe' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  29. [17:12:52] [Server thread/ERROR]: [AuthMe] [STDERR] [Server thread] ERROR fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool - AuthMeMYSQLPool - Exception during pool initialization.
  30. [17:12:52] [Server thread/WARN]: fr.xephi.authme.libs.com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
  31. [17:12:52] [Server thread/WARN]:
  32. [17:12:52] [Server thread/WARN]: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  33. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
  34. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
  35. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
  36. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
  37. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
  38. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
  39. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
  40. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
  41. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
  42. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
  43. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
  44. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
  45. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
  46. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.datasource.MySQL.getConnection(MySQL.java:185)
  47. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.datasource.MySQL.checkTablesAndColumns(MySQL.java:193)
  48. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.datasource.MySQL.<init>(MySQL.java:78)
  49. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.initialization.DataSourceProvider.createDataSource(DataSourceProvider.java:68)
  50. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:50)
  51. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:26)
  52. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.ch.jalu.injector.handlers.instantiation.ProviderHandler$InstantiationByProviderClass.instantiateWith(ProviderHandler.java:129)
  53. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolveContext(InjectorImpl.java:164)
  54. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolve(InjectorImpl.java:133)
  55. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.getSingleton(InjectorImpl.java:72)
  56. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.AuthMe.instantiateServices(AuthMe.java:245)
  57. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.AuthMe.initialize(AuthMe.java:221)
  58. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.AuthMe.onEnable(AuthMe.java:145)
  59. [17:12:52] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
  60. [17:12:52] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192)
  61. [17:12:52] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
  62. [17:12:52] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
  63. [17:12:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:560)
  64. [17:12:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:471)
  65. [17:12:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635)
  66. [17:12:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434)
  67. [17:12:52] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
  68. [17:12:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1101)
  69. [17:12:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  70. [17:12:52] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  71. [17:12:52] [Server thread/WARN]: Caused by: fr.xephi.authme.libs.com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
  72. [17:12:52] [Server thread/WARN]:
  73. [17:12:52] [Server thread/WARN]: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  74. [17:12:52] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  75. [17:12:52] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
  76. [17:12:52] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  77. [17:12:52] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
  78. [17:12:52] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
  79. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
  80. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
  81. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
  82. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
  83. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
  84. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.NativeSession.connect(NativeSession.java:120)
  85. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:948)
  86. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
  87. [17:12:52] [Server thread/WARN]: ... 35 more
  88. [17:12:52] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused
  89. [17:12:52] [Server thread/WARN]: at java.base/sun.nio.ch.Net.pollConnect(Native Method)
  90. [17:12:52] [Server thread/WARN]: at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
  91. [17:12:52] [Server thread/WARN]: at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542)
  92. [17:12:52] [Server thread/WARN]: at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597)
  93. [17:12:52] [Server thread/WARN]: at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
  94. [17:12:52] [Server thread/WARN]: at java.base/java.net.Socket.connect(Socket.java:633)
  95. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153)
  96. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
  97. [17:12:52] [Server thread/WARN]: ... 38 more
  98. [17:12:52] [Server thread/WARN]: [AuthMe] Can't initialize the MySQL database: [CommunicationsException]: Communications link failure
  99.  
  100. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  101. [17:12:52] [Server thread/WARN]: [AuthMe] Please check your database settings in the config.yml file!
  102. [17:12:52] [Server thread/WARN]: [AuthMe] Could not create data source: [CommunicationsException]: Communications link failure
  103.  
  104. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  105. [17:12:52] [Server thread/WARN]: [AuthMe] Aborting initialization of AuthMe: [IllegalStateException]: Error during initialization of data source
  106. [17:12:52] [Server thread/WARN]: java.lang.IllegalStateException: Error during initialization of data source
  107. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:53)
  108. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:26)
  109. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.ch.jalu.injector.handlers.instantiation.ProviderHandler$InstantiationByProviderClass.instantiateWith(ProviderHandler.java:129)
  110. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolveContext(InjectorImpl.java:164)
  111. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolve(InjectorImpl.java:133)
  112. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.getSingleton(InjectorImpl.java:72)
  113. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.AuthMe.instantiateServices(AuthMe.java:245)
  114. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.AuthMe.initialize(AuthMe.java:221)
  115. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.AuthMe.onEnable(AuthMe.java:145)
  116. [17:12:52] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
  117. [17:12:52] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192)
  118. [17:12:52] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
  119. [17:12:52] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
  120. [17:12:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:560)
  121. [17:12:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:471)
  122. [17:12:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635)
  123. [17:12:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434)
  124. [17:12:52] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
  125. [17:12:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1101)
  126. [17:12:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  127. [17:12:52] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  128. [17:12:52] [Server thread/WARN]: Caused by: fr.xephi.authme.libs.com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
  129. [17:12:52] [Server thread/WARN]:
  130. [17:12:52] [Server thread/WARN]: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  131. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
  132. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
  133. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828)
  134. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
  135. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
  136. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
  137. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
  138. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
  139. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
  140. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
  141. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
  142. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
  143. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
  144. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.datasource.MySQL.getConnection(MySQL.java:185)
  145. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.datasource.MySQL.checkTablesAndColumns(MySQL.java:193)
  146. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.datasource.MySQL.<init>(MySQL.java:78)
  147. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.initialization.DataSourceProvider.createDataSource(DataSourceProvider.java:68)
  148. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:50)
  149. [17:12:52] [Server thread/WARN]: ... 20 more
  150. [17:12:52] [Server thread/WARN]: Caused by: fr.xephi.authme.libs.com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
  151. [17:12:52] [Server thread/WARN]:
  152. [17:12:52] [Server thread/WARN]: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  153. [17:12:52] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  154. [17:12:52] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
  155. [17:12:52] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  156. [17:12:52] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
  157. [17:12:52] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
  158. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
  159. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
  160. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
  161. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
  162. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
  163. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.NativeSession.connect(NativeSession.java:120)
  164. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:948)
  165. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818)
  166. [17:12:52] [Server thread/WARN]: ... 35 more
  167. [17:12:52] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused
  168. [17:12:52] [Server thread/WARN]: at java.base/sun.nio.ch.Net.pollConnect(Native Method)
  169. [17:12:52] [Server thread/WARN]: at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
  170. [17:12:52] [Server thread/WARN]: at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542)
  171. [17:12:52] [Server thread/WARN]: at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597)
  172. [17:12:52] [Server thread/WARN]: at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
  173. [17:12:52] [Server thread/WARN]: at java.base/java.net.Socket.connect(Socket.java:633)
  174. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153)
  175. [17:12:52] [Server thread/WARN]: at AuthMe-5.6.0-SNAPSHOT.jar//fr.xephi.authme.libs.com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
  176. [17:12:52] [Server thread/WARN]: ... 38 more
  177. [17:12:52] [Server thread/WARN]: [AuthMe] THE SERVER IS GOING TO SHUT DOWN AS DEFINED IN THE CONFIGURATION!
  178. [17:12:52] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
  179. [17:12:52] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT-b2599 disabled!
  180. [17:12:52] [Server thread/INFO]: Running delayed init tasks
  181. [17:12:52] [Server thread/INFO]: Done (7.498s)! For help, type "help"
  182. [17:12:52] [Server thread/INFO]: Stopping server
  183. [17:12:52] [Server thread/INFO]: Saving players
  184. [17:12:52] [Server thread/INFO]: Saving worlds
  185. [17:12:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
  186. [17:12:52] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
  187. [17:12:52] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
  188. [17:12:52] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
  189. [17:12:52] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world' in 0.00s
  190. [17:12:53] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  191. [17:12:53] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
  192. [17:12:53] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
  193. [17:12:53] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
  194. [17:12:53] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
  195. [17:12:53] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_nether' in 0.00s
  196. [17:12:53] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  197. [17:12:53] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
  198. [17:12:53] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
  199. [17:12:53] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
  200. [17:12:53] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
  201. [17:12:53] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_the_end' in 0.00s
  202. [17:12:53] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  203. [17:12:53] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
  204. [17:12:53] [Server thread/INFO]: Saving usercache.json
  205. [17:12:53] [Server thread/INFO]: Flushing Chunk IO
  206. [17:12:53] [Server thread/INFO]: Closing Thread Pool
  207. [17:12:56] [Server thread/INFO]: Closing Server
  208.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement