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.
In my case, a software also installed VMware Player, that prevented IDEA from starting. After uninstalling it, I was able to start IDEA again.
Hi. I try to run idea using root on remote centos 7 machine but it was unsuccesful
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Invalid MIT-MAGIC-COOKIE-1 key
Start Failed: Failed to initialize graphics environment
java.awt.AWTError: Can't connect to X11 window server using ':2' as the value of the DISPLAY variable.
at java.desktop/sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at java.desktop/sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:102)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.desktop/sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:61)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:315)
at java.desktop/java.awt.GraphicsEnvironment$LocalGE.createGE(GraphicsEnvironment.java:101)
at java.desktop/java.awt.GraphicsEnvironment$LocalGE.<clinit>(GraphicsEnvironment.java:83)
at java.desktop/java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:129)
at java.desktop/sun.awt.X11.XToolkit.<clinit>(XToolkit.java:231)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:315)
at java.desktop/java.awt.Toolkit$2.run(Toolkit.java:588)
at java.desktop/java.awt.Toolkit$2.run(Toolkit.java:583)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:582)
at java.desktop/java.awt.Toolkit.getEventQueue(Toolkit.java:1499)
at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1318)
at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:324)
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)
-----
JRE 11.0.8+10-b944.34 amd64 by JetBrains s.r.o.
/home/osydorenko/Project/idea-IU-202.7660.26/jbr
2020-11-13 08:44:54,827 [ 47] ERROR - llij.ide.plugins.PluginManager - null
java.lang.ExceptionInInitializerError
at java.prefs/java.util.prefs.FileSystemPreferencesFactory.userRoot(FileSystemPreferencesFactory.java:41)
at java.prefs/java.util.prefs.Preferences.userRoot(Preferences.java:457)
at com.intellij.ide.Prefs.migrate(Prefs.java:123)
at com.intellij.ide.Prefs.get(Prefs.java:24)
at com.intellij.ide.gdpr.EndUserAgreement.getAcceptedVersion(EndUserAgreement.java:81)
at com.intellij.ide.gdpr.EndUserAgreement.access$100(EndUserAgreement.java:23)
at com.intellij.ide.gdpr.EndUserAgreement$Document.isAccepted(EndUserAgreement.java:210)
at com.intellij.idea.StartupUtil.showUserAgreementAndConsentsIfNeeded(StartupUtil.java:784)
at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:264)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:242)
at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:47)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalStateException: Shutdown in progress
at java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:216)
at java.prefs/java.util.prefs.FileSystemPreferences$4.run(FileSystemPreferences.java:457)
at java.prefs/java.util.prefs.FileSystemPreferences$4.run(FileSystemPreferences.java:455)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.prefs/java.util.prefs.FileSystemPreferences.<clinit>(FileSystemPreferences.java:455)
... 12 more
2020-11-13 08:44:54,830 [ 50] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26
2020-11-13 08:44:54,830 [ 50] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-11-13 08:44:54,830 [ 50] ERROR - llij.ide.plugins.PluginManager - OS: Linux
Start Failed: Internal error. Please refer to http://jb.gg/ide/critical-startup-errors
java.lang.ExceptionInInitializerError
at java.prefs/java.util.prefs.FileSystemPreferencesFactory.userRoot(FileSystemPreferencesFactory.java:41)
at java.prefs/java.util.prefs.Preferences.userRoot(Preferences.java:457)
at com.intellij.ide.Prefs.migrate(Prefs.java:123)
at com.intellij.ide.Prefs.get(Prefs.java:24)
at com.intellij.ide.gdpr.EndUserAgreement.getAcceptedVersion(EndUserAgreement.java:81)
at com.intellij.ide.gdpr.EndUserAgreement.access$100(EndUserAgreement.java:23)
at com.intellij.ide.gdpr.EndUserAgreement$Document.isAccepted(EndUserAgreement.java:210)
at com.intellij.idea.StartupUtil.showUserAgreementAndConsentsIfNeeded(StartupUtil.java:784)
at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:264)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:242)
at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:47)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalStateException: Shutdown in progress
at java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:216)
at java.prefs/java.util.prefs.FileSystemPreferences$4.run(FileSystemPreferences.java:457)
at java.prefs/java.util.prefs.FileSystemPreferences$4.run(FileSystemPreferences.java:455)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.prefs/java.util.prefs.FileSystemPreferences.<clinit>(FileSystemPreferences.java:455)
... 12 more
-----
JRE 11.0.8+10-b944.34 amd64 by JetBrains s.r.o.
Please suggest any solution.
@oleg you must define proper DISPLAY environment variable, please see https://stackoverflow.com/q/10165761/2000323
Hi Andrey. I have tried the article mentioned above and it didn't help. I have to start vnc server from root in order to start idea from root. Best regards. Oleg
I gave up. Just re-download 2020.2 from web. Restore it back.
See you next time 2021.
After update to 2020,3 just now I cannot start IDEA anymore
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
java.util.concurrent.CompletionException: org.picocontainer.PicoRegistrationException: Key de.plushnikov.intellij.plugin.processor.handler.BuilderHandler 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:398)
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:395)
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.f.aU.a(aU.java:92)
at com.intellij.ide.b.f.Q.b(Q.java:277)
at com.intellij.ide.b.f.R.b(R.java:275)
at com.intellij.ide.b.f.R.c(R.java:168)
at com.intellij.ide.b.f.R.a(R.java:80)
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:302)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:242)
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 de.plushnikov.intellij.plugin.processor.handler.BuilderHandler duplicated
at com.intellij.util.pico.DefaultPicoContainer.registerComponent(DefaultPicoContainer.java:119)
at com.intellij.serviceContainer.ComponentManagerImpl.registerServices(ComponentManagerImpl.kt:364)
at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:214)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt:108)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt)
at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
... 28 more
-----
JRE 11.0.1+13-LTS amd64 by Oracle Corporation
c:\Program Files\Java\jdk-11.0.1
Vovikfster
Delete the plug-ins directory as described in this document. Also switch back to the bundled JetBrains Runtime. You are using old Oracle JDK for some reason: https://intellij-support.jetbrains.com/hc/en-us/articles/206544879.
Serge Baranov
Thanks, removal of lombok plugin did the trick
https://github.com/mplushnikov/lombok-intellij-plugin/issues/988
win10
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.BindException: Cannot assign requested address: 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
-----
JRE 11.0.9+11-b944.49 amd64 by JetBrains s.r.o.
C:\Program Files\JetBrains\WebStorm 2020.3\jbr
Turn off Hyper-V and problem solved.
This article contains lots of references to filesystem locations that depend on the operating system. Those references are adorned with hyperlinks leading to an article that contains hyperlinks to two different articles explaining two different directory organization schemes, prior to 2020.1 and post 2020.1. Only those final articles will at last reveal what hides under a reference like idea.plugins.path.

It is downright silly that the user must dig two levels into the documentation to find information that should be inlined right here.
Furthermore, this documentation system already supports a UI widget that lets the user pick one of a few variants of a document or document fragment:
The entirety of this article should be wrapped in an instance of this widget, and respective filesystem paths information should be inlined in each variant.
Since Webstorm 2020.2.1 (installing this old version works out of the box!), newer versions lock up at start up:
Splash screen is shown and when nothing happens.
Since 2020.3 & numerous tries, I get an empty "Start failed" window, no error message.
In the log are several exceptions:
And:
This last error seems to loop (the log is 12000 lines long).
I also tried the solutions but none of them succeed.
My computer is Windows10 x86.
Please help me!
-------------------
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
java.nio.file.InvalidPathException: Trailing char < > at index 27: C:\Users\HP\AppData\Roaming \JetBrains\IntelliJIdea2020.3/idea.properties
at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:172)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:229)
at java.base/java.nio.file.Path.of(Path.java:147)
at java.base/java.nio.file.Paths.get(Paths.java:69)
at com.intellij.openapi.application.PathManager.loadProperties(PathManager.java:531)
at com.intellij.idea.Main.bootstrap(Main.java:105)
at com.intellij.idea.Main.main(Main.java:95)
-----
JRE 11.0.9+11-b1145.21 x86 by JetBrains s.r.o.
E:\JB_IntelliJ IDEA\IntelliJ IDEA 2020.3\jbr-x86
guys there is no way get v2020.3 working on Mac ... I am trying to install older version: https://www.jetbrains.com/idea/download/other.html
just downgraded 2020.2.4 ...and problem fixed!
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: (class: com/jetbrains/rider/model/b, method: d2 signature: ()V)
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at com.intellij.idea.StartupUtil.getAppStarter(StartupUtil.java:248)
at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:273)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:242)
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.OutOfMemoryError: (class: com/jetbrains/rider/model/b, method: d2 signature: ()V)
at com.jetbrains.rider.model.c.a(Unknown Source)
at com.intellij.idea.MainImpl.<clinit>(MainImpl.java)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:315)
at com.intellij.idea.StartupUtil.lambda$prepareApp$2(StartupUtil.java:180)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
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)
... 1 more
-----
JRE 11.0.9.1+11-b1145.24 amd64 by JetBrains s.r.o.
C:\Users\mk-mi\AppData\Local\JetBrains\Toolbox\apps\Rider\ch-0\203.5981.141\jbr
In my case it happens in all JetBrains IDE everything was good until i installed pycharm using tool box
Hi!
After update IDE PyCharm I couldn't start it because of following mistake:
Please advice me what should i do to fix this problem.
Alexeevaelena06 does it help if you reinstall PyCharm?
Serge, i reinstalled PyCharm several times. But it doesn't help. Problem was with following: one of
jbr\bin\awt.dll
dependencies failed to load. Now i fix it. Thank you for help!In my case on CentOS 8 after Lua plugin installation:
[ 6968] ERROR - llij.ide.plugins.PluginManager - org.picocontainer.PicoRegistrationException: Key com.tang.intellij.lua.luacheck.LuaCheckSettings duplicated
I had to delete
1527405416 Lua plug-in is at fault, delete the Plugins directory: https://www.jetbrains.com/help/idea/tuning-the-ide.html#plugins-directory.
You may find this hard to believe, but you do have linux users. Being told to remove a directory (
idea.plugins.path
) is of no use if idea.plugins.path is nowhere to be found under .config/Jetbrains.You only support a few operating systems. Would listing the actual third party location have been impossible?
Adam Pycharm
Look under ~/.local/share/JetBrains/IntelliJIdea2020.3.
TL;DR
Start PowerShell as an Administrator. Then type:
Details
I ran into the BindException on Windows multiple times:
At some point, I found that switching from my docking station using Ethernet to WiFi and back is sometimes causing this issue. To solve it, I use PowerShell to restart the network adapter. For some reason, I either need to restart the WiFi or the Ethernet adapter. To stop guessing, I just restart all of them in a loop. Note that running transfers might be interrupted.
Start PowerShell as an Administrator. Then type:
To restart an individual adapter, use Get-NetAdapter to find its name, then type:
I hope it helps.
Having the same issue as noted by many others in the comments section - IntelliJ is failing to start due to "java.util.concurrent.CompletionException: java.net.BindException: Address already in use: bind".
Disabling Hyper-V is not an acceptable solution.
sudo /usr/local/bin/pstorm
helped me
Stop Hyper-V fixed my issue too.
@Alexeevaelena06, could you tell me how you fixed the issue with awt.dll? It seems that I have the same problem but I have no idea on how to fix it.
Thank you