IDEA 2020 start failed
Answered
Here is the log:
2020-10-16 00:14:54,570 [ 3936] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26
2020-10-16 00:14:54,570 [ 3936] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-10-16 00:14:54,570 [ 3936] ERROR - llij.ide.plugins.PluginManager - OS: Windows 10
2020-10-16 00:14:54,570 [ 3936] ERROR - llij.ide.plugins.PluginManager - Last Action:
2020-10-16 00:14:54,570 [ 3936] ERROR - llij.ide.plugins.PluginManager - Listener was already set: com.intellij.diagnostic.PerformanceWatcher$1@7591f826
java.lang.IllegalStateException: Listener was already set: com.intellij.diagnostic.PerformanceWatcher$1@7591f826
at com.intellij.util.concurrency.AppScheduledExecutorService$MyThreadFactory.setNewThreadListener(AppScheduledExecutorService.java:62)
at com.intellij.util.concurrency.AppScheduledExecutorService.setNewThreadListener(AppScheduledExecutorService.java:75)
at com.intellij.diagnostic.PerformanceWatcher.<init>(PerformanceWatcher.java:85)
at jdk.internal.reflect.GeneratedConstructorAccessor34.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:47)
at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:664)
at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:49)
at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:37)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:113)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:67)
at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:413)
at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:395)
at com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:20)
at com.intellij.diagnostic.PerformanceWatcher.getInstance(PerformanceWatcher.java:78)
at com.intellij.ide.IdeEventQueue.obtainPerformanceWatcher(IdeEventQueue.java:618)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:381)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Please sign in to leave a comment.
Did you try the steps from https://intellij-support.jetbrains.com/hc/en-us/articles/360007568559 ? Does it help?
Hi Serge Baranov, I have the same issue too. (I tried that suggestion but nothings change) Any product of JB gives that error on my pc. (PyCharm, Intellij Idea, PhpStorm) Can you give more specific solution for that?
Thanks.
@...
Does it help if you change the system locale in the Control Panel\Clock and Region settings > 'Administrative' tab?
Hi @...
Chancing that from the UK to Turkey solved that problem.
Thanks a lot.
Happy to help Emre.
I also created a new bug report for this on our issue tracker: IDEA-259930.
Добрый день( Надеюсь можно писать на русском). У меня есть такая же проблема. Пытался по этой ссылке все сделать:
https://intellij-support.jetbrains.com/hc/en-us/articles/360007568559-Start-Failed-Internal-error-recovering-IDE-to-the-working-state-after-the-critical-startup-error
Не помогло , также поменял язык программ не поддерживающих Юникод.Тоже не помогло.
Выдает это:
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
Albertwy98 Please see https://youtrack.jetbrains.com/issue/IDEA-253939#focus=Comments-27-4635107.0-0 .
Serge Baranov

Добавил запись -Djava.net.preferIPv4Stack=true в данный файл. Все ровно выдает также ошибку.
Albertwy98 See https://intellij-support.jetbrains.com/hc/en-us/articles/206544869. If you have .vmoptions file in the Configuration directory: https://www.jetbrains.com/help/idea/tuning-the-ide.html#config-directory, it will override the .vmoptions file in bin.
Serge Baranov


Я проверил в каталоге C:\Users\r.mamedov\AppData\Roaming\JetBrains
Там нет файла с расширением .vmoptions
Там также нет папки с плагинами. (Добавил, что внутри папки есть )
Albertwy98 Then it's likely a firewall misconfiguration issue: https://youtrack.jetbrains.com/issue/IDEA-253939 .
Serge Baranov

Также я изменил .vmoptions через ToolBox.|
Albertwy98 see if disabling Windows Firewall helps. If you are using any third-party, disable it as well.
Serge Baranov

Отключить Брандмауэр не могу. Но дал разрешение для работу с этим софтом. Спасибо Вам большое. По настоящему спасли меня.