Guest User

Untitled

a guest
Dec 14th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. Exception in thread "main" java.lang.ExceptionInInitializerError
  2. at net.minecraft.server.MinecraftServer.<init>(SourceFile:113)
  3. at lm.<init>(SourceFile:50)
  4. at net.minecraft.server.MinecraftServer.main(SourceFile:590)
  5. Caused by: java.lang.IllegalStateException: failed to create a child event loop
  6. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGro
  7. up.java:61)
  8. at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
  9. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61)
  10. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52)
  11. at mv.<clinit>(SourceFile:31)
  12. ... 3 more
  13. Caused by: io.netty.channel.ChannelException: failed to open a new selector
  14. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128)
  15. at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120)
  16. at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87)
  17. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGro
  18. up.java:57)
  19. ... 7 more
  20. Caused by: java.io.IOException: Unable to establish loopback connection
  21. at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  22. at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  23. at java.security.AccessController.doPrivileged(Native Method)
  24. at sun.nio.ch.PipeImpl.<init>(Unknown Source)
  25. at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
  26. at java.nio.channels.Pipe.open(Unknown Source)
  27. at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
  28. at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
  29. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
  30. ... 10 more
  31. Caused by: java.net.ConnectException: Connection timed out: connect
  32. at sun.nio.ch.Net.connect0(Native Method)
  33. at sun.nio.ch.Net.connect(Unknown Source)
  34. at sun.nio.ch.Net.connect(Unknown Source)
  35. at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
  36. at java.nio.channels.SocketChannel.open(Unknown Source)
  37. ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment