Exception PhpStorm在启动时崩溃

Exception PhpStorm在启动时崩溃,exception,phpstorm,jetbrains-ide,illegalstateexception,startup-error,Exception,Phpstorm,Jetbrains Ide,Illegalstateexception,Startup Error,这只是一个偶然的一天,我点燃了我的PhpStorm,它出现了 完整的错误消息如下所示: Internal error. Please refer to https://jb.gg/ide/critical-startup-errors java.util.concurrent.CompletionException: java.lang.IllegalStateException: failed to create a child event loop at java.base/ja

这只是一个偶然的一天,我点燃了我的PhpStorm,它出现了

完整的错误消息如下所示:

Internal error. Please refer to https://jb.gg/ide/critical-startup-errors

java.util.concurrent.CompletionException: java.lang.IllegalStateException: failed to create a child event loop
    at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
    at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
    at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
    at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalStateException: failed to create a child event loop
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
    at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:86)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:81)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:68)
    at org.jetbrains.io.BuiltInServerKt.multiThreadEventLoopGroup(BuiltInServer.kt:144)
    at org.jetbrains.io.BuiltInServerKt.access$multiThreadEventLoopGroup(BuiltInServer.kt:1)
    at org.jetbrains.io.BuiltInServer$Companion.start(BuiltInServer.kt:54)
    at org.jetbrains.io.BuiltInServer.start(BuiltInServer.kt)
    at com.intellij.idea.SocketLock.lambda$lockAndTryActivate$2(SocketLock.java:171)
    at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
    ... 7 more
Caused by: io.netty.channel.ChannelException: failed to open a new selector
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175)
    at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:142)
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:146)
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:37)
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
    ... 19 more
Caused by: java.io.IOException: Unable to establish loopback connection
    at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
    at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.base/sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
    at java.base/sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
    at java.base/java.nio.channels.Pipe.open(Pipe.java:155)
    at java.base/sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:142)
    at java.base/sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:173)
    ... 23 more
Caused by: java.net.ConnectException: Connection timed out: connect
    at java.base/sun.nio.ch.Net.connect0(Native Method)
    at java.base/sun.nio.ch.Net.connect(Net.java:476)
    at java.base/sun.nio.ch.Net.connect(Net.java:468)
    at java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:694)
    at java.base/java.nio.channels.SocketChannel.open(SocketChannel.java:194)
    at java.base/sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
    at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
    ... 31 more

-----
Your JRE: 11.0.10+9-b1341.35 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\PhpStorm 2021.1.1\jbr
内部错误。请参阅https://jb.gg/ide/critical-startup-errors
java.util.concurrent.CompletionException:java.lang.IllegalStateException:未能创建子事件循环
位于java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
位于java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
位于java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
位于java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
位于java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
位于java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
位于java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
位于java.base/java.security.AccessController.doPrivileged(本机方法)
位于java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
位于java.base/java.lang.Thread.run(Thread.java:834)
原因:java.lang.IllegalStateException:未能创建子事件循环
位于io.netty.util.concurrent.MultithreadEventExecutorGroup。(MultithreadEventExecutorGroup.java:88)
位于io.netty.util.concurrent.MultithreadEventExecutorGroup。(MultithreadEventExecutorGroup.java:58)
位于io.netty.util.concurrent.MultithreadEventExecutorGroup。(MultithreadEventExecutorGroup.java:47)
位于io.netty.channel.MultithreadEventLoopGroup。(MultithreadEventLoopGroup.java:59)
位于io.netty.channel.nio.NioEventLoopGroup。(NioEventLoopGroup.java:86)
位于io.netty.channel.nio.NioEventLoopGroup。(NioEventLoopGroup.java:81)
位于io.netty.channel.nio.NioEventLoopGroup。(NioEventLoopGroup.java:68)
位于org.jetbrains.io.BuiltInServer kt.multiThreadEventLoopGroup(BuiltInServer.kt:144)
在org.jetbrains.io.BuiltInServer.kt.access$multi-threadeventloopgroup(BuiltInServer.kt:1)
位于org.jetbrains.io.BuiltInServer$Companion.start(BuiltInServer.kt:54)
位于org.jetbrains.io.BuiltInServer.start(BuiltInServer.kt)
在com.intellij.idea.SocketLock.lambda$lock和tryactivate$2(SocketLock.java:171)
位于java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
... 还有7个
原因:io.netty.channel.ChannelException:无法打开新选择器
位于io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175)
位于io.netty.channel.nio.NioEventLoop。(NioEventLoop.java:142)
位于io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:146)
位于io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:37)
位于io.netty.util.concurrent.MultithreadEventExecutorGroup。(MultithreadEventExecutorGroup.java:84)
... 还有19个
原因:java.io.IOException:无法建立环回连接
位于java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
位于java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
位于java.base/java.security.AccessController.doPrivileged(本机方法)
位于java.base/sun.nio.ch.PipeImpl.(PipeImpl.java:171)
在java.base/sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
位于java.base/java.nio.channels.Pipe.open(Pipe.java:155)
位于java.base/sun.nio.ch.WindowsSelectorImpl。(WindowsSelectorImpl.java:142)
位于java.base/sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
位于io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:173)
... 23多
原因:java.net.ConnectException:连接超时:连接
位于java.base/sun.nio.ch.Net.connect0(本机方法)
位于java.base/sun.nio.ch.Net.connect(Net.java:476)
位于java.base/sun.nio.ch.Net.connect(Net.java:468)
位于java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:694)
位于java.base/java.nio.channels.SocketChannel.open(SocketChannel.java:194)
位于java.base/sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
位于java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 还有31个
-----
您的JRE:11.0.10+9-b1341.35 amd64(JetBrains s.r.o.)
C:\Program Files\JetBrains\PhpStorm 2021.1.1\jbr
重新启动应用程序,重新启动电脑没有帮助。 我试图删除插件目录,但没有帮助

后来卸载了应用程序并安装了一个新的更新,但仍然相同


这个时候我对这个错误感到非常沮丧。有人能帮忙吗?提前谢谢

“无法建立环回连接”检查您的防火墙/网络连接(如VPN等)。另外:看看你的建议。谢谢