Ray_Hughes
  1. [13:02:10] [main/INFO]: Using standard Java JCE cipher.
  2. [13:02:10] [main/INFO]: Using standard Java compressor.
  3. [13:02:10] [main/INFO]: Enabled Waterfall version git:Waterfall-Bootstrap:1.14-SNAPSHOT:c0c84ca:287
  4. [13:02:11] [main/ERROR]: Exception in thread "main" java.lang.IllegalStateException: failed to create a child event loop
  5. [13:02:11] [main/ERROR]:         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
  6. [13:02:11] [main/ERROR]:         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
  7. [13:02:11] [main/ERROR]:         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
  8. [13:02:11] [main/ERROR]:         at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
  9. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
  10. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
  11. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
  12. [13:02:11] [main/ERROR]:         at net.md_5.bungee.netty.PipelineUtils.newEventLoopGroup(PipelineUtils.java:109)
  13. [13:02:11] [main/ERROR]:         at net.md_5.bungee.BungeeCord.start(BungeeCord.java:259)
  14. [13:02:11] [main/ERROR]:         at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
  15. [13:02:11] [main/ERROR]:         at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  16. [13:02:11] [main/ERROR]: Caused by: io.netty.channel.ChannelException: failed to open a new selector
  17. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:169)
  18. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:143)
  19. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
  20. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
  21. [13:02:11] [main/ERROR]:         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
  22. [13:02:11] [main/ERROR]:         ... 10 more
  23. [13:02:11] [main/ERROR]: Caused by: java.io.IOException: Unable to establish loopback connection
  24. [13:02:11] [main/ERROR]:         at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  25. [13:02:11] [main/ERROR]:         at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  26. [13:02:11] [main/ERROR]:         at java.security.AccessController.doPrivileged(Native Method)
  27. [13:02:11] [main/ERROR]:         at sun.nio.ch.PipeImpl.<init>(Unknown Source)
  28. [13:02:11] [main/ERROR]:         at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
  29. [13:02:11] [main/ERROR]:         at java.nio.channels.Pipe.open(Unknown Source)
  30. [13:02:11] [main/ERROR]:         at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
  31. [13:02:11] [main/ERROR]:         at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
  32. [13:02:11] [main/ERROR]:         at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:167)
  33. [13:02:11] [main/ERROR]:         ... 14 more
  34. [13:02:11] [main/ERROR]: Caused by: java.net.SocketException: No buffer space available (maximum connections reached?): bind
  35. [13:02:11] [main/ERROR]:         at sun.nio.ch.Net.bind0(Native Method)
  36. [13:02:11] [main/ERROR]:         at sun.nio.ch.Net.bind(Unknown Source)
  37. [13:02:11] [main/ERROR]:         at sun.nio.ch.Net.bind(Unknown Source)
  38. [13:02:11] [main/ERROR]:         at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
  39. [13:02:11] [main/ERROR]:         at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
  40. [13:02:11] [main/ERROR]:         at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
  41. [13:02:11] [main/ERROR]:         at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source)
  42. [13:02:11] [main/ERROR]:         ... 23 more
复制代码



xmdhs
尝试更新一下你的 bc 呢,另外,端口没有冲突吧

Ray_Hughes
xmdhs 发表于 2019-7-2 13:17
尝试更新一下你的 bc 呢,另外,端口没有冲突吧

第一次启动 没有设置端口 然后BC是最新版的 是WF不是BC 就是那个优化版本

xmdhs
bliblibli23333 发表于 2019-7-2 13:19
第一次启动 没有设置端口 然后BC是最新版的 是WF不是BC 就是那个优化版本
...

端口还是要设置吧,能给我看看你bc的配置文件吗

Ray_Hughes
xmdhs 发表于 2019-7-2 13:20
端口还是要设置吧,能给我看看你bc的配置文件吗

没生成配置文件

下一页 最后一页