Ситуация следующая:
Вчера вечером перестало заходить на сервер ТМР, абсолютно. Пробовал переустановить ТМР, не помогло. Пробовал переустановить лаунчер, не помогло. Пробую заходить с впном, не помогло.
В логах пишет следующее:
[13:43:05] [Client thread/INFO]: Connecting to 57.129.0.129, 25513
[13:43:26] [Server Connector #3/ERROR]: Couldn't connect to server
java.net.ConnectException: Connection timed out: no further information: /57.129.0.129:25513
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:1.8.0_51]
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:1.8.0_51]
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:191) ~[NioSocketChannel.class:?]
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:228) ~[AbstractNioChannel$AbstractNioUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:497) ~[NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) ~[NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) ~[NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) ~[SingleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Thread.java:745) ~[?:1.8.0_51]
[13:48:18] [Client thread/INFO]: Connecting to 57.129.0.129, 25513
[13:48:39] [Server Connector #4/ERROR]: Couldn't connect to server
java.net.ConnectException: Connection timed out: no further information: /57.129.0.129:25513
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:1.8.0_51]
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:1.8.0_51]
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:191) ~[NioSocketChannel.class:?]
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:228) ~[AbstractNioChannel$AbstractNioUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:497) ~[NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) ~[NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) ~[NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) ~[SingleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Thread.java:745) ~[?:1.8.0_51]
У меня стоит java 8 (последняя версия)
Так же прикрепил полный лог для более детального изучения.
Question
Reigan
Ситуация следующая:
Вчера вечером перестало заходить на сервер ТМР, абсолютно. Пробовал переустановить ТМР, не помогло. Пробовал переустановить лаунчер, не помогло. Пробую заходить с впном, не помогло.
В логах пишет следующее:
У меня стоит java 8 (последняя версия)
Так же прикрепил полный лог для более детального изучения.
latest.log
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now