· 5 years ago · May 27, 2020, 07:40 AM
1[07:35:19] [Server thread/INFO]: Starting minecraft server version 1.15.2
2[07:35:19] [Server thread/INFO]: Loading properties
3[07:35:19] [Server thread/INFO]: This server is running Paper version git-Paper-318 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
4[07:35:20] [Server thread/INFO]: Debug logging is disabled
5[07:35:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[07:35:20] [Server thread/INFO]: Using 4 threads for Netty based IO
7[07:35:20] [Server thread/INFO]: Default game type: SURVIVAL
8[07:35:20] [Server thread/INFO]: Generating keypair
9[07:35:23] [Server thread/INFO]: Starting Minecraft server on localhost:25566
10[07:35:23] [Server thread/INFO]: Using epoll channel type
11[07:35:25] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.32
12[07:35:25] [ForkJoinPool-2-worker-51/INFO]: [LuckPerms] It is safe to ignore any warning printed following this message starting with 'WARNING: An illegal reflective access operation has occurred, Illegal reflective access by me.lucko.luckperms.common.dependencies.classloader.ReflectionClassLoader'. This is intended, and will not have any impact on the operation of LuckPerms.
13[07:35:25] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
14[07:35:25] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.0
15[07:35:25] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.2.0
16[07:35:25] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.2.0
17[07:35:25] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.17.2.0
18[07:35:25] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
19[07:35:25] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.32
20[07:35:25] [Server thread/INFO]: __
21[07:35:25] [Server thread/INFO]: | |__) LuckPerms v5.1.32
22[07:35:25] [Server thread/INFO]: |___ | Running on Bukkit - Paper
23[07:35:25] [Server thread/INFO]:
24[07:35:25] [Server thread/INFO]: [LuckPerms] Loading configuration...
25[07:35:27] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
26[07:35:27] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
27[07:35:27] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
28[07:35:32] [Server thread/ERROR]: [LuckPerms] Failed to init storage implementation
29[07:35:32] [Server thread/WARN]: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5018ms.
30[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:689)
31[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
32[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
33[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
34[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:151)
35[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.init(SqlStorage.java:155)
36[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.init(Storage.java:115)
37[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.common.storage.StorageFactory.getInstance(StorageFactory.java:88)
38[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:146)
39[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onEnable(LPBukkitBootstrap.java:161)
40[07:35:32] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
41[07:35:32] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
42[07:35:32] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
43[07:35:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472)
44[07:35:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386)
45[07:35:32] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:235)
46[07:35:32] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900)
47[07:35:32] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:834)
48[07:35:32] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
49[07:35:32] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
50[07:35:32] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
51[07:35:32] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
52[07:35:32] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
53[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
54[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
55[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
56[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
57[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
58[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
59[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:878)
60[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:874)
61[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1770)
62[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1217)
63[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189)
64[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2220)
65[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2015)
66[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:768)
67[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
68[07:35:32] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
69[07:35:32] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
70[07:35:32] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
71[07:35:32] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
72[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
73[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385)
74[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
75[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
76[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
77[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:354)
78[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:202)
79[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
80[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
81[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:719)
82[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:705)
83[07:35:32] [Server thread/WARN]: at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
84[07:35:32] [Server thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
85[07:35:32] [Server thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
86[07:35:32] [Server thread/WARN]: ... 1 more
87[07:35:32] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
88[07:35:32] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
89[07:35:32] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
90[07:35:32] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
91[07:35:32] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
92[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
93[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
94[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
95[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
96[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
97[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
98[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.authentication.CachingSha2PasswordPlugin.nextAuthenticationStep(CachingSha2PasswordPlugin.java:130)
99[07:35:32] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1768)
100[07:35:32] [Server thread/WARN]: ... 25 more
101[07:35:32] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
102[07:35:37] [Server thread/WARN]: java.lang.RuntimeException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
103[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.init(SqlMessenger.java:57)
104[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.MessagingFactory$SqlMessengerProvider.obtain(MessagingFactory.java:154)
105[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.LuckPermsMessagingService.<init>(LuckPermsMessagingService.java:73)
106[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.MessagingFactory.getServiceFor(MessagingFactory.java:106)
107[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.bukkit.messaging.BukkitMessagingFactory.getServiceFor(BukkitMessagingFactory.java:64)
108[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.MessagingFactory.getInstance(MessagingFactory.java:84)
109[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:147)
110[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onEnable(LPBukkitBootstrap.java:161)
111[07:35:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
112[07:35:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
113[07:35:37] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
114[07:35:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472)
115[07:35:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386)
116[07:35:37] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:235)
117[07:35:37] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900)
118[07:35:37] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:834)
119[07:35:37] [Server thread/WARN]: Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
120[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:689)
121[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
122[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
123[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
124[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:151)
125[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.getConnection(SqlMessenger.java:85)
126[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.sql.AbstractSqlMessenger.init(AbstractSqlMessenger.java:56)
127[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.init(SqlMessenger.java:55)
128[07:35:37] [Server thread/WARN]: ... 15 more
129[07:35:37] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
130[07:35:37] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
131[07:35:37] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
132[07:35:37] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
133[07:35:37] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
134[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
135[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
136[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
137[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
138[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
139[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
140[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:878)
141[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:874)
142[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1770)
143[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1217)
144[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189)
145[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2220)
146[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2015)
147[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:768)
148[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
149[07:35:37] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
150[07:35:37] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
151[07:35:37] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
152[07:35:37] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
153[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
154[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385)
155[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
156[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
157[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
158[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:354)
159[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:202)
160[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
161[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
162[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:719)
163[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:705)
164[07:35:37] [Server thread/WARN]: at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
165[07:35:37] [Server thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
166[07:35:37] [Server thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
167[07:35:37] [Server thread/WARN]: ... 1 more
168[07:35:37] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
169[07:35:37] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
170[07:35:37] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
171[07:35:37] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
172[07:35:37] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
173[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
174[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
175[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
176[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
177[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
178[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
179[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.authentication.CachingSha2PasswordPlugin.nextAuthenticationStep(CachingSha2PasswordPlugin.java:130)
180[07:35:37] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1768)
181[07:35:37] [Server thread/WARN]: ... 25 more
182[07:35:37] [Server thread/WARN]: [LuckPerms] Messaging service 'sql' not recognised.
183[07:35:38] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
184[07:35:40] [Server thread/INFO]: [LuckPerms] Performing initial data load...
185[07:35:45] [Server thread/WARN]: java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5002ms.
186[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$1(Storage.java:104)
187[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736)
188[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1728)
189[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
190[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
191[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
192[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
193[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
194[07:35:45] [Server thread/WARN]: Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5002ms.
195[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:689)
196[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
197[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
198[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
199[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:151)
200[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.loadAllGroups(SqlStorage.java:439)
201[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$loadAllGroups$10(Storage.java:195)
202[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$1(Storage.java:99)
203[07:35:45] [Server thread/WARN]: ... 7 more
204[07:35:45] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
205[07:35:45] [Server thread/WARN]: at jdk.internal.reflect.GeneratedConstructorAccessor20.newInstance(Unknown Source)
206[07:35:45] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
207[07:35:45] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
208[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
209[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
210[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
211[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
212[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
213[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
214[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:878)
215[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:874)
216[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1770)
217[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1217)
218[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189)
219[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2220)
220[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2015)
221[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:768)
222[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
223[07:35:45] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
224[07:35:45] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
225[07:35:45] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
226[07:35:45] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
227[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
228[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385)
229[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
230[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
231[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
232[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:354)
233[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:202)
234[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
235[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
236[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:719)
237[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:705)
238[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
239[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
240[07:35:45] [Server thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
241[07:35:45] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:834)
242[07:35:45] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
243[07:35:45] [Server thread/WARN]: at jdk.internal.reflect.GeneratedConstructorAccessor20.newInstance(Unknown Source)
244[07:35:45] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
245[07:35:45] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
246[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
247[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
248[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
249[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
250[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
251[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
252[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.authentication.CachingSha2PasswordPlugin.nextAuthenticationStep(CachingSha2PasswordPlugin.java:130)
253[07:35:45] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1768)
254[07:35:45] [Server thread/WARN]: ... 25 more
255[07:35:45] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 19923ms)
256[07:35:45] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
257[07:35:45] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
258[07:35:45] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
259[07:35:45] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
260[07:35:46] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
261[07:35:46] [Server thread/WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
262[07:35:46] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
263[07:35:46] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
264[07:35:46] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
265[07:35:46] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
266[07:35:46] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
267[07:35:46] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
268[07:35:46] [Server thread/INFO]: Preparing level "aemcraft_survival"
269[07:35:46] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
270[07:36:01] [Server thread/INFO]: Loaded 6 recipes
271[07:36:02] [Server thread/INFO]: -------- World Settings For [aemcraft_survival] --------
272[07:36:02] [Server thread/INFO]: Mob Spawn Range: 8
273[07:36:02] [Server thread/INFO]: Experience Merge Radius: 3.0
274[07:36:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
275[07:36:02] [Server thread/INFO]: Cane Growth Modifier: 100%
276[07:36:02] [Server thread/INFO]: Melon Growth Modifier: 100%
277[07:36:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
278[07:36:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
279[07:36:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
280[07:36:02] [Server thread/INFO]: Beetroot Growth Modifier: 100%
281[07:36:02] [Server thread/INFO]: Carrot Growth Modifier: 100%
282[07:36:02] [Server thread/INFO]: Potato Growth Modifier: 100%
283[07:36:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
284[07:36:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
285[07:36:02] [Server thread/INFO]: Vine Growth Modifier: 100%
286[07:36:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
287[07:36:02] [Server thread/INFO]: Bamboo Growth Modifier: 100%
288[07:36:02] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
289[07:36:02] [Server thread/INFO]: Kelp Growth Modifier: 100%
290[07:36:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
291[07:36:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
292[07:36:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
293[07:36:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
294[07:36:02] [Server thread/INFO]: Max TNT Explosions: 100
295[07:36:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
296[07:36:02] [Server thread/INFO]: View Distance: 16
297[07:36:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
298[07:36:02] [Server thread/INFO]: Item Merge Radius: 2.5
299[07:36:02] [Server thread/INFO]: Item Despawn Rate: 6000
300[07:36:02] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
301[07:36:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
302[07:36:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
303[07:36:03] [Server thread/INFO]: -------- World Settings For [aemcraft_survival_nether] --------
304[07:36:03] [Server thread/INFO]: Mob Spawn Range: 8
305[07:36:03] [Server thread/INFO]: Experience Merge Radius: 3.0
306[07:36:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
307[07:36:03] [Server thread/INFO]: Cane Growth Modifier: 100%
308[07:36:03] [Server thread/INFO]: Melon Growth Modifier: 100%
309[07:36:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
310[07:36:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
311[07:36:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
312[07:36:03] [Server thread/INFO]: Beetroot Growth Modifier: 100%
313[07:36:03] [Server thread/INFO]: Carrot Growth Modifier: 100%
314[07:36:03] [Server thread/INFO]: Potato Growth Modifier: 100%
315[07:36:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
316[07:36:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
317[07:36:03] [Server thread/INFO]: Vine Growth Modifier: 100%
318[07:36:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
319[07:36:03] [Server thread/INFO]: Bamboo Growth Modifier: 100%
320[07:36:03] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
321[07:36:03] [Server thread/INFO]: Kelp Growth Modifier: 100%
322[07:36:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
323[07:36:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
324[07:36:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
325[07:36:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
326[07:36:03] [Server thread/INFO]: Max TNT Explosions: 100
327[07:36:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
328[07:36:03] [Server thread/INFO]: View Distance: 16
329[07:36:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
330[07:36:03] [Server thread/INFO]: Item Merge Radius: 2.5
331[07:36:03] [Server thread/INFO]: Item Despawn Rate: 6000
332[07:36:03] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
333[07:36:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
334[07:36:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
335[07:36:03] [Server thread/INFO]: -------- World Settings For [aemcraft_survival_the_end] --------
336[07:36:03] [Server thread/INFO]: Mob Spawn Range: 8
337[07:36:03] [Server thread/INFO]: Experience Merge Radius: 3.0
338[07:36:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
339[07:36:03] [Server thread/INFO]: Cane Growth Modifier: 100%
340[07:36:03] [Server thread/INFO]: Melon Growth Modifier: 100%
341[07:36:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
342[07:36:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
343[07:36:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
344[07:36:03] [Server thread/INFO]: Beetroot Growth Modifier: 100%
345[07:36:03] [Server thread/INFO]: Carrot Growth Modifier: 100%
346[07:36:03] [Server thread/INFO]: Potato Growth Modifier: 100%
347[07:36:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
348[07:36:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
349[07:36:03] [Server thread/INFO]: Vine Growth Modifier: 100%
350[07:36:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
351[07:36:03] [Server thread/INFO]: Bamboo Growth Modifier: 100%
352[07:36:03] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
353[07:36:03] [Server thread/INFO]: Kelp Growth Modifier: 100%
354[07:36:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
355[07:36:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
356[07:36:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
357[07:36:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
358[07:36:03] [Server thread/INFO]: Max TNT Explosions: 100
359[07:36:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
360[07:36:03] [Server thread/INFO]: View Distance: 16
361[07:36:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
362[07:36:03] [Server thread/INFO]: Item Merge Radius: 2.5
363[07:36:03] [Server thread/INFO]: Item Despawn Rate: 6000
364[07:36:03] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
365[07:36:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
366[07:36:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
367[07:36:03] [Server thread/INFO]: Preparing start region for dimension 'aemcraft_survival'/minecraft:overworld
368[07:36:03] [Paper RegionFile IO Thread/INFO]: [RegionFile] Using Java 9+ invokeCleaner DirectByteBuffer cleanup method
369[07:36:04] [Server thread/INFO]: Loaded 0 spawn chunks for world aemcraft_survival
370[07:36:04] [Server thread/INFO]: Preparing spawn area: 0%
371[07:36:04] [Server thread/INFO]: Preparing spawn area: 0%
372[07:36:04] [Server thread/INFO]: Preparing spawn area: 0%
373[07:36:04] [Server thread/INFO]: Preparing spawn area: 0%
374[07:36:05] [Server thread/INFO]: Preparing spawn area: 0%
375[07:36:05] [Server thread/INFO]: Preparing spawn area: 0%
376[07:36:06] [Server thread/INFO]: Preparing spawn area: 0%
377[07:36:06] [Server thread/INFO]: Preparing spawn area: 5%
378[07:36:06] [Server thread/INFO]: Time elapsed: 3769 ms
379[07:36:06] [Server thread/INFO]: Preparing start region for dimension 'aemcraft_survival_nether'/minecraft:the_nether
380[07:36:07] [Server thread/INFO]: Loaded 0 spawn chunks for world aemcraft_survival_nether
381[07:36:08] [Server thread/INFO]: Preparing spawn area: 0%
382[07:36:08] [Server thread/INFO]: Preparing spawn area: 0%
383[07:36:08] [Server thread/INFO]: Preparing spawn area: 0%
384[07:36:08] [Server thread/INFO]: Preparing spawn area: 0%
385[07:36:08] [Server thread/INFO]: Time elapsed: 1961 ms
386[07:36:08] [Server thread/INFO]: Preparing start region for dimension 'aemcraft_survival_the_end'/minecraft:the_end
387[07:36:08] [Server thread/INFO]: Loaded 0 spawn chunks for world aemcraft_survival_the_end
388[07:36:08] [Server thread/INFO]: Preparing spawn area: 0%
389[07:36:09] [Server thread/INFO]: Preparing spawn area: 0%
390[07:36:09] [Server thread/INFO]: Time elapsed: 984 ms
391[07:36:09] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.0
392[07:36:09] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
393[07:36:09] [Server thread/INFO]: [Essentials] No kits found to migrate.
394[07:36:09] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
395[07:36:09] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
396[07:36:09] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
397[07:36:10] [Server thread/INFO]: [Essentials] Loaded 21018 items from items.json.
398[07:36:10] [Server thread/INFO]: [Essentials] Using locale en
399[07:36:10] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
400[07:36:10] [Server thread/INFO]: [Essentials] Metrics disabled per bStats config.
401[07:36:10] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
402[07:36:10] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
403[07:36:10] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.2.0
404[07:36:10] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.2.0
405[07:36:10] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.17.2.0
406[07:36:10] [Server thread/INFO]: Running delayed init tasks
407[07:36:10] [Server thread/INFO]: Done (51.398s)! For help, type "help"
408[07:36:10] [Server thread/INFO]: Timings Reset
409[07:36:37] [User Authenticator #1/ERROR]: [LuckPerms] Exception occurred whilst loading data for e24ab0f4-fa8a-4972-892a-487d1f1f72fd - NapNapoleon
410[07:36:37] [User Authenticator #1/WARN]: java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
411[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$0(Storage.java:91)
412[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
413[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
414[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
415[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
416[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
417[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
418[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
419[07:36:37] [User Authenticator #1/WARN]: Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
420[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:689)
421[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
422[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
423[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
424[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:151)
425[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.getPlayerName(SqlStorage.java:709)
426[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.savePlayerData(SqlStorage.java:639)
427[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$savePlayerData$20(Storage.java:259)
428[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$0(Storage.java:86)
429[07:36:37] [User Authenticator #1/WARN]: ... 7 more
430[07:36:37] [User Authenticator #1/WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
431[07:36:37] [User Authenticator #1/WARN]: at jdk.internal.reflect.GeneratedConstructorAccessor20.newInstance(Unknown Source)
432[07:36:37] [User Authenticator #1/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
433[07:36:37] [User Authenticator #1/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
434[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
435[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
436[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
437[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
438[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
439[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
440[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:878)
441[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:874)
442[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1770)
443[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1217)
444[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189)
445[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2220)
446[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2015)
447[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:768)
448[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
449[07:36:37] [User Authenticator #1/WARN]: at jdk.internal.reflect.GeneratedConstructorAccessor24.newInstance(Unknown Source)
450[07:36:37] [User Authenticator #1/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
451[07:36:37] [User Authenticator #1/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
452[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
453[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385)
454[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
455[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
456[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
457[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:354)
458[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:202)
459[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
460[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
461[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:719)
462[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:705)
463[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
464[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
465[07:36:37] [User Authenticator #1/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
466[07:36:37] [User Authenticator #1/WARN]: at java.base/java.lang.Thread.run(Thread.java:834)
467[07:36:37] [User Authenticator #1/WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed
468[07:36:37] [User Authenticator #1/WARN]: at jdk.internal.reflect.GeneratedConstructorAccessor20.newInstance(Unknown Source)
469[07:36:37] [User Authenticator #1/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
470[07:36:37] [User Authenticator #1/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
471[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
472[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
473[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
474[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
475[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
476[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
477[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.authentication.CachingSha2PasswordPlugin.nextAuthenticationStep(CachingSha2PasswordPlugin.java:130)
478[07:36:37] [User Authenticator #1/WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1768)
479[07:36:37] [User Authenticator #1/WARN]: ... 24 more
480[07:36:37] [User Authenticator #1/INFO]: Disconnecting com.mojang.authlib.GameProfile@3077ade0[id=e24ab0f4-fa8a-4972-892a-487d1f1f72fd,name=NapNapoleon,properties={textures=[com.mojang.authlib.properties.Property@23d4aa2a]},legacy=false] (/67.189.98.65:38665): [LP] A database error occurred whilst loading permissions data. Please try again later. If you are a server admin, please check the console for any errors.
481[07:36:37] [Server thread/INFO]: com.mojang.authlib.GameProfile@3077ade0[id=e24ab0f4-fa8a-4972-892a-487d1f1f72fd,name=NapNapoleon,properties={textures=[com.mojang.authlib.properties.Property@23d4aa2a]},legacy=false] (/67.189.98.65:38665) lost connection: [LP] A database error occurred whilst loading permissions data. Please try again later. If you are a server admin, please check the console for any errors.