在IntelliJ IDEA Community Edition 14.0.2中,我尝试运行Java Applet,每次我尝试运行项目时,我都会收到这个虚拟错误。
Error: Failed to create a child event loop
我所尝试的
1.正在编译新建的Hello World程序
1.更新IntelliJ
1.卸载和重新安装
1.允许来自Windows防火墙规则
1.禁用防病毒程序
我正在使用Windows 8.1
和防病毒程序Windows Defender
。
日志文件中的错误详细信息:
java.lang.IllegalStateException: failed to create a child event loop
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:81)
at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:50)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:58)
at org.jetbrains.io.BuiltInServer.start(BuiltInServer.java:60)
at org.jetbrains.ide.BuiltInServerManagerImpl$1.run(BuiltInServerManagerImpl.java:111)
at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:405)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at org.jetbrains.ide.PooledThreadExecutor$1$1.run(PooledThreadExecutor.java:56)
Caused by: io.netty.channel.ChannelException: failed to open a new selector
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:127)
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:119)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:97)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:31)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:77)
... 12 more
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:125)
... 16 more
Caused by: java.net.SocketException: Network is unreachable: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:457)
at sun.nio.ch.Net.connect(Net.java:449)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:647)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:130)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83)
... 24 more
7条答案
按热度按时间0kjbasz61#
重新启动intelliJ没有帮助,重新启动机器有帮助!
z6psavjg2#
禁用防火墙或将idea.exe完整正确路径添加到防火墙的传出连接规则中。
它帮助我学习IDEA 14.0.3
nc1teljy3#
我遇到了同样的错误,当我们部署我们的应用程序到Windows服务器,但是,这台服务器没有杀毒软件和防火墙被禁用。在我们的情况下,这是由于Astrill VPN,如果我们禁用Astrill VPN,这个问题就会消失。
mwngjboj4#
我的操作系统是Windows,使用Pycharm 2017.3运行scrapy项目遇到了类似的问题。今天,使用Intellij Idea 2016.3.5运行spring项目也遇到了同样的问题。在我的操作系统中,关闭Windows Defender可以解决这个问题。
ecbunoof5#
我们必须关闭防火墙。它解决了这个问题。即使在“Eclipse”软件中也关闭防火墙效果很好。
ddhy6vgd6#
更新pycharm到一个较新的版本为我工作,然后重新启动pycharm ide。
jucafojl7#
MacOS bigsur 11.7.3。这似乎是pycharms错误。我试图关闭项目并重新打开它,不工作。当我完全关闭pycharm(退出内存)并启动它,一切都很好。(我不认为有必要重新启动您的计算机。这是一个关于pychar的错误,而不是您的电脑)