jOrangee02
Пользователь
- Сообщения
- 4
Сервер нормально работал и вдруг гора ошибок. На сервере paper была похожая ошибка, и после этой ошибки обычно крашился. Но я ее нигде не нашёл. "at.org.jline.keymap.bingindreader.read.character" Заметил что пишет при попытке игрока подключиться к серверу paper. Возможно Велосити переотправляет ошибку с этого сервера, хотя тот сервер как обычно бывает не крашнул, ошибку пишет именно в велосити. Логи:
Кто знает что за ошибка и как решить?
Кто знает что за ошибка и как решить?
Код:
[09:45:06] [Netty epoll Worker #1/ERROR] [com.velocitypowered.proxy.connection.client.ConnectedPlayer]: [connected player] _Floyfi_ (/92.246.154.5:50804): unable to connect to server william
io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /37.230.162.42:25567
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
at io.netty.channel.unix.Errors.newConnectException0(Errors.java:164) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:129) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.channel.unix.Socket.finishConnect(Socket.java:359) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:710) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:687) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:489) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[Velocity.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at java.lang.Thread.run(Thread.java:831) [?:?]
[09:45:06] [Netty epoll Worker #1/INFO] [com.velocitypowered.proxy.connection.client.ConnectedPlayer]: [connected player] _Floyfi_ (/92.246.154.5:50804) has disconnected: Unable to connect you to william. Please try again later.
[09:45:20] [main/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: This command does not exist.
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: Exception in thread "main" java.io.IOError: java.io.IOException: Input/output error
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:170)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.keymap.BindingReader.readBinding(BindingReader.java:110)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.keymap.BindingReader.readBinding(BindingReader.java:61)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.reader.impl.LineReaderImpl.doReadBinding(LineReaderImpl.java:923)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:956)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:651)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:468)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:158)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:141)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at com.velocitypowered.proxy.Velocity.main(Velocity.java:75)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: Caused by: java.io.IOException: Input/output error
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at java.base/java.io.FileInputStream.read0(Native Method)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at java.base/java.io.FileInputStream.read(FileInputStream.java:223)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.terminal.impl.AbstractPty$PtyInputStream.read(AbstractPty.java:81)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.utils.NonBlockingInputStream.read(NonBlockingInputStream.java:62)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.utils.NonBlocking$NonBlockingInputStreamReader.read(NonBlocking.java:157)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:56)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:160)
[09:45:28] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: ... 9 more
[09:45:28] [Shutdown thread/INFO] [com.velocitypowered.proxy.VelocityServer]: Shutting down the proxy...
[09:45:28] [Shutdown thread/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Closing endpoint /0.0.0.0:25565
[09:45:28] [Velocity Async Event Executor - #0/INFO] [luckperms]: Starting shutdown process...
[09:45:28] [Velocity Async Event Executor - #0/INFO] [luckperms]: Closing storage...
[09:45:28] [Velocity Async Event Executor - #0/INFO] [luckperms]: Goodbye!
Последнее редактирование: