Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. 15:58:36 [SEVERE] Exception in thread "Thread-5"
  2. 15:58:36 [SEVERE] io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:42088
  3. 15:58:36 [SEVERE] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
  4. 15:58:36 [SEVERE] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
  5. 15:58:36 [SEVERE] at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:352)
  6. 15:58:36 [SEVERE] at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340)
  7. 15:58:36 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:612)
  8. 15:58:36 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559)
  9. 15:58:36 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476)
  10. 15:58:36 [SEVERE] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438)
  11. 15:58:36 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  12. 15:58:36 [SEVERE] at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  13. 15:58:36 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  14. 15:58:36 [SEVERE] Caused by: java.net.ConnectException: Connection refused
  15. 15:58:36 [SEVERE] ... 11 more
  16. 15:58:41 [INFO] [Communicator] Reconnecting...
  17. 15:58:41 [INFO] finally
  18. 15:58:41 [SEVERE] Exception in thread "Thread-6"
  19. 15:58:41 [INFO] [Communicator] Connection lost
  20. 15:58:41 [SEVERE] io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:42088
  21. 15:58:41 [SEVERE] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
  22. 15:58:41 [SEVERE] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
  23. 15:58:41 [SEVERE] at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:352)
  24. 15:58:41 [SEVERE] at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340)
  25. 15:58:41 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:612)
  26. 15:58:41 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559)
  27. 15:58:41 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476)
  28. 15:58:41 [SEVERE] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438)
  29. 15:58:41 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  30. 15:58:41 [SEVERE] at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  31. 15:58:41 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  32. 15:58:41 [SEVERE] Caused by: java.net.ConnectException: Connection refused
  33. 15:58:41 [SEVERE] ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement