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:

  1. 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.
  2. If you get "java.net.BindException: Address already in use: bind" exception, please refer to IDEA-238995 for the workaround.
  3. 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.
  4. 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.
  5. Delete the IDE system (idea.system.path) directory.
  6. 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).
  7. 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.

119 out of 574 found this helpful
404 comments

In my case, a software also installed VMware Player, that prevented IDEA from starting. After uninstalling it, I was able to start IDEA again.

0
Avatar
Permanently deleted user

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.

0

@oleg you must define proper DISPLAY environment variable, please see https://stackoverflow.com/q/10165761/2000323

Edited by Andrey Dernov
0
Avatar
Permanently deleted user

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

0

I gave up. Just re-download 2020.2 from web. Restore it back. 

See you next time 2021.

1

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

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.

-1

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

0

Turn off Hyper-V and problem solved.

0

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.

Edited by Sz Holyszewski
1

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:

java.lang.UnsatisfiedLinkError: C:\Users\SvenM�ller\AppData\Local\JetBrains\WebStorm2020.3\tmp\jna507049598946598487.dll: Can't find dependent libraries
at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2442)
at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2498)
at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2694)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2627)
at java.base/java.lang.Runtime.load0(Runtime.java:768)
at java.base/java.lang.System.load(System.java:1837)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988)
at com.sun.jna.Native.<clinit>(Native.java:195)
at com.intellij.jna.JnaLoader.load(JnaLoader.java:17)
at com.intellij.idea.StartupUtil.loadSystemLibraries(StartupUtil.java:640)
at com.intellij.idea.StartupUtil.lambda$prepareApp$4(StartupUtil.java:232)
at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:216)
at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:27)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:195)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:187)
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)
2020-12-16 11:00:45,393 [ 752] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational

And:

2020-12-16 11:00:50,149 [ 5508] ERROR - llij.ide.plugins.PluginManager - Listener was already set: com.intellij.diagnostic.PerformanceWatcher$1@1bcaa519 
java.lang.IllegalStateException: Listener was already set: com.intellij.diagnostic.PerformanceWatcher$1@1bcaa519
at com.intellij.util.concurrency.AppScheduledExecutorService$MyThreadFactory.setNewThreadListener(AppScheduledExecutorService.java:57)
at com.intellij.util.concurrency.AppScheduledExecutorService.setNewThreadListener(AppScheduledExecutorService.java:70)
at com.intellij.diagnostic.PerformanceWatcher.<init>(PerformanceWatcher.java:80)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
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:733)
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:457)
at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:440)
at com.intellij.diagnostic.PerformanceWatcher.getInstance(PerformanceWatcher.java:73)
at com.intellij.ide.IdeEventQueue.obtainPerformanceWatcher(IdeEventQueue.java:620)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:382)
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)
2020-12-16 11:00:50,152 [ 5511] ERROR - llij.ide.plugins.PluginManager - WebStorm 2020.3 Build #WS-203.5981.135
2020-12-16 11:00:50,168 [ 5527] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.9; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-12-16 11:00:50,170 [ 5529] ERROR - llij.ide.plugins.PluginManager - OS: Windows 10
2020-12-16 11:00:50,176 [ 5535] ERROR - llij.ide.plugins.PluginManager - Last Action:
2020-12-16 11:00:50,178 [ 5537] INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled
2020-12-16 11:00:50,178 [ 5537] ERROR - llij.ide.plugins.PluginManager - Listener was already set: com.intellij.diagnostic.PerformanceWatcher$1@1bcaa519
java.lang.IllegalStateException: Listener was already set: com.intellij.diagnostic.PerformanceWatcher$1@1bcaa519
at com.intellij.util.concurrency.AppScheduledExecutorService$MyThreadFactory.setNewThreadListener(AppScheduledExecutorService.java:57)
at com.intellij.util.concurrency.AppScheduledExecutorService.setNewThreadListener(AppScheduledExecutorService.java:70)
at com.intellij.diagnostic.PerformanceWatcher.<init>(PerformanceWatcher.java:80)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
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:733)
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:457)
at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:440)

This last error seems to loop (the log is 12000 lines long).

0

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

0

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!

 

 

Edited by Mohammad Nezarat
0

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

 

0
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.37 amd64 (JetBrains s.r.o.)
C:\Users\nawas\AppData\Local\JetBrains\Toolbox\apps\PyCharm-P\ch-0\203.6682.86\jbr
0

In my case it happens in all JetBrains IDE everything was good until i installed pycharm using tool box 

0

Hi! 

After update IDE PyCharm I couldn't start it because of following mistake:

2021-01-11 14:51:22,909 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2021-01-11 14:51:22,910 [ 1] INFO - llij.ide.gdpr.EndUserAgreement - privacy: C:\Users\User01\AppData\Roaming\JetBrains\PrivacyPolicy\Cached
2021-01-11 14:51:22,964 [ 55] INFO - #com.intellij.idea.Main - IDE: PyCharm (build #PC-203.6682.179, 30 Dec 2020 20:06)
2021-01-11 14:51:22,964 [ 55] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2021-01-11 14:51:22,995 [ 86] INFO - #com.intellij.idea.Main - JRE: 11.0.9.1+11-b1145.63 (JetBrains s.r.o.)
2021-01-11 14:51:22,996 [ 87] INFO - #com.intellij.idea.Main - JVM: 11.0.9.1+11-b1145.63 (OpenJDK 64-Bit Server VM)
2021-01-11 14:51:22,997 [ 88] 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 -Dide.no.platform.update=true -Djb.vmOptionsFile=C:\Users\User01\AppData\Local\JetBrains\Toolbox\apps\PyCharm-C\ch-0\203.6682.179.vmoptions -Djava.library.path=C:\Users\User01\AppData\Local\JetBrains\Toolbox\apps\PyCharm-C\ch-0\203.6682.179\jbr\\bin;C:\Users\User01\AppData\Local\JetBrains\Toolbox\apps\PyCharm-C\ch-0\203.6682.179\jbr\\bin\server -Didea.platform.prefix=PyCharmCore -Dide.native.launcher=true -Didea.vendor.name=JetBrains -Didea.paths.selector=PyCharmCE2020.3 -XX:ErrorFile=C:\Users\User01\java_error_in_pycharm64_%p.log -XX:HeapDumpPath=C:\Users\User01\java_error_in_pycharm64.hprof
2021-01-11 14:51:22,997 [ 88] INFO - #com.intellij.idea.Main - library path: C:\Users\User01\AppData\Local\JetBrains\Toolbox\apps\PyCharm-C\ch-0\203.6682.179\jbr\\bin;C:\Users\User01\AppData\Local\JetBrains\Toolbox\apps\PyCharm-C\ch-0\203.6682.179\jbr\\bin\server
2021-01-11 14:51:22,998 [ 89] INFO - #com.intellij.idea.Main - boot library path: C:\Users\User01\AppData\Local\JetBrains\Toolbox\apps\PyCharm-C\ch-0\203.6682.179\jbr\bin
2021-01-11 14:51:23,078 [ 169] INFO - #com.intellij.idea.Main - locale=ru_RU JNU=Cp1251 file.encoding=Cp1251
idea.config.path=C:\Users\User01\AppData\Roaming\JetBrains\PyCharmCE2020.3
idea.system.path=C:\Users\User01\AppData\Local\JetBrains\PyCharmCE2020.3
idea.plugins.path=C:\Users\User01\AppData\Roaming\JetBrains\PyCharmCE2020.3\plugins
idea.log.path=C:\Users\User01\AppData\Local\JetBrains\PyCharmCE2020.3\log
2021-01-11 14:51:23,188 [ 279] INFO - STDERR -
2021-01-11 14:51:23,188 [ 279] INFO - STDERR - Start Failed
2021-01-11 14:51:23,216 [ 307] INFO - STDERR - Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
2021-01-11 14:51:23,216 [ 307] INFO - STDERR -
2021-01-11 14:51:23,216 [ 307] INFO - STDERR - com.intellij.ide.plugins.StartupAbortedException: UI initialization failed
2021-01-11 14:51:23,216 [ 307] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$prepareApp$3(StartupUtil.java:193)
2021-01-11 14:51:23,216 [ 307] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
2021-01-11 14:51:23,216 [ 307] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:970)
2021-01-11 14:51:23,216 [ 307] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
2021-01-11 14:51:23,216 [ 307] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088)
2021-01-11 14:51:23,216 [ 307] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:373)
2021-01-11 14:51:23,217 [ 308] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2021-01-11 14:51:23,217 [ 308] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2021-01-11 14:51:23,217 [ 308] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
2021-01-11 14:51:23,217 [ 308] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
2021-01-11 14:51:23,217 [ 308] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method)
2021-01-11 14:51:23,217 [ 308] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
2021-01-11 14:51:23,217 [ 308] INFO - STDERR - at java.base/java.lang.Thread.run(Thread.java:834)
2021-01-11 14:51:23,218 [ 309] INFO - STDERR - Caused by: java.util.concurrent.CompletionException: java.lang.UnsatisfiedLinkError: C:\Users\User01\AppData\Local\JetBrains\Toolbox\apps\PyCharm-C\ch-0\203.6682.179\jbr\bin\awt.dll: Can't find dependent libraries
2021-01-11 14:51:23,218 [ 309] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331)
2021-01-11 14:51:23,218 [ 309] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346)
2021-01-11 14:51:23,218 [ 309] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$BiRelay.tryFire(CompletableFuture.java:1423)
2021-01-11 14:51:23,218 [ 309] INFO - STDERR - ... 10 more
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - Caused by: java.lang.UnsatisfiedLinkError: C:\Users\User01\AppData\Local\JetBrains\Toolbox\apps\PyCharm-C\ch-0\203.6682.179\jbr\bin\awt.dll: Can't find dependent libraries
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2442)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2498)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2694)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2648)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:830)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.base/java.lang.System.loadLibrary(System.java:1873)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1395)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1393)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.desktop/java.awt.Toolkit.loadLibraries(Toolkit.java:1392)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.desktop/java.awt.Toolkit.<clinit>(Toolkit.java:1430)
2021-01-11 14:51:23,219 [ 310] INFO - STDERR - at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1318)
2021-01-11 14:51:23,220 [ 311] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:324)
2021-01-11 14:51:23,220 [ 311] INFO - STDERR - ... 7 more
2021-01-11 14:51:23,220 [ 311] INFO - STDERR -
2021-01-11 14:51:23,220 [ 311] INFO - STDERR - -----
2021-01-11 14:51:23,220 [ 311] INFO - STDERR - Your JRE: 11.0.9.1+11-b1145.63 amd64 (JetBrains s.r.o.)
2021-01-11 14:51:23,220 [ 311] INFO - STDERR - C:\Users\User01\AppData\Local\JetBrains\Toolbox\apps\PyCharm-C\ch-0\203.6682.179\jbr
2021-01-11 14:51:23,234 [ 325] INFO - STDERR -
2021-01-11 14:51:23,234 [ 325] INFO - STDERR - Also, a UI exception occurred on an attempt to show the above message
2021-01-11 14:51:23,234 [ 325] INFO - STDERR - java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit
2021-01-11 14:51:23,235 [ 326] INFO - STDERR - at java.desktop/java.awt.Component.<clinit>(Component.java:626)
2021-01-11 14:51:23,235 [ 326] INFO - STDERR - at com.intellij.idea.Main.showMessage(Main.java:306)
2021-01-11 14:51:23,235 [ 326] INFO - STDERR - at com.intellij.idea.Main.showMessage(Main.java:259)
2021-01-11 14:51:23,235 [ 326] INFO - STDERR - at com.intellij.ide.plugins.StartupAbortedException.logAndExit(StartupAbortedException.java:86)
2021-01-11 14:51:23,235 [ 326] INFO - STDERR - at com.intellij.ide.plugins.StartupAbortedException.processException(StartupAbortedException.java:34)
2021-01-11 14:51:23,235 [ 326] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$prepareApp$3(StartupUtil.java:193)
2021-01-11 14:51:23,236 [ 327] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
2021-01-11 14:51:23,236 [ 327] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:970)
2021-01-11 14:51:23,236 [ 327] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
2021-01-11 14:51:23,236 [ 327] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088)
2021-01-11 14:51:23,236 [ 327] INFO - STDERR - at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:373)
2021-01-11 14:51:23,236 [ 327] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2021-01-11 14:51:23,236 [ 327] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2021-01-11 14:51:23,236 [ 327] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
2021-01-11 14:51:23,237 [ 328] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
2021-01-11 14:51:23,237 [ 328] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method)
2021-01-11 14:51:23,237 [ 328] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
2021-01-11 14:51:23,237 [ 328] INFO - STDERR - at java.base/java.lang.Thread.run(Thread.java:834)
2021-01-11 14:51:23,238 [ 329] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2021-01-11 14:51:23,300 [ 391] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 222 ms
2021-01-11 14:51:23,300 [ 391] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2021-01-11 14:51:23,472 [ 563] WARN - llij.ide.plugins.PluginManager - Resource bundle redefinition for plugin 'com.jetbrains.pycharm.community.customization'. Old value: messages.ActionsBundle, new value: messages.PyBundle
2021-01-11 14:51:23,691 [ 782] INFO - org.jetbrains.io.BuiltInServer - web server stopped

Please advice me what should i do to fix this problem.

Edited by Alexeevaelena06
0

Alexeevaelena06 does it help if you reinstall PyCharm?

0

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! 

0

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

  • ./config/Jetbrains/XXXX 
  • ./cache/Jetbrains/XXX
  • ./local/Jetbrains/XXX => this fixed start issue
0

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?

0

Adam Pycharm

Look under ~/.local/share/JetBrains/IntelliJIdea2020.3.

0
Avatar
Permanently deleted user

TL;DR

Start PowerShell as an Administrator. Then type:

Get-NetAdapter | Restart-NetAdapter

 

Details

I ran into the BindException on Windows multiple times:

java.net.BindException: Address already in use: bind

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:

Get-NetAdapter | Restart-NetAdapter

To restart an individual adapter, use Get-NetAdapter to find its name, then type:

Restart-NetAdapter 'name'

I hope it helps.

Edited by Permanently deleted user
0

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.

0

sudo /usr/local/bin/pstorm 
helped me

0

Stop Hyper-V fixed my issue too.

0

@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

0

Please sign in to leave a comment.

Have more questions?

Submit a request