Start Failed, Internal error: recovering IDE to the working state after the critical startup error
Symptoms
IDE shows the Start Failed dialog with the exception stacktrace and the following text:
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
Cause
There are multiple possible causes for this issue: broken or incompatible plug-in, corrupted IDE installation files, failed patch update, broken caches or damaged configuration.
It may be hard to guess the root case from the exception stacktrace.
Resolution
Please try the following steps one by one until the issue is resolved:
- In case of "java.nio.file.AccessDeniedException: ...plugins\github-copilot-intellij\copilot-agent\bin\copilot-agent-win.exe", please see this Copilot discussion and the corresponding issue.
- If you get "java.net.BindException: Address already in use: bind" exception, please refer to IDEA-238995 for the workaround.
- Delete the third-party plug-ins directory (
idea.plugins.path
in the user's home directory, depends on the OS and IDE version. Please be aware that default locations have changed in 2020.1 release). You can bisect the plug-ins to find the offending one and remove only that plug-in, keeping the working plug-ins.
Note: if the installation is managed by the Toolbox App, plug-ins directory will be located next to the application install location which can be found from the Toolbox properties of the installed app. Look for the directory name starting with the build number and ending with the .plugins, like 192.5728.98.plugins. - Download and install the IDE again, either from the official site or using the Toolbox App. Your settings and projects will be preserved. When installing from .tar.gz on Linux make sure to unpack into the new empty directory, not on the top of the existing installation.
- Delete the IDE system (
idea.system.path
) directory. - In most cases the issue should be already resolved, but if the IDE still doesn't start with the same error dialog, you can also try to backup and delete the configuration directory (
idea.config.path
). - Contact support with the full exception stacktrace (you can copy/paste it from the error dialog).
Feedback
We'd appreciate if you report all such issues to the support team or directly to the issue tracker. We are trying to eliminate the root cases and make the IDE recovery process more seamless.
Please sign in to leave a comment.
Looks like I've got crash error too.
I used Hyper-V few days all worked fine. Yesturday I updated CSV plugin.
I disagree do not use Docker and disable Hyper-v (wsl2)
Here is error:
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
java.util.concurrent.CompletionException: java.net.BindException: Address already in use: bind
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.net.BindException: Address already in use: bind
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:455)
at java.base/sun.nio.ch.Net.bind(Net.java:447)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134)
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:550)
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506)
at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491)
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:248)
at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
... 1 more
-----
Your JRE: 11.0.9.1+11-b1145.77 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\PhpStorm 2020.2.4\jbr
Ruslan Gr
Please see https://youtrack.jetbrains.com/issue/IDEA-238995 for the workaround.
Thank you.
I've removed CSV plugin and reinstall PhpStorm.
It helps. NExt time will use your solution.
I see this after latest update. Re-installing does not help(without removing settings)
D00mus2
Please try removing the Plugins directory: https://www.jetbrains.com/help/idea/tuning-the-ide.html#plugins-directory.
Serge Baranov
I removed just Kotlin plugin and it helped, thanks
How to fix that?
2021-03-03 18:33:34,064 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2021-03-03 18:33:34,076 [ 12] INFO - llij.ide.gdpr.EndUserAgreement - eua: C:\Users\CodeInsperation\AppData\Roaming\JetBrains\PrivacyPolicy\eua.cached
2021-03-03 18:33:34,140 [ 76] INFO - #com.intellij.idea.Main - IDE: PhpStorm (build #PS-203.5981.175, 02 Dec 2020 18:49)
2021-03-03 18:33:34,141 [ 77] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2021-03-03 18:33:34,154 [ 90] INFO - #com.intellij.idea.Main - JRE: 11.0.9+11-b1145.21 (JetBrains s.r.o.)
2021-03-03 18:33:34,154 [ 90] INFO - #com.intellij.idea.Main - JVM: 11.0.9+11-b1145.21 (OpenJDK 64-Bit Server VM)
2021-03-03 18:33:34,155 [ 91] INFO - #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=512m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -XX:CICompilerCount=2 -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -ea -Dsun.io.useCanonCaches=false -Djdk.http.auth.tunneling.disabledSchemes="" -Djdk.attach.allowAttachSelf=true -Djdk.module.illegalAccess.silent=true -Dkotlinx.coroutines.debug=off -Djb.vmOptionsFile=C:\Program Files\JetBrains\PhpStorm 2020.3\bin\phpstorm64.exe.vmoptions -Djava.library.path=C:\Program Files\JetBrains\PhpStorm 2020.3\jbr\\bin;C:\Program Files\JetBrains\PhpStorm 2020.3\jbr\\bin\server -Didea.platform.prefix=PhpStorm -Dide.native.launcher=true -Didea.vendor.name=JetBrains -Didea.paths.selector=PhpStorm2020.3 -XX:ErrorFile=C:\Users\CodeInsperation\java_error_in_phpstorm64_%p.log -XX:HeapDumpPath=C:\Users\CodeInsperation\java_error_in_phpstorm64.hprof
2021-03-03 18:33:34,156 [ 92] INFO - #com.intellij.idea.Main - library path: C:\Program Files\JetBrains\PhpStorm 2020.3\jbr\\bin;C:\Program Files\JetBrains\PhpStorm 2020.3\jbr\\bin\server
2021-03-03 18:33:34,156 [ 92] INFO - #com.intellij.idea.Main - boot library path: C:\Program Files\JetBrains\PhpStorm 2020.3\jbr\bin
2021-03-03 18:33:34,186 [ 122] INFO - #com.intellij.idea.Main - locale=ru_RU JNU=Cp1251 file.encoding=Cp1251
idea.config.path=C:\Users\CodeInsperation\AppData\Roaming\JetBrains\PhpStorm2020.3
idea.system.path=C:\Users\CodeInsperation\AppData\Local\JetBrains\PhpStorm2020.3
idea.plugins.path=C:\Users\CodeInsperation\AppData\Roaming\JetBrains\PhpStorm2020.3\plugins
idea.log.path=C:\Users\CodeInsperation\AppData\Local\JetBrains\PhpStorm2020.3\log
2021-03-03 18:33:34,233 [ 169] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 47 ms
2021-03-03 18:33:34,289 [ 225] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2021-03-03 18:33:34,291 [ 227] INFO - STDERR -
2021-03-03 18:33:34,292 [ 228] INFO - STDERR - Start Failed
2021-03-03 18:33:34,292 [ 228] INFO - STDERR - Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
2021-03-03 18:33:34,293 [ 229] INFO - STDERR -
2021-03-03 18:33:34,293 [ 229] INFO - STDERR - com.intellij.ide.plugins.StartupAbortedException: UI initialization failed
2021-03-03 18:33:34,293 [ 229] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$prepareApp$3(StartupUtil.java:193)
2021-03-03 18:33:34,293 [ 229] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
2021-03-03 18:33:34,293 [ 229] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:970)
2021-03-03 18:33:34,293 [ 229] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
2021-03-03 18:33:34,293 [ 229] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088)
2021-03-03 18:33:34,293 [ 229] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:373)
2021-03-03 18:33:34,293 [ 229] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2021-03-03 18:33:34,293 [ 229] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method)
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - at java.base/java.lang.Thread.run(Thread.java:834)
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - Caused by: java.util.concurrent.CompletionException: java.lang.UnsatisfiedLinkError: C:\Program Files\JetBrains\PhpStorm 2020.3\jbr\bin\awt.dll: Can't find dependent libraries
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331)
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346)
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$BiRelay.tryFire(CompletableFuture.java:1423)
2021-03-03 18:33:34,294 [ 230] INFO - STDERR - ... 10 more
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - Caused by: java.lang.UnsatisfiedLinkError: C:\Program Files\JetBrains\PhpStorm 2020.3\jbr\bin\awt.dll: Can't find dependent libraries
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2442)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2498)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2694)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2648)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:830)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.base/java.lang.System.loadLibrary(System.java:1873)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1395)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1393)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method)
2021-03-03 18:33:34,295 [ 231] INFO - STDERR - at java.desktop/java.awt.Toolkit.loadLibraries(Toolkit.java:1392)
2021-03-03 18:33:34,296 [ 232] INFO - STDERR - at java.desktop/java.awt.Toolkit.<clinit>(Toolkit.java:1430)
2021-03-03 18:33:34,296 [ 232] INFO - STDERR - at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1318)
2021-03-03 18:33:34,296 [ 232] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:324)
2021-03-03 18:33:34,296 [ 232] INFO - STDERR - ... 7 more
2021-03-03 18:33:34,296 [ 232] INFO - STDERR -
2021-03-03 18:33:34,296 [ 232] INFO - STDERR - -----
2021-03-03 18:33:34,296 [ 232] INFO - STDERR - JRE 11.0.9+11-b1145.21 amd64 by JetBrains s.r.o.
2021-03-03 18:33:34,296 [ 232] INFO - STDERR - C:\Program Files\JetBrains\PhpStorm 2020.3\jbr
2021-03-03 18:33:34,319 [ 255] INFO - STDERR -
2021-03-03 18:33:34,320 [ 256] INFO - STDERR - Also, a UI exception occurred on an attempt to show the above message
2021-03-03 18:33:34,320 [ 256] INFO - STDERR - java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit
2021-03-03 18:33:34,320 [ 256] INFO - STDERR - at java.desktop/java.awt.Component.<clinit>(Component.java:626)
2021-03-03 18:33:34,320 [ 256] INFO - STDERR - at com.intellij.idea.Main.showMessage(Main.java:270)
2021-03-03 18:33:34,321 [ 257] INFO - STDERR - at com.intellij.idea.Main.showMessage(Main.java:236)
2021-03-03 18:33:34,321 [ 257] INFO - STDERR - at com.intellij.ide.plugins.StartupAbortedException.logAndExit(StartupAbortedException.java:86)
2021-03-03 18:33:34,321 [ 257] INFO - STDERR - at com.intellij.ide.plugins.StartupAbortedException.processException(StartupAbortedException.java:34)
2021-03-03 18:33:34,321 [ 257] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$prepareApp$3(StartupUtil.java:193)
2021-03-03 18:33:34,322 [ 258] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
2021-03-03 18:33:34,322 [ 258] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:970)
2021-03-03 18:33:34,322 [ 258] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
2021-03-03 18:33:34,322 [ 258] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088)
2021-03-03 18:33:34,323 [ 259] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:373)
2021-03-03 18:33:34,323 [ 259] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2021-03-03 18:33:34,323 [ 259] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2021-03-03 18:33:34,323 [ 259] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
2021-03-03 18:33:34,324 [ 260] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
2021-03-03 18:33:34,324 [ 260] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method)
2021-03-03 18:33:34,324 [ 260] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
2021-03-03 18:33:34,324 [ 260] INFO - STDERR - at java.base/java.lang.Thread.run(Thread.java:834)
2021-03-03 18:33:34,325 [ 261] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2021-03-03 18:33:34,419 [ 355] INFO - org.jetbrains.io.BuiltInServer - web server stopped
Petuhovdi the issue may be caused by the corrupted Windows installation. Repairing it should help. You can also try reinstalling https://aka.ms/vs/16/release/vc_redist.x64.exe .
Hello,
Today I tried to open my php storm and received the error below. Already reinstalled the kit a few times, restarted, deleted all folders, updated JDK to 15, nothing works. Please help.
2021-03-08 17:20:26,680 [ 67765] ERROR - llij.ide.plugins.PluginManager - PhpStorm 2020.3.2 Build #PS-203.7148.74
2021-03-08 17:20:26,680 [ 67765] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.9.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2021-03-08 17:20:26,680 [ 67765] ERROR - llij.ide.plugins.PluginManager - OS: Windows 10
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR -
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - Start Failed
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR -
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - java.util.concurrent.CompletionException: java.lang.NoClassDefFoundError: kotlin/collections/ArraysKt___ArraysJvmKt
Thank you,
Mihai
The full log is:
2021-03-08 17:20:26,680 [ 67765] ERROR - llij.ide.plugins.PluginManager - PhpStorm 2020.3.2 Build #PS-203.7148.74
2021-03-08 17:20:26,680 [ 67765] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.9.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2021-03-08 17:20:26,680 [ 67765] ERROR - llij.ide.plugins.PluginManager - OS: Windows 10
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR -
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - Start Failed
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR -
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - java.util.concurrent.CompletionException: java.lang.NoClassDefFoundError: kotlin/collections/ArraysKt___ArraysJvmKt
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:645)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.idea.ApplicationLoader$initApplication$2.accept(ApplicationLoader.kt:398)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.idea.ApplicationLoader$initApplication$2.accept(ApplicationLoader.kt)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:883)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2251)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:143)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.idea.ApplicationLoader.initApplication(ApplicationLoader.kt:395)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.reflect.Method.invoke(Method.java:566)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.idea.a.c(a.java:103)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.ide.b.c.aV.c(aV.java:92)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.ide.b.c.C.b(C.java:277)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.ide.b.c.D.b(D.java:275)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.ide.b.c.D.c(D.java:168)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.ide.b.c.D.a(D.java:80)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.reflect.Method.invoke(Method.java:566)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.idea.MainImpl.start(MainImpl.java:95)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:302)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:242)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.ide.plugins.MainRunner.lambda$start$1(MainRunner.java:41)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.Thread.run(Thread.java:834)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - Caused by: java.lang.NoClassDefFoundError: kotlin/collections/ArraysKt___ArraysJvmKt
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass1(Native Method)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:878)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.lang.UrlClassLoader._defineClass(UrlClassLoader.java:400)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.lang.UrlClassLoader.defineClass(UrlClassLoader.java:392)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.lang.UrlClassLoader._findClass(UrlClassLoader.java:350)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:336)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass1(Native Method)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:878)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.lang.UrlClassLoader._defineClass(UrlClassLoader.java:400)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.lang.UrlClassLoader.defineClass(UrlClassLoader.java:392)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.lang.UrlClassLoader._findClass(UrlClassLoader.java:350)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:336)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.ConstructorInjectionKt.getSortedMatchingConstructors(constructorInjection.kt:195)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:27)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:733)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:49)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:37)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:113)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:67)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:457)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:440)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.messages.MessageBusFactory.getInstance(MessageBusFactory.java:10)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.ComponentManagerImpl.getOrCreateMessageBusUnderLock(ComponentManagerImpl.kt:581)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:266)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt:108)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - ... 28 more
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - Caused by: java.lang.ClassNotFoundException: kotlin.collections.ArraysKt___ArraysJvmKt
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:338)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - ... 61 more
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR -
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - -----
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - Your JRE: 11.0.9.1+11-b1145.77 amd64 (JetBrains s.r.o.)
2021-03-08 17:20:26,696 [ 67781] INFO - STDERR - C:\Program Files\JetBrains\PhpStorm 2020.3.2\jbr
Thank you,
Mihai
O Mihai San This specific issue is caused by the BitDefender false positive detection. Please see https://youtrack.jetbrains.com/issue/KTIJ-3770 for more details. We have already reported the false positive at https://www.bitdefender.com/business/submit/ . It may take some time until they update the databases. At the moment you can manually unblock the quarantined files or disable the antivirus and reinstall the product.
I encountered the very same issue yesterday and can at least confirm I do have BitDefender running. Thanks for the information - I was going totally mad as I could not figure out what was causing this issue, ending up in completely uninstalling IntelliJ!
I will report back in the case BitDefender and the quarantining was not the case.
Hello Serge,
Thank you! That was the problem, I would have never figured it out. Strangely, I didn't find the issue on google search, it would have probably saved me the many hours of installing and uninstalling everything :). And the antivirus didn't say a thing, just silently decided to do it's own job.
Now everything is normal.
Thank you once again,
Mihai
Regarding step 6: be warned that in my case, every press of the Control key (as in Control-C) resulted in a new set of errors popping up, stealing the window focus! There's no right-click support for the error text in a Ubuntu environment (a Copy to Clipboard button would be handy). Because of this, copying the error is not possible. To add to the fun, each subsequent error was subtlely different :D
I can confirm not being able to copy to clipboard because whenever a button is pressed or something gets clicked a new error pops up. Removing the files from quarantaine did help partially - I had to reinstall the app and tell bitdefender to ignore specific folders
In my case it was sufficient to delete the broken plug-ins from the third-party plug-ins directory (
idea.plugins.path)
and restart. After that, IntelliJ synced plugins silently and reinstalled the "corrupt" plug ins, said IntelliJ needs to be restarted to apply changes. Then the same error message occured again. To solve that I needed to choose "choose plug ins to install" in IDE Sync Settings dialogue and there set the setting "uninstall everywhere" at the corrupt plug ins.I upgraded the version of CLion to 2021.03 from 2020.2.5 - and the JDK version requirement wasn't right (I have version 8 only) - so the new version didn't start (and I don't have the required version 11 to use instead) - so I need to revert to the older version I had before. (I saw in the console it was back it the old files - so I know it has them somewhere).
How do I get back to the older version ?
I was previously advice to delete clion.jdk from my config directory bypass this issue (and use the jdk bundled version) - but this file isn't to be found on my system - so the advice looks to be wrong or out of date.
This was working with no issues yesterday. Today when I tried to launch intelliJ I got this at start up:
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.SocketException: Network is unreachable: 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.9.1+11-b1145.63 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.4\jbr
Set up HaskForse plugin. And after restart got:
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
java.util.concurrent.CompletionException: java.lang.AssertionError
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:683)
at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:658)
at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2094)
at com.intellij.ide.plugins.PluginManagerCore.initPlugins(PluginManagerCore.java:802)
at com.intellij.idea.ApplicationLoader.initApplication(ApplicationLoader.kt:383)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.intellij.idea.a.a(a.java:103)
at com.intellij.ide.b.m.ag.a(ag.java:93)
at com.intellij.ide.b.m.e.b(e.java:279)
at com.intellij.ide.b.m.f.b(f.java:276)
at com.intellij.ide.b.m.f.c(f.java:169)
at com.intellij.ide.b.m.f.a(f.java:81)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.intellij.idea.MainImpl.start(MainImpl.java:95)
at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:310)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:250)
at com.intellij.ide.plugins.MainRunner.lambda$start$1(MainRunner.java:41)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.AssertionError
at com.intellij.ide.plugins.ClassLoaderConfigurator.configure(ClassLoaderConfigurator.java:169)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at com.intellij.ide.plugins.PluginManagerCore.initializePlugins(PluginManagerCore.java:1093)
at com.intellij.ide.plugins.PluginManagerCore.loadAndInitializePlugins(PluginManagerCore.java:1364)
at com.intellij.ide.plugins.PluginManagerCore.lambda$initPlugins$20(PluginManagerCore.java:803)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:680)
... 23 more
-----
Your JRE: 11.0.10+9-b1341.35 x86_64 (JetBrains s.r.o.)
/Applications/IntelliJ IDEA.app/Contents/jbr/Contents/Home
Fixed my issue just
If anybody run into - just remove manually HaskForce plugin:
rm -rf /System/Volumes/Data/Users/<YOUR_USERNAME>/Library/Application Support/JetBrains/IntelliJIdea2021.1/plugins/HaskForce
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
java.util.concurrent.CompletionException: org.picocontainer.PicoRegistrationException: Key com.intellij.codeInsight.completion.CompletionFinalSorter$Factory duplicated
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$UniApply.tryFire(CompletableFuture.java:645)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
at com.intellij.idea.ApplicationLoader$initApplication$2.accept(ApplicationLoader.kt:387)
at com.intellij.idea.ApplicationLoader$initApplication$2.accept(ApplicationLoader.kt)
at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:883)
at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2251)
at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:143)
at com.intellij.idea.ApplicationLoader.initApplication(ApplicationLoader.kt:384)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.intellij.idea.a.a(a.java:103)
at com.intellij.ide.b.m.ag.a(ag.java:93)
at com.intellij.ide.b.m.e.b(e.java:279)
at com.intellij.ide.b.m.f.b(f.java:276)
at com.intellij.ide.b.m.f.c(f.java:169)
at com.intellij.ide.b.m.f.a(f.java:81)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.intellij.idea.MainImpl.start(MainImpl.java:95)
at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:310)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:250)
at com.intellij.ide.plugins.MainRunner.lambda$start$1(MainRunner.java:41)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.picocontainer.PicoRegistrationException: Key com.intellij.codeInsight.completion.CompletionFinalSorter$Factory duplicated
at com.intellij.util.pico.DefaultPicoContainer.registerComponent(DefaultPicoContainer.java:119)
at com.intellij.serviceContainer.ComponentManagerImpl.registerServices(ComponentManagerImpl.kt:400)
at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:250)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt:106)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt)
at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
... 28 more
-----
Your JRE: 11.0.10+9-b1341.35 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\IntelliJ IDEA 2020.2\jbr
already deleted system cache and reinstalled but cannot work. Mac Mojave 10.14.6
Thanks.
Hctzsx Please try deleting the Plugins directory: https://www.jetbrains.com/help/idea/tuning-the-ide.html#plugins-directory.
Bono Does the issue still occur after following all the steps from this document?
Upgraded to latest 2021.1.2 and is giving a headache.. gives me an error on startup..tried uninstalling and reinstalling..
have tried the steps mentioned just doesn't work!! Is there any fix ???
Sameer Madaye Please see https://youtrack.jetbrains.com/issue/IDEA-238995.
thank you Serge Baranov that fixed the issue.. unfortunately I lost all my IDE settings as I had not sync the same :(
Hi,
after upgrading to last 2021.2 EAP version, I can see this:
All is fine after reverting to the 2021.1.2 RC (211.7442.27) version.
Sebastian Węglarczyk Please report at https://youtrack.jetbrains.com/newIssue?project=IDEA with the full log attached.