Не загружается плагин

FrostLike548

Изучающий
Пользователь
Регистрация
18 Окт 2020
Сообщения
216
Лучшие ответы
0
Репутация
0
Добрый вечерок.
Не загружается плагин и из за него проблема с SQL, помогите решить(
[22:17:02] [Server thread/INFO]: __
[22:17:02] [Server thread/INFO]: | |__) LuckPerms v5.2.87
[22:17:02] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[22:17:02] [Server thread/INFO]:
[22:17:02] [Server thread/INFO]: [LuckPerms] Loading configuration...
[22:17:02] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
[22:17:02] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[22:17:02] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[22:17:03] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[22:17:03] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[22:17:03] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[22:17:34] [ForkJoinPool-1-worker-25/WARN]: [me.lucko.luckperms.lib.hikari.pool.ProxyConnection] luckperms-hikari - Connection me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl@16e8041c marked as broken because of SQLSTATE(08S01), ErrorCode(0)
me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:637) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:418) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003) ~[?:?]
at me.lucko.luckperms.lib.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[?:?]
at me.lucko.luckperms.lib.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[?:?]
at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.selectAllGroupPermissions(SqlStorage.java:918) ~[?:?]
at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.loadAllGroups(SqlStorage.java:465) ~[?:?]
at me.lucko.luckperms.common.storage.Storage.lambda$loadAllGroups$10(Storage.java:194) ~[?:?]
at me.lucko.luckperms.common.storage.Storage.lambda$future$1(Storage.java:100) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) ~[?:1.8.0_282]
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) ~[?:1.8.0_282]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_282]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_282]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_282]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) ~[?:1.8.0_282]
Caused by: me.lucko.luckperms.lib.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_282]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_282]
at me.lucko.luckperms.lib.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.ServerPreparedQuery.readExecuteResult(ServerPreparedQuery.java:419) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.ServerPreparedQuery.serverExecute(ServerPreparedQuery.java:208) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:635) ~[?:?]
... 14 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_282]
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_282]
at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_282]
at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_282]
at me.lucko.luckperms.lib.mysql.cj.protocol.ReadAheadInputStream.fill(ReadAheadInputStream.java:107) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:150) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.ReadAheadInputStream.read(ReadAheadInputStream.java:180) ~[?:?]
at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[?:1.8.0_282]
at me.lucko.luckperms.lib.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.SimplePacketReader.readMessage(SimplePacketReader.java:108) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.SimplePacketReader.readMessage(SimplePacketReader.java:45) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.MultiPacketReader.readMessage(MultiPacketReader.java:61) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.MultiPacketReader.readMessage(MultiPacketReader.java:44) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.ResultsetRowReader.read(ResultsetRowReader.java:75) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.ResultsetRowReader.read(ResultsetRowReader.java:42) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1583) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.BinaryResultsetReader.read(BinaryResultsetReader.java:95) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.BinaryResultsetReader.read(BinaryResultsetReader.java:50) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1596) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.protocol.a.NativeProtocol.readAllResults(NativeProtocol.java:1650) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.ServerPreparedQuery.readExecuteResult(ServerPreparedQuery.java:389) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.ServerPreparedQuery.serverExecute(ServerPreparedQuery.java:208) ~[?:?]
at me.lucko.luckperms.lib.mysql.cj.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:635) ~[?:?]
... 14 more
[22:17:34] [Server thread/WARN]: java.util.concurrent.CompletionException: me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$future$1(Storage.java:105)
[22:17:34] [Server thread/WARN]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
[22:17:34] [Server thread/WARN]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
[22:17:34] [Server thread/WARN]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[22:17:34] [Server thread/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[22:17:34] [Server thread/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[22:17:34] [Server thread/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
[22:17:34] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:637)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:418)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.selectAllGroupPermissions(SqlStorage.java:918)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.loadAllGroups(SqlStorage.java:465)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$loadAllGroups$10(Storage.java:194)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$future$1(Storage.java:100)
[22:17:34] [Server thread/WARN]: ... 6 more
[22:17:34] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
[22:17:34] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[22:17:34] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[22:17:34] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[22:17:34] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.ServerPreparedQuery.readExecuteResult(ServerPreparedQuery.java:419)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.ServerPreparedQuery.serverExecute(ServerPreparedQuery.java:208)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:635)
[22:17:34] [Server thread/WARN]: ... 14 more
[22:17:34] [Server thread/WARN]: Caused by: java.net.SocketTimeoutException: Read timed out
[22:17:34] [Server thread/WARN]: at java.net.SocketInputStream.socketRead0(Native Method)
[22:17:34] [Server thread/WARN]: at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[22:17:34] [Server thread/WARN]: at java.net.SocketInputStream.read(SocketInputStream.java:171)
[22:17:34] [Server thread/WARN]: at java.net.SocketInputStream.read(SocketInputStream.java:141)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.ReadAheadInputStream.fill(ReadAheadInputStream.java:107)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:150)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.ReadAheadInputStream.read(ReadAheadInputStream.java:180)
[22:17:34] [Server thread/WARN]: at java.io.FilterInputStream.read(FilterInputStream.java:133)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.SimplePacketReader.readMessage(SimplePacketReader.java:108)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.SimplePacketReader.readMessage(SimplePacketReader.java:45)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.MultiPacketReader.readMessage(MultiPacketReader.java:61)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.MultiPacketReader.readMessage(MultiPacketReader.java:44)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.ResultsetRowReader.read(ResultsetRowReader.java:75)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.ResultsetRowReader.read(ResultsetRowReader.java:42)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1583)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.BinaryResultsetReader.read(BinaryResultsetReader.java:95)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.BinaryResultsetReader.read(BinaryResultsetReader.java:50)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1596)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.protocol.a.NativeProtocol.readAllResults(NativeProtocol.java:1650)
[22:17:34] [Server thread/WARN]: at me.lucko.luckperms.lib.mysql.cj.ServerPreparedQuery.readExecuteResult(ServerPreparedQuery.java:389)
[22:17:34] [Server thread/WARN]: ... 16 more
[22:17:34] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 31990ms)
[22:17:34] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0
[22:17:34] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[22:17:34] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.11.13-5505943-1282-22.3.5
[22:17:34] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[22:17:35] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[22:17:35] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[22:17:35] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[22:17:35] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[22:17:35] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[22:17:35] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[22:17:35] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[22:17:35] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[22:17:35] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[22:17:35] [Server thread/INFO]: Preparing level "world"
 
Сверху Снизу