Advertisement
Guest User

Untitled

a guest
Jul 9th, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.18 KB | None | 0 0
  1.  
  2. C:\Users\Ruben\Desktop\New folder>java -Xmx2048m -jar minecraft_server.1.7.10.ja
  3. r nogui
  4. Exception in thread "main" java.lang.ExceptionInInitializerError
  5. at net.minecraft.server.MinecraftServer.<init>(SourceFile:120)
  6. at lt.<init>(SourceFile:51)
  7. at net.minecraft.server.MinecraftServer.main(SourceFile:602)
  8. Caused by: java.lang.IllegalStateException: failed to create a child event loop
  9. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(Multith
  10. readEventExecutorGroup.java:61)
  11. at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoo
  12. pGroup.java:49)
  13. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:
  14. 61)
  15. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:
  16. 52)
  17. at nc.<clinit>(SourceFile:31)
  18. ... 3 more
  19. Caused by: io.netty.channel.ChannelException: failed to open a new selector
  20. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128)
  21.  
  22. at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120)
  23. at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.jav
  24. a:87)
  25. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(Multith
  26. readEventExecutorGroup.java:57)
  27. ... 7 more
  28. Caused by: java.io.IOException: Unable to establish loopback connection
  29. at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  30. at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  31. at java.security.AccessController.doPrivileged(Native Method)
  32. at sun.nio.ch.PipeImpl.<init>(Unknown Source)
  33. at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
  34. at java.nio.channels.Pipe.open(Unknown Source)
  35. at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
  36. at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
  37. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
  38.  
  39. ... 10 more
  40. Caused by: java.net.ConnectException: Connection timed out: connect
  41. at sun.nio.ch.Net.connect0(Native Method)
  42. at sun.nio.ch.Net.connect(Unknown Source)
  43. at sun.nio.ch.Net.connect(Unknown Source)
  44. at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
  45. at java.nio.channels.SocketChannel.open(Unknown Source)
  46. ... 19 more
  47.  
  48. C:\Users\Ruben\Desktop\New folder>pause
  49. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement