Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.00 KB | None | 0 0
  1. > [09:46:37 WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2. > [09:46:37 WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  3. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  4. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
  5. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  6. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
  7. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
  8. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
  9. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
  10. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
  11. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2199)
  12. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230)
  13. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025)
  14. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
  15. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  16. > [09:46:37 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  17. > [09:46:37 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  18. > [09:46:37 WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  19. > [09:46:37 WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  20. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  21. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
  22. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  23. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
  24. > [09:46:37 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
  25. > [09:46:37 WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
  26. > [09:46:37 WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
  27. > [09:46:37 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
  28. > [09:46:37 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
  29. > [09:46:37 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
  30. > [09:46:37 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
  31. > [09:46:37 WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  32. > [09:46:37 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  33. > [09:46:37 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  34. > [09:46:37 WARN]: ... 1 more
  35. > [09:46:37 INFO]: [LuckPerms] Loading messaging service... [SQL]
  36. > [09:46:39 WARN]: Mon Feb 18 09:46:39 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  37. > [09:46:42 WARN]: Mon Feb 18 09:46:42 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  38. > [09:46:42 WARN]: java.lang.RuntimeException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
  39. > [09:46:42 WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.init(SqlMessenger.java:56)
  40. > [09:46:42 WARN]: at me.lucko.luckperms.common.messaging.MessagingFactory$SqlMessengerProvider.obtain(MessagingFactory.java:132)
  41. > [09:46:42 WARN]: at me.lucko.luckperms.common.messaging.LuckPermsMessagingService.<init>(LuckPermsMessagingService.java:72)
  42. > [09:46:42 WARN]: at me.lucko.luckperms.common.messaging.MessagingFactory.getServiceFor(MessagingFactory.java:95)
  43. > [09:46:42 WARN]: at me.lucko.luckperms.bukkit.messaging.BukkitMessagingFactory.getServiceFor(BukkitMessagingFactory.java:63)
  44. > [09:46:42 WARN]: at me.lucko.luckperms.common.messaging.MessagingFactory.getInstance(MessagingFactory.java:73)
  45. > [09:46:42 WARN]: at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:131)
  46. > [09:46:42 WARN]: at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onEnable(LPBukkitBootstrap.java:153)
  47. > [09:46:42 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  48. > [09:46:42 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339)
  49. > [09:46:42 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  50. > [09:46:42 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugin(CraftServer.java:426)
  51. > [09:46:42 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugins(CraftServer.java:340)
  52. > [09:46:42 WARN]: at net.minecraft.server.v1_13_R1.DedicatedServer.init(DedicatedServer.java:214)
  53. > [09:46:42 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:686)
  54. > [09:46:42 WARN]: at java.lang.Thread.run(Thread.java:748)
  55. > [09:46:42 WARN]: Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
  56. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:676)
  57. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:190)
  58. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:155)
  59. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
  60. > [09:46:42 WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:127)
  61. > [09:46:42 WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.getConnection(SqlMessenger.java:84)
  62. > [09:46:42 WARN]: at me.lucko.luckperms.common.messaging.sql.AbstractSqlMessenger.init(AbstractSqlMessenger.java:55)
  63. > [09:46:42 WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.init(SqlMessenger.java:54)
  64. > [09:46:42 WARN]: ... 15 more
  65. > [09:46:42 WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
  66. > [09:46:42 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  67. > [09:46:42 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  68. > [09:46:42 WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  69. > [09:46:42 WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  70. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  71. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
  72. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  73. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
  74. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
  75. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
  76. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
  77. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
  78. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2199)
  79. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230)
  80. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025)
  81. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
  82. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  83. > [09:46:42 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  84. > [09:46:42 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  85. > [09:46:42 WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  86. > [09:46:42 WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  87. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  88. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
  89. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  90. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
  91. > [09:46:42 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
  92. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
  93. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
  94. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
  95. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
  96. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
  97. > [09:46:42 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
  98. > [09:46:42 WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  99. > [09:46:42 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  100. > [09:46:42 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  101. > [09:46:42 WARN]: ... 1 more
  102. > [09:46:42 WARN]: [LuckPerms] Messaging service 'sql' not recognised.
  103. > [09:46:42 ERROR]: [LuckPerms] Plugin LuckPerms v4.3.73 has failed to register events for class me.lucko.luckperms.lib.commodore.CommodoreImpl$1 because org/bukkit/event/server/ServerLoadEvent does not exist.
  104. > [09:46:42 INFO]: [LuckPerms] Loading internal permission managers...
  105. > [09:46:42 INFO]: [LuckPerms] Performing initial data load...
  106. > [09:46:46 WARN]: Mon Feb 18 09:46:46 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  107. > [09:46:47 WARN]: java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
  108. > [09:46:47 WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$1(Storage.java:99)
  109. > [09:46:47 WARN]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
  110. > [09:46:47 WARN]: at me.lucko.luckperms.common.plugin.scheduler.AbstractJavaScheduler$WrappedRunnable.run(AbstractJavaScheduler.java:79)
  111. > [09:46:47 WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  112. > [09:46:47 WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  113. > [09:46:47 WARN]: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  114. > [09:46:47 WARN]: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  115. > [09:46:47 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  116. > [09:46:47 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  117. > [09:46:47 WARN]: at java.lang.Thread.run(Thread.java:748)
  118. > [09:46:47 WARN]: Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
  119. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:676)
  120. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:190)
  121. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:155)
  122. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
  123. > [09:46:47 WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:127)
  124. > [09:46:47 WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.loadAllGroups(SqlStorage.java:615)
  125. > [09:46:47 WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$loadAllGroups$10(Storage.java:190)
  126. > [09:46:47 WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$1(Storage.java:94)
  127. > [09:46:47 WARN]: ... 9 more
  128. > [09:46:47 WARN]: Caused by: me.lucko.luckperms.lib.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
  129. > [09:46:47 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  130. > [09:46:47 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  131. > [09:46:47 WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  132. > [09:46:47 WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  133. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  134. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.getInstance(Util.java:408)
  135. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  136. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
  137. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
  138. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
  139. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
  140. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
  141. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2199)
  142. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230)
  143. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025)
  144. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
  145. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  146. > [09:46:47 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  147. > [09:46:47 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  148. > [09:46:47 WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  149. > [09:46:47 WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  150. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  151. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
  152. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  153. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
  154. > [09:46:47 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
  155. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
  156. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
  157. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
  158. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
  159. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
  160. > [09:46:47 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
  161. > [09:46:47 WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  162. > [09:46:47 WARN]: ... 3 more
  163. > [09:46:47 INFO]: [LuckPerms] Successfully enabled. (took 15915ms)
  164. > [09:46:47 INFO]: [SuperiorSkyblock2] Enabling SuperiorSkyblock2 v0.0.12-ALPHA
  165. > [09:46:48 INFO]: [Vault] Enabling Vault v1.7.1-b91
  166. > [09:46:48 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  167. > [09:46:48 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  168. > [09:46:48 INFO]: [Vault] Enabled Version 1.7.1-b91
  169. > [09:46:48 INFO]: [LuckPerms] Registered Vault permission & chat hook.
  170. > [09:46:48 INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
  171. > [09:46:48 INFO]: [ProtocolLib] Started structure compiler thread.
  172. > [09:46:48 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  173. > [09:46:48 INFO]: Preparing level "world"
  174. > [09:46:48 INFO]: Reloading ResourceManager: Default, bukkit
  175. > [09:46:48 INFO]: Loaded 524 recipes
  176. > [09:46:48 INFO]: -------- World Settings For [world] --------
  177. > [09:46:48 INFO]: Cactus Growth Modifier: 100%
  178. > [09:46:48 INFO]: Cane Growth Modifier: 100%
  179. > [09:46:48 INFO]: Melon Growth Modifier: 100%
  180. > [09:46:48 INFO]: Mushroom Growth Modifier: 100%
  181. > [09:46:48 INFO]: Pumpkin Growth Modifier: 100%
  182. > [09:46:48 INFO]: Sapling Growth Modifier: 100%
  183. > [09:46:48 INFO]: Wheat Growth Modifier: 100%
  184. > [09:46:48 INFO]: NetherWart Growth Modifier: 100%
  185. > [09:46:48 INFO]: Vine Growth Modifier: 100%
  186. > [09:46:48 INFO]: Cocoa Growth Modifier: 100%
  187. > [09:46:48 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  188. > [09:46:48 INFO]: Random Lighting Updates: false
  189. > [09:46:48 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  190. > [09:46:48 INFO]: Max TNT Explosions: 100
  191. > [09:46:48 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  192. > [09:46:48 INFO]: Entity Activation Range: An 24 / Mo 24 / Mi 12 / Tiv true
  193. > [09:46:48 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  194. > [09:46:48 INFO]: Mob Spawn Range: 4
  195. > [09:46:48 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  196. > [09:46:48 INFO]: Arrow Despawn Rate: 1200
  197. > [09:46:48 INFO]: Item Merge Radius: 4.0
  198. > [09:46:48 INFO]: Item Despawn Rate: 6000
  199. > [09:46:48 INFO]: View Distance: 6
  200. > [09:46:48 INFO]: Experience Merge Radius: 6.0
  201. > [09:46:48 INFO]: Zombie Aggressive Towards Villager: true
  202. > [09:46:48 INFO]: Nerfing mobs spawned from spawners: true
  203. > [09:46:50 INFO]: Preparing start region for level 0 (Seed: 7107253666607296661)
  204. > [09:46:50 INFO]: Preparing spawn area: 4%
  205. > [09:46:50 INFO]: Preparing spawn area: 8%
  206. > [09:46:50 INFO]: Preparing spawn area: 12%
  207. > [09:46:50 INFO]: Preparing spawn area: 16%
  208. > [09:46:50 INFO]: Preparing spawn area: 20%
  209. > [09:46:50 INFO]: Preparing spawn area: 24%
  210. > [09:46:50 INFO]: Preparing spawn area: 28%
  211. > [09:46:50 INFO]: Preparing spawn area: 32%
  212. > [09:46:50 INFO]: Preparing spawn area: 36%
  213. > [09:46:50 INFO]: Preparing spawn area: 40%
  214. > [09:46:50 INFO]: Preparing spawn area: 44%
  215. > [09:46:50 INFO]: Preparing spawn area: 48%
  216. > [09:46:50 INFO]: Preparing spawn area: 52%
  217. > [09:46:50 INFO]: Preparing spawn area: 56%
  218. > [09:46:50 INFO]: Preparing spawn area: 60%
  219. > [09:46:50 INFO]: Preparing spawn area: 64%
  220. > [09:46:50 INFO]: Preparing spawn area: 68%
  221. > [09:46:50 INFO]: Preparing spawn area: 72%
  222. > [09:46:50 INFO]: Preparing spawn area: 76%
  223. > [09:46:50 INFO]: Preparing spawn area: 80%
  224. > [09:46:50 INFO]: Preparing spawn area: 84%
  225. > [09:46:50 INFO]: Preparing spawn area: 88%
  226. > [09:46:50 INFO]: Preparing spawn area: 92%
  227. > [09:46:50 INFO]: Preparing spawn area: 96%
  228. > [09:46:50 INFO]: Preparing spawn area: 100%
  229. > [09:46:50 INFO]: [BlockParticles] Enabling BlockParticles v1.9.8
  230. > [09:46:50 INFO]: [EpicVouchers] Enabling EpicVouchers v2.0
  231. > [09:46:51 INFO]: =============================
  232. > [09:46:51 INFO]: EpicVouchers 2.0 by Songoda <3!
  233. > [09:46:51 INFO]: Action: Enabling...
  234. > [09:46:51 INFO]: [EpicVouchers] Found and loaded locale "en_US"
  235. > [09:46:51 INFO]: =============================
  236. > [09:46:51 INFO]: [WorldEdit] Enabling WorldEdit v7.0.0-beta-05;6bbf29b
  237. > [09:46:51 INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R1 as the Bukkit adapter
  238. > [09:46:51 WARN]: Mon Feb 18 09:46:51 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  239. > [09:46:51 WARN]: [WorldEdit] Unknown block: minecraft:tnt[unstable=false]
  240. > [09:46:51 WARN]: [WorldEdit] Unknown block: minecraft:tnt[unstable=true]
  241. > [09:46:51 INFO]: WEPIF: Using the Bukkit Permissions API.
  242. > [09:46:51 INFO]: [Essentials] Enabling Essentials vTeamCity
  243. > [09:46:51 INFO]: Using locale en
  244. > [09:46:51 INFO]: Using locale en
  245. > [09:46:52 INFO]: [Vault][Economy] Essentials Economy hooked.
  246. > [09:46:52 INFO]: Essentials: Using config file enhanced permissions.
  247. > [09:46:52 INFO]: Permissions listed in as player-commands will be given to all users.
  248. > [09:46:52 INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
  249. > [09:46:52 INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  250. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_skyhero% has been loaded!
  251. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_skylegend% has been loaded!
  252. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_skylord% has been loaded!
  253. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_skymage% has been loaded!
  254. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_herobuy% has been loaded!
  255. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_lordbuy% has been loaded!
  256. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_legendbuy% has been loaded!
  257. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_magebuy% has been loaded!
  258. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_size1% has been loaded!
  259. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_size2% has been loaded!
  260. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_size3% has been loaded!
  261. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_team1% has been loaded!
  262. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_team2% has been loaded!
  263. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_team3% has been loaded!
  264. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_team4% has been loaded!
  265. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_team5% has been loaded!
  266. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_home1% has been loaded!
  267. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_home2% has been loaded!
  268. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_home3% has been loaded!
  269. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tier1% has been loaded!
  270. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tier1buy% has been loaded!
  271. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tier2% has been loaded!
  272. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tier2buy% has been loaded!
  273. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tier3% has been loaded!
  274. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tier3buy% has been loaded!
  275. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tier4% has been loaded!
  276. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tier4buy% has been loaded!
  277. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_stats% has been loaded!
  278. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_papa% has been loaded!
  279. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_guide% has been loaded!
  280. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_shop% has been loaded!
  281. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_upgrades% has been loaded!
  282. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_ranks% has been loaded!
  283. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_crates% has been loaded!
  284. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_spawners% has been loaded!
  285. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gui% has been loaded!
  286. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gen1% has been loaded!
  287. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gen2% has been loaded!
  288. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gen3% has been loaded!
  289. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gen4% has been loaded!
  290. > [09:46:52 INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gen5% has been loaded!
  291. > [09:46:52 INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
  292. > [09:46:52 INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  293. > [09:46:52 INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
  294. > [09:46:52 INFO]: [PlaceholderAPI] Successfully registered expansion: pinger
  295. > [09:46:52 INFO]: [PlaceholderAPI] Successfully registered expansion: tokenenchant
  296. > [09:46:52 INFO]: [PlaceholderAPI] Successfully registered expansion: player
  297. > [09:46:52 INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
  298. > [09:46:52 INFO]: [PlaceholderAPI] Successfully registered expansion: server
  299. > [09:46:52 INFO]: [PlaceholderAPI] Fetching available expansion information...
  300. > [09:46:52 INFO]: [UltimateTimber] Enabling UltimateTimber v1.0.12
  301. > [09:46:52 INFO]: =============================
  302. > [09:46:52 INFO]: UltimateTimber 1.0.12 by Songoda <3!
  303. > [09:46:52 INFO]: Action: Enabling...
  304. > [09:46:52 INFO]: =============================
  305. > [09:46:52 INFO]: [ArmorStandEditor] Enabling ArmorStandEditor v1.13-21
  306. > [09:46:52 INFO]: [NametagEdit] Enabling NametagEdit v4.4.0
  307. > [09:46:52 INFO]: [NametagEdit] Found LuckPerms! Hooking in.
  308. > [09:46:52 INFO]: [Votifier] Enabling Votifier v2.5.0
  309. > [09:46:52 INFO]: [Votifier] Loaded token for website: default
  310. > [09:46:52 INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  311. > [09:46:52 INFO]: [WorldGuard] Enabling WorldGuard v7.0.0-beta-03;e51a220
  312. > [09:46:52 INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:30056.
  313. > [09:46:52 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  314. > [09:46:52 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  315. > [09:46:52 INFO]: [WorldGuard] (world) Lava fire is blocked.
  316. > [09:46:52 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  317. > [09:46:52 INFO]: [WorldGuard] Loaded configuration for world 'world'
  318. > [09:46:52 INFO]: [WorldGuard] Loading region data...
  319. > [09:46:52 INFO]: [Arconix] Enabling Arconix v2.0.0
  320. > [09:46:52 INFO]: Setting up packets for v1_13_R1
  321. > [09:46:52 INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.6.6
  322. > [09:46:52 INFO]: Registering hook...
  323. > [09:46:52 INFO]: [OldCombatMechanics] OldCombatMechanics v1.6.6 has been enabled
  324. > [09:46:52 INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  325. > [09:46:52 INFO]: [EditableSign] Enabling EditableSign v5.3.1
  326. > [09:46:52 INFO]: [EditableSign] EditableSign version 5.3.1 is Enabled
  327. > [09:46:52 INFO]: [MOTD] Enabling MOTD v2.3.2
  328. > [09:46:52 INFO]: [ViaVersion] Enabling ViaVersion v1.6.0
  329. > [09:46:52 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  330. > [09:46:52 INFO]: [UltimateKits] Enabling UltimateKits v2.2.5
  331. > [09:46:52 INFO]: =============================
  332. > [09:46:52 INFO]: UltimateKits 2.2.5 by Songoda <3!
  333. > [09:46:52 INFO]: Action: Enabling...
  334. > [09:46:53 INFO]: [UltimateKits] Loading data file
  335. > [09:46:54 INFO]: =============================
  336. > [09:46:54 INFO]: [TitleManager] Enabling TitleManager v2.1.3
  337. > [09:46:55 INFO]: [UltimateRepairing] Enabling UltimateRepairing v1
  338. > [09:46:55 INFO]: [Arconix] Plugin hooked: UltimateRepairing
  339. > [09:46:55 INFO]: =============================
  340. > [09:46:55 INFO]: UltimateRepairing 1 by Brianna <3!
  341. > [09:46:55 INFO]: Action: Enabling...
  342. > [09:46:55 INFO]: [UltimateRepairing] Loading data file
  343. > [09:46:55 INFO]: [UltimateRepairing] Found and loaded locale "en_US"
  344. > [09:46:55 INFO]: =============================
  345. > [09:46:55 INFO]: [CrazyCrates] Enabling CrazyCrates v1.8.5
  346. > [09:46:55 INFO]: [CrazyCrates] Loading the config.yml
  347. > [09:46:55 INFO]: [CrazyCrates] Successfully loaded config.yml
  348. > [09:46:55 INFO]: [CrazyCrates] Loading the Messages.yml
  349. > [09:46:55 INFO]: [CrazyCrates] Successfully loaded Messages.yml
  350. > [09:46:55 INFO]: [CrazyCrates] Loading the Locations.yml
  351. > [09:46:55 INFO]: [CrazyCrates] Successfully loaded Locations.yml
  352. > [09:46:55 INFO]: [CrazyCrates] Loading the data.yml
  353. > [09:46:55 INFO]: [CrazyCrates] Successfully loaded data.yml
  354. > [09:46:55 INFO]: [CrazyCrates] Loading custom files.
  355. > [09:46:55 INFO]: [CrazyCrates] Loaded custom file: /Crates/Basic.yml.
  356. > [09:46:55 INFO]: [CrazyCrates] Loaded custom file: /Crates/Classic.yml.
  357. > [09:46:55 INFO]: [CrazyCrates] Loaded custom file: /Crates/Crazy.yml.
  358. > [09:46:55 INFO]: [CrazyCrates] Loaded custom file: /Crates/Galactic.yml.
  359. > [09:46:55 INFO]: [CrazyCrates] Loaded custom file: /Crates/Vote.yml.
  360. > [09:46:55 INFO]: [CrazyCrates] Loaded custom file: /Crates/Ultra.yml.
  361. > [09:46:55 INFO]: [CrazyCrates] Loaded custom file: /Crates/Rare.yml.
  362. > [09:46:55 INFO]: [CrazyCrates] Finished loading custom files.
  363. > [09:46:55 INFO]: [CrazyCrates] Loading all crate information...
  364. > [09:46:55 INFO]: [CrazyCrates] All crate information has been loaded.
  365. > [09:46:55 INFO]: [CrazyCrates] Loading all the physical crate locations.
  366. > [09:46:55 INFO]: [CrazyCrates] All physical crate locations have been loaded.
  367. > [09:46:55 INFO]: [CrazyCrates] Cleaning up the data.yml file.
  368. > [09:46:55 INFO]: [CrazyCrates] The data.yml file has been cleaned.
  369. > [09:46:55 INFO]: [EpicRename] Enabling EpicRename v3.5
  370. > [09:46:55 INFO]: [EpicRename] Version: 3.5 MC Version: NEWER_THAN_ONE_DOT_EIGHT
  371. > [09:46:55 INFO]: [EpicRename] This plugin is Copyright (c) 2019 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of it at: http://bit.ly/2eMknxx
  372. > [09:46:55 INFO]: [EpicRename] Starting plugin enable...
  373. > [09:46:55 INFO]: Prefix set to: ' '
  374. > [09:46:55 INFO]: Plugin Enabled!
  375. > [09:46:55 INFO]: [EpicSpawners] Enabling EpicSpawners v5.5.10
  376. > [09:46:55 INFO]: [Arconix] Plugin hooked: EpicSpawners
  377. > [09:46:55 INFO]: =============================
  378. > [09:46:55 INFO]: EpicSpawners 5.5.10 by Brianna <3!
  379. > [09:46:55 INFO]: Action: Enabling...
  380. > [09:46:55 INFO]: [EpicSpawners] Loading data file
  381. > [09:46:55 INFO]: [EpicSpawners] Found and loaded locale "it_IT"
  382. > [09:46:55 INFO]: [EpicSpawners] Found and loaded locale "fr_FR"
  383. > [09:46:55 INFO]: [EpicSpawners] Found and loaded locale "nl_NL"
  384. > [09:46:55 INFO]: [EpicSpawners] Found and loaded locale "pr_FA"
  385. > [09:46:55 INFO]: [EpicSpawners] Found and loaded locale "es_ES"
  386. > [09:46:55 INFO]: [EpicSpawners] Found and loaded locale "en_US"
  387. > [09:46:55 INFO]: [EpicSpawners] Found and loaded locale "pt_BR"
  388. > [09:46:56 WARN]: Mon Feb 18 09:46:56 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  389. > [09:46:57 INFO]: [EpicSpawners] Loading Hooks File
  390. > [09:46:57 INFO]: [EpicSpawners] Loading language file
  391. > [09:46:57 INFO]: [EpicSpawners] Registered protection hook for plugin: WorldGuard
  392. > [09:46:57 INFO]: =============================
  393. > [09:46:57 INFO]: [EpicFarming] Enabling EpicFarming v2.0.19
  394. > [09:46:57 INFO]: [Arconix] Plugin hooked: EpicFarming
  395. > [09:46:57 INFO]: =============================
  396. > [09:46:57 INFO]: EpicFarming 2.0.19 by Brianna <3!
  397. > [09:46:57 INFO]: Action: Enabling...
  398. > [09:46:57 INFO]: [EpicFarming] Found and loaded locale "it_IT"
  399. > [09:46:57 INFO]: [EpicFarming] Found and loaded locale "fr_FR"
  400. > [09:46:57 INFO]: [EpicFarming] Found and loaded locale "pl_PL"
  401. > [09:46:57 INFO]: [EpicFarming] Found and loaded locale "de_DE"
  402. > [09:46:57 INFO]: [EpicFarming] Found and loaded locale "nl_NL"
  403. > [09:46:57 INFO]: [EpicFarming] Found and loaded locale "pr_FA"
  404. > [09:46:57 INFO]: [EpicFarming] Found and loaded locale "es_ES"
  405. > [09:46:57 INFO]: [EpicFarming] Found and loaded locale "en_US"
  406. > [09:46:59 INFO]: [EpicFarming] Loading data file
  407. > [09:46:59 INFO]: [EpicFarming] Loading Data File
  408. > [09:46:59 INFO]: [EpicFarming] Registered protection hook for plugin: WorldGuard
  409. > [09:46:59 INFO]: =============================
  410. > [09:46:59 INFO]: [HeadDatabase] Enabling HeadDatabase v4.7.1
  411. > [09:46:59 INFO]: [HeadDatabase] Economy succesfully setup!
  412. > [09:46:59 INFO]: [Citizens] Enabling Citizens v2.0.23-SNAPSHOT (build 1566)
  413. > [09:46:59 INFO]: [WG-GUI] Enabling WG-GUI v1.4.1
  414. > [09:46:59 INFO]: [WG-GUI] Loading WG-GUI version 1.4.1
  415. > [09:46:59 INFO]: [WG-GUI] Note: This build works with Minecraft 1.13+ and WorldEdit 7 Beta 4 & WorldGuard 7 Beta 2.
  416. > [09:47:00 INFO]: [WG-GUI] Ready to use!
  417. > [09:47:00 INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.7
  418. > [09:47:00 INFO]: [CrazyAuctions] Loading the config.yml
  419. > [09:47:00 INFO]: [CrazyAuctions] Successfully loaded config.yml
  420. > [09:47:00 INFO]: [CrazyAuctions] Loading the Data.yml
  421. > [09:47:00 INFO]: [CrazyAuctions] Successfully loaded Data.yml
  422. > [09:47:00 INFO]: [CrazyAuctions] Loading the Messages.yml
  423. > [09:47:00 INFO]: [CrazyAuctions] Successfully loaded Messages.yml
  424. > [09:47:00 INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
  425. > [09:47:00 INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
  426. > [09:47:00 INFO]: [CommandNPC] Initiating Database
  427. > [09:47:00 INFO]: [CommandNPC] Injecting command info into Citizens.
  428. > [09:47:00 INFO]: [CommandNPC] Loading commands complete!
  429. > [09:47:00 INFO]: [CommandNPC] CommandNPC successfully loaded!
  430. > [09:47:00 INFO]: [MineSync] Enabling MineSync vS_2.1.0
  431. > [09:47:00 INFO]: [TokenEnchant] Enabling TokenEnchant v13.3.2
  432. > [09:47:00 INFO]: [DatabaseAPI] SQL Support Enabled.
  433. > [09:47:00 WARN]: Mon Feb 18 09:47:00 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  434. > [09:47:00 WARN]: com.vk2gpz.tokenenchant.c.e.d: Too many connections
  435. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.e.e.a(e.java:36)
  436. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.e.b.a.a(a.java:69)
  437. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.e.b.a.initDB(a.java:59)
  438. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.a(e.java:40)
  439. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.a.<init>(a.java:29)
  440. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.<init>(e.java:26)
  441. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.b(g.java:1831)
  442. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.a(g.java:216)
  443. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.b.c.a.<init>(a.java:27)
  444. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.<init>(g.java:168)
  445. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.TokenEnchant.onEnable(TokenEnchant.java:156)
  446. > [09:47:00 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  447. > [09:47:00 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339)
  448. > [09:47:00 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  449. > [09:47:00 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugin(CraftServer.java:426)
  450. > [09:47:00 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugins(CraftServer.java:340)
  451. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.m(MinecraftServer.java:562)
  452. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.g_(MinecraftServer.java:524)
  453. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.a(MinecraftServer.java:423)
  454. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.DedicatedServer.init(DedicatedServer.java:288)
  455. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:686)
  456. > [09:47:00 WARN]: at java.lang.Thread.run(Thread.java:748)
  457. > [09:47:00 WARN]: java.lang.NullPointerException
  458. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.a(e.java:62)
  459. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.a(e.java:44)
  460. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.a.<init>(a.java:29)
  461. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.<init>(e.java:26)
  462. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.b(g.java:1831)
  463. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.a(g.java:216)
  464. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.b.c.a.<init>(a.java:27)
  465. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.<init>(g.java:168)
  466. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.TokenEnchant.onEnable(TokenEnchant.java:156)
  467. > [09:47:00 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  468. > [09:47:00 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339)
  469. > [09:47:00 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  470. > [09:47:00 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugin(CraftServer.java:426)
  471. > [09:47:00 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugins(CraftServer.java:340)
  472. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.m(MinecraftServer.java:562)
  473. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.g_(MinecraftServer.java:524)
  474. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.a(MinecraftServer.java:423)
  475. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.DedicatedServer.init(DedicatedServer.java:288)
  476. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:686)
  477. > [09:47:00 WARN]: at java.lang.Thread.run(Thread.java:748)
  478. > [09:47:00 INFO]: [DatabaseAPI] SQL Support Enabled.
  479. > [09:47:00 WARN]: Mon Feb 18 09:47:00 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  480. > [09:47:00 WARN]: com.vk2gpz.tokenenchant.c.e.d: Too many connections
  481. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.e.e.a(e.java:36)
  482. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.e.b.a.a(a.java:69)
  483. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.e.b.a.initDB(a.java:59)
  484. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.a(e.java:40)
  485. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.<init>(e.java:27)
  486. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.b(g.java:1831)
  487. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.a(g.java:216)
  488. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.b.c.a.<init>(a.java:27)
  489. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.<init>(g.java:168)
  490. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.TokenEnchant.onEnable(TokenEnchant.java:156)
  491. > [09:47:00 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  492. > [09:47:00 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339)
  493. > [09:47:00 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  494. > [09:47:00 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugin(CraftServer.java:426)
  495. > [09:47:00 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugins(CraftServer.java:340)
  496. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.m(MinecraftServer.java:562)
  497. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.g_(MinecraftServer.java:524)
  498. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.a(MinecraftServer.java:423)
  499. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.DedicatedServer.init(DedicatedServer.java:288)
  500. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:686)
  501. > [09:47:00 WARN]: at java.lang.Thread.run(Thread.java:748)
  502. > [09:47:00 WARN]: java.lang.NullPointerException
  503. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.a(e.java:62)
  504. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.a(e.java:44)
  505. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.a.e.<init>(e.java:27)
  506. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.b(g.java:1831)
  507. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.a(g.java:216)
  508. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.c.b.c.a.<init>(a.java:27)
  509. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.g.<init>(g.java:168)
  510. > [09:47:00 WARN]: at com.vk2gpz.tokenenchant.TokenEnchant.onEnable(TokenEnchant.java:156)
  511. > [09:47:00 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  512. > [09:47:00 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339)
  513. > [09:47:00 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  514. > [09:47:00 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugin(CraftServer.java:426)
  515. > [09:47:00 WARN]: at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugins(CraftServer.java:340)
  516. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.m(MinecraftServer.java:562)
  517. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.g_(MinecraftServer.java:524)
  518. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.a(MinecraftServer.java:423)
  519. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.DedicatedServer.init(DedicatedServer.java:288)
  520. > [09:47:00 WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:686)
  521. > [09:47:00 WARN]: at java.lang.Thread.run(Thread.java:748)
  522. > [09:47:00 INFO]: [TE] registering SpeedDigging as Haste
  523. > [09:47:00 INFO]: [TE] 0 external custom enchants found! Loading them up!
  524. > [09:47:01 INFO]: [VKLib:AddOn.loadAddOns()] adding : EnchantLoreHandler
  525. > [09:47:01 INFO]: [VKLib:AddOn.loadAddOns()] adding : TokenHandlerTokenSQL
  526. > [09:47:01 INFO]: [VKLib:AddOn.loadAddOns()] 0 addon modules found! Loading them up!
  527. > [09:47:01 INFO]: [TokenEnchant] TokenEnchant: Alias is Enabled
  528. > [09:47:01 INFO]: [TokenEnchant] TokenEnchant version 13.3.2 is Enabled
  529. > [09:47:01 INFO]: [Item2Chat] Enabling Item2Chat v3.1.0
  530. > [09:47:01 INFO]: [VKLib] register listener of Item2Chat for AsyncPlayerChatEvent at LOWEST
  531. > [09:47:01 INFO]: [Item2Chat] Item2Chat version 3.1.0 is Enabled
  532. > [09:47:01 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.0-SNAPSHOT
  533. > [09:47:01 INFO]: [HolographicDisplays] Found ProtocolLib, hooking in it.
  534. > [09:47:01 WARN]: Mon Feb 18 09:47:01 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  535. > [09:47:01 INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  536. > [09:47:01 INFO]: [HolographicDisplays] Successfully loaded animation 'example.txt', speed = 0.5.
  537. > [09:47:01 INFO]: [LiteBans] Enabling LiteBans v2.3.3
  538. > [09:47:01 INFO]: [LiteBans] Using default database drivers.
  539. > [09:47:01 INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
  540. > [09:47:01 INFO]: [LiteBans] Connecting to database...
  541. > [09:47:06 WARN]: Mon Feb 18 09:47:06 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  542. > [09:47:11 WARN]: Mon Feb 18 09:47:11 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  543. > [09:47:11 ERROR]: [LiteBans] litebans-pool - Exception during pool initialization.
  544. > [09:47:11 ERROR]: [LiteBans] Failed to connect to [jdbc:mysql://95.216.22.151:3306/s24058_punishments;useSSL=false] using mysql driver.
  545. > [09:47:11 ERROR]: [LiteBans] Error: Failed to initialize pool: Too many connections
  546. > [09:47:11 ERROR]: [LiteBans] Cause: Too many connections
  547. > [09:47:11 ERROR]: [LiteBans] Please configure: plugins/LiteBans/config.yml
  548. > [09:47:11 INFO]: [LiteBans] v2.3.3 enabled. Startup took 10239 ms.
  549. > [09:47:11 INFO]: [HideAndCustomPlugins] Enabling HideAndCustomPlugins v1.4.8
  550. > [09:47:11 INFO]: [HideAndCustomPlugins] Version: 1.4.8 Metrics started: http://mcstats.org/plugin/HideAndCustomPlugins
  551. > [09:47:11 INFO]: [HideAndCustomPlugins] Version: 1.4.8 Successfully reloaded config.yml
  552. > [09:47:11 INFO]: [HideAndCustomPlugins] Version: 1.4.8 Plugin has been activated successfully.
  553. > [09:47:11 INFO]: [EpicFurnaces] Enabling EpicFurnaces v4.1.0
  554. > [09:47:11 INFO]: =============================
  555. > [09:47:11 INFO]: EpicFurnaces 4.1.0 by Songoda <3!
  556. > [09:47:11 INFO]: Action: Enabling...
  557. > [09:47:11 INFO]: [EpicFurnaces] Found and loaded locale "en_US"
  558. > [09:47:11 INFO]: [EpicFurnaces] Registered protection hook for plugin: WorldGuard v7.0.0-beta-03;e51a220
  559. > [09:47:11 INFO]: =============================
  560. > [09:47:11 INFO]: [EZBlocks] Enabling EZBlocks v1.5.0
  561. > [09:47:11 INFO]: [EZBlocks] Saving/loading via flatfile!
  562. > [09:47:11 INFO]: [EZBlocks] BlockBreakEvent listener registered on HIGHEST
  563. > [09:47:11 INFO]: [EZBlocks] Saving all players every 5 minutes
  564. > [09:47:11 INFO]: [EZBlocks] 1 global rewards loaded!
  565. > [09:47:11 INFO]: [EZBlocks] 1 interval rewards loaded!
  566. > [09:47:11 INFO]: [EZBlocks] 1 global pickaxe rewards loaded!
  567. > [09:47:11 INFO]: [EZBlocks] 1 interval pickaxe rewards loaded!
  568. > [09:47:11 INFO]: [EZBlocks] Hooked into TokenEnchant for TEBlockExplodeEvent listener
  569. > [09:47:11 INFO]: [LeaderHeads] Enabling LeaderHeads v3.1.8.3
  570. > [09:47:12 INFO]: [LeaderHeads] Loaded automatic reward: kills
  571. > [09:47:12 INFO]: [LeaderHeads] Loaded automatic reward: votes
  572. > [09:47:12 INFO]: [LeaderHeads] Hooked into Citizens
  573. > [09:47:12 INFO]: [LeaderHeads] Hooked into HolographicDisplays
  574. > [09:47:12 INFO]: Server permissions file permissions.yml is empty, ignoring it
  575. > [09:47:12 INFO]: Time elapsed: 22834 ms
  576. > [09:47:12 INFO]: Done (24.767s)! For help, type "help"
  577. > [09:47:12 INFO]: Starting GS4 status listener
  578. > [09:47:12 INFO]: Query running on 0.0.0.0:30149
  579. > [09:47:13 INFO]: -------- World Settings For [SuperiorWorld] --------
  580. > [09:47:13 INFO]: Cactus Growth Modifier: 100%
  581. > [09:47:13 INFO]: Cane Growth Modifier: 100%
  582. > [09:47:13 INFO]: Melon Growth Modifier: 100%
  583. > [09:47:13 INFO]: Mushroom Growth Modifier: 100%
  584. > [09:47:13 INFO]: Pumpkin Growth Modifier: 100%
  585. > [09:47:13 INFO]: Sapling Growth Modifier: 100%
  586. > [09:47:13 INFO]: Wheat Growth Modifier: 100%
  587. > [09:47:13 INFO]: NetherWart Growth Modifier: 100%
  588. > [09:47:13 INFO]: Vine Growth Modifier: 100%
  589. > [09:47:13 INFO]: Cocoa Growth Modifier: 100%
  590. > [09:47:13 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  591. > [09:47:13 INFO]: Random Lighting Updates: false
  592. > [09:47:13 INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  593. > [09:47:13 INFO]: Max TNT Explosions: 100
  594. > [09:47:13 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  595. > [09:47:13 INFO]: Entity Activation Range: An 24 / Mo 24 / Mi 12 / Tiv true
  596. > [09:47:13 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  597. > [09:47:13 INFO]: Mob Spawn Range: 4
  598. > [09:47:13 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  599. > [09:47:13 INFO]: Arrow Despawn Rate: 1200
  600. > [09:47:13 INFO]: Item Merge Radius: 4.0
  601. > [09:47:13 INFO]: Item Despawn Rate: 6000
  602. > [09:47:13 INFO]: View Distance: 6
  603. > [09:47:13 INFO]: Experience Merge Radius: 6.0
  604. > [09:47:13 INFO]: Zombie Aggressive Towards Villager: true
  605. > [09:47:13 INFO]: Nerfing mobs spawned from spawners: true
  606. > [09:47:13 INFO]: Preparing start region for level 1 (Seed: 7443183478446235485)
  607. > [09:47:13 INFO]: [WorldGuard] (SuperiorWorld) TNT ignition is PERMITTED.
  608. > [09:47:13 INFO]: [WorldGuard] (SuperiorWorld) Lighters are PERMITTED.
  609. > [09:47:13 INFO]: [WorldGuard] (SuperiorWorld) Lava fire is blocked.
  610. > [09:47:13 INFO]: [WorldGuard] (SuperiorWorld) Fire spread is UNRESTRICTED.
  611. > [09:47:13 INFO]: [WorldGuard] Loaded configuration for world 'SuperiorWorld'
  612. > [09:47:13 INFO]: [SuperiorSkyblock2] Loading messages started...
  613. > [09:47:13 INFO]: [SuperiorSkyblock2] - Found 176 messages in lang.yml.
  614. > [09:47:13 INFO]: [SuperiorSkyblock2] Loading messages done (Took 61ms)
  615. > [09:47:13 INFO]: [SuperiorSkyblock2]
  616. > [09:47:13 INFO]: [SuperiorSkyblock2] A new version is available (v0.0.15-ALPHA)!
  617. > [09:47:13 INFO]: [SuperiorSkyblock2] Version's description: "Added pardon command"
  618. > [09:47:13 INFO]: [SuperiorSkyblock2]
  619. > [09:47:13 INFO]: [ViaVersion] ViaVersion detected server version: 1.13(393)
  620. > [09:47:14 INFO]: [HolographicDisplays] Found a new version available: v2.3.2
  621. > [09:47:14 INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  622. > [09:47:14 INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  623. > [09:47:14 INFO]: [Citizens] Loaded 12 NPCs.
  624. > [09:47:14 INFO]: [Vault] Checking for Updates ...
  625. > [09:47:15 INFO]: [Vault] No new version available
  626. > [09:47:15 INFO]: [PlaceholderAPI] 126 placeholder expansions are available on the cloud.
  627. > [09:47:15 INFO]: [PlaceholderAPI] 4 installed expansions have updates available.
  628. > [09:47:15 INFO]: [HeadDatabase] Succesfully loaded 20911 heads!
  629. > [09:47:15 INFO]: [LeaderHeads] Statistic is not in list, adding it: va-turtle
  630. > [09:47:15 INFO]: [LeaderHeads] Statistic is not in list, adding it: va-phantom
  631. > [09:47:15 INFO]: [LeaderHeads] Statistic is not in list, adding it: va-cod
  632. > [09:47:15 INFO]: [LeaderHeads] Statistic is not in list, adding it: va-salmon
  633. > [09:47:15 INFO]: [LeaderHeads] Statistic is not in list, adding it: va-pufferfish
  634. > [09:47:15 INFO]: [LeaderHeads] Statistic is not in list, adding it: va-tropicalfish
  635. > [09:47:15 INFO]: [LeaderHeads] Statistic is not in list, adding it: va-drowned
  636. > [09:47:15 INFO]: [LeaderHeads] Statistic is not in list, adding it: va-dolphin
  637. > [09:47:15 INFO]: [HeadDatabase] Succesfully loaded 13 featured tags!
  638. > [09:47:16 WARN]: Mon Feb 18 09:47:16 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  639. > [09:47:20 INFO]: Unexpected response status: 404
  640. > [09:47:20 ERROR]: Error running call in pending links task
  641. > [09:47:20 WARN]: org.apache.http.client.ClientProtocolException: Unexpected response status: 404
  642. > [09:47:20 WARN]: at io.nanocode.minesync.util.HttpClient$2.handleResponse(HttpClient.java:84)
  643. > [09:47:20 WARN]: at io.nanocode.minesync.util.HttpClient$2.handleResponse(HttpClient.java:73)
  644. > [09:47:20 WARN]: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:223)
  645. > [09:47:20 WARN]: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:165)
  646. > [09:47:20 WARN]: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:140)
  647. > [09:47:20 WARN]: at io.nanocode.minesync.util.HttpClient.post(HttpClient.java:90)
  648. > [09:47:20 WARN]: at io.nanocode.minesync.Main._schedulePendingLinksTask(Main.java:164)
  649. > [09:47:20 WARN]: at io.nanocode.minesync.Main.access$000(Main.java:42)
  650. > [09:47:20 WARN]: at io.nanocode.minesync.Main$2.run(Main.java:152)
  651. > [09:47:20 WARN]: at org.bukkit.craftbukkit.v1_13_R1.scheduler.CraftTask.run(CraftTask.java:76)
  652. > [09:47:20 WARN]: at org.bukkit.craftbukkit.v1_13_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
  653. > [09:47:20 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  654. > [09:47:20 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  655. > [09:47:20 WARN]: at java.lang.Thread.run(Thread.java:748)
  656. > [09:47:20 WARN]: [MineSync] Plugin MineSync vS_2.1.0 generated an exception while executing task 66
  657. java.lang.NullPointerException: null
  658. at io.nanocode.minesync.Main._schedulePendingLinksTask(Main.java:175) ~[?:?]
  659. at io.nanocode.minesync.Main.access$000(Main.java:42) ~[?:?]
  660. at io.nanocode.minesync.Main$2.run(Main.java:152) ~[?:?]
  661. at org.bukkit.craftbukkit.v1_13_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot-1.13.jar:git-Spigot-fe3ab0d-162bda9]
  662. at org.bukkit.craftbukkit.v1_13_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot-1.13.jar:git-Spigot-fe3ab0d-162bda9]
  663. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_192]
  664. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_192]
  665. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_192]
  666. > [09:47:21 WARN]: Mon Feb 18 09:47:21 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  667. > [09:47:26 WARN]: Mon Feb 18 09:47:26 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  668. > [09:47:31 WARN]: Mon Feb 18 09:47:31 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  669. > [09:47:36 WARN]: Mon Feb 18 09:47:36 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  670. > [09:47:41 WARN]: Mon Feb 18 09:47:41 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  671. > [09:47:46 WARN]: Mon Feb 18 09:47:46 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  672. > [09:47:51 WARN]: Mon Feb 18 09:47:51 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  673. > [09:47:56 WARN]: Mon Feb 18 09:47:56 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  674. > [09:48:01 WARN]: Mon Feb 18 09:48:01 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  675. > [09:48:06 WARN]: Mon Feb 18 09:48:06 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  676. > [09:48:11 WARN]: Mon Feb 18 09:48:11 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  677. > [09:48:16 WARN]: Mon Feb 18 09:48:16 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  678. > [09:48:21 WARN]: Mon Feb 18 09:48:21 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  679. > [09:48:26 WARN]: Mon Feb 18 09:48:26 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  680. > [09:48:31 WARN]: Mon Feb 18 09:48:31 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  681. > [09:48:36 WARN]: Mon Feb 18 09:48:36 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  682. > [09:48:41 WARN]: Mon Feb 18 09:48:41 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  683. > [09:48:46 WARN]: Mon Feb 18 09:48:46 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  684. > [09:48:51 WARN]: Mon Feb 18 09:48:51 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  685. > [09:48:56 WARN]: Mon Feb 18 09:48:56 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  686. > [09:49:01 WARN]: Mon Feb 18 09:49:01 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  687. > [09:49:06 WARN]: Mon Feb 18 09:49:06 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  688. > [09:49:11 WARN]: Mon Feb 18 09:49:11 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  689. > [09:49:16 WARN]: Mon Feb 18 09:49:16 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  690. > [09:49:16 WARN]: Mon Feb 18 09:49:16 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  691. > [09:49:16 WARN]: Mon Feb 18 09:49:16 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  692. > [09:49:17 WARN]: Mon Feb 18 09:49:17 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  693. > [09:49:17 WARN]: Mon Feb 18 09:49:17 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  694. > [09:49:18 WARN]: Mon Feb 18 09:49:18 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  695. > [09:49:19 WARN]: Mon Feb 18 09:49:19 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  696. > [09:49:21 WARN]: Mon Feb 18 09:49:21 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  697. > [09:49:24 WARN]: Mon Feb 18 09:49:24 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  698. > [09:49:28 WARN]: Mon Feb 18 09:49:28 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  699. > [09:49:33 WARN]: Mon Feb 18 09:49:33 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  700. > [09:49:38 WARN]: Mon Feb 18 09:49:38 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  701. > [09:49:43 WARN]: Mon Feb 18 09:49:43 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  702. > [09:49:48 WARN]: Mon Feb 18 09:49:48 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  703. > [09:49:53 WARN]: Mon Feb 18 09:49:53 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  704. > [09:49:58 WARN]: Mon Feb 18 09:49:58 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  705. > [09:50:03 WARN]: Mon Feb 18 09:50:03 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  706. > [09:50:08 WARN]: Mon Feb 18 09:50:08 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  707. > [09:50:13 WARN]: Mon Feb 18 09:50:13 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  708. > [09:50:18 WARN]: Mon Feb 18 09:50:18 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  709. > [09:50:23 WARN]: Mon Feb 18 09:50:23 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  710. > [09:50:28 WARN]: Mon Feb 18 09:50:28 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  711. > [09:50:33 WARN]: Mon Feb 18 09:50:33 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  712. > [09:50:38 WARN]: Mon Feb 18 09:50:38 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  713. > [09:50:43 WARN]: Mon Feb 18 09:50:43 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  714. > [09:50:48 WARN]: Mon Feb 18 09:50:48 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  715. > [09:50:53 WARN]: Mon Feb 18 09:50:53 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  716. > [09:50:58 WARN]: Mon Feb 18 09:50:58 CET 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  717. container:~/$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement