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.

131 out of 688 found this helpful
415 comments

@Bartek Try to remove the Kotlin plugin-related files from C:\Users\<your_system_name>\AppData\Roaming\JetBrains\IntelliJIdea2024.1\plugins to see if it helps.

0

I had the following system variable set:

JAVA_TOOL_OPTIONS=UTF16

Once removed everything works like a charm.

 

@Lejia, thanks for support.

0

I am not able to install my github copilot in android studio

 

The IDE failed to install or update some plugins.
Please try again, and if the problem persists, please report it
to https://jb.gg/ide/critical-startup-errors

The cause: java.nio.file.AccessDeniedException: C:\Users\Suraj Kumar Sahoo\AppData\Roaming\Google\AndroidStudio2024.1\plugins\github-copilot-intellij\copilot-agent\bin\copilot-agent-win.exe

 

Edited by Surajkumarsyn479
0

Surajkumarsyn479 This specific case with the link to the workaround is described in the very first paragraph of the document.

0

I am trying to update a plugin “Codium” but after the IDE restart, I receive the error below.
 

0

Ziafat This looks similar to the problem with Copilot described in the first item of the document. Killing an external process started by the plug-in or rebooting (in case you can't find the specific process) should help.

0

Well, here's a new one, for PyCharm:

java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input length = 1
    at java.base/java.nio.file.FileChannelLinesSpliterator.readLine(FileChannelLinesSpliterator.java:192)
    at java.base/java.nio.file.FileChannelLinesSpliterator.tryAdvance(FileChannelLinesSpliterator.java:120)
    at java.base/java.util.Spliterators$1Adapter.hasNext(Spliterators.java:681)
    at com.intellij.openapi.util.registry.EarlyAccessRegistryManagerKt$lazyMap$1.invoke(EarlyAccessRegistryManager.kt:41)
    at com.intellij.openapi.util.registry.EarlyAccessRegistryManagerKt$lazyMap$1.invoke(EarlyAccessRegistryManager.kt:30)
    at com.intellij.util.concurrency.SynchronizedClearableLazy._get_value_$lambda$1$lambda$0(SynchronizedClearableLazy.kt:41)
    at java.base/java.util.concurrent.atomic.AtomicReference.updateAndGet(AtomicReference.java:210)
    at com.intellij.util.concurrency.SynchronizedClearableLazy.getValue(SynchronizedClearableLazy.kt:40)
    at com.intellij.openapi.util.registry.EarlyAccessRegistryManager.getString(EarlyAccessRegistryManager.kt:84)
    at com.intellij.openapi.util.BuildNumber.getPluginCompatibleBuild(BuildNumber.java:306)
    at com.intellij.openapi.util.BuildNumber.fromPluginCompatibleBuild(BuildNumber.java:107)
    at com.intellij.ide.plugins.PluginManagerCore.getBuildNumber(PluginManagerCore.kt:408)
    at com.intellij.ide.plugins.DescriptorListLoadingContext$1.invoke(DescriptorListLoadingContext.kt:25)
    at com.intellij.ide.plugins.DescriptorListLoadingContext$1.invoke(DescriptorListLoadingContext.kt:25)
    at com.intellij.ide.plugins.DescriptorListLoadingContext.getDefaultVersion(DescriptorListLoadingContext.kt:53)
    at com.intellij.ide.plugins.IdeaPluginDescriptorImpl.readExternal(IdeaPluginDescriptorImpl.kt:230)
    at com.intellij.ide.plugins.IdeaPluginDescriptorImpl.createSub(IdeaPluginDescriptorImpl.kt:182)
    at com.intellij.ide.plugins.IdeaPluginDescriptorImpl.readExternal(IdeaPluginDescriptorImpl.kt:198)
    at com.intellij.ide.plugins.PluginDescriptorLoader.loadCoreProductPlugin(PluginDescriptorLoader.kt:688)
    at com.intellij.ide.plugins.PluginDescriptorLoader.access$loadCoreProductPlugin(PluginDescriptorLoader.kt:1)
    at com.intellij.ide.plugins.PluginDescriptorLoader$loadCoreModules$2.invokeSuspend(PluginDescriptorLoader.kt:625)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Caused by: java.nio.charset.MalformedInputException: Input length = 1
    at java.base/java.nio.charset.CoderResult.throwException(CoderResult.java:274)
    at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:337)
    at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:189)
    at java.base/java.io.BufferedReader.fill(BufferedReader.java:162)
    at java.base/java.io.BufferedReader.readLine(BufferedReader.java:329)
    at java.base/java.io.BufferedReader.readLine(BufferedReader.java:396)
    at java.base/java.nio.file.FileChannelLinesSpliterator.readLine(FileChannelLinesSpliterator.java:190)
    ... 28 more

-----
Your JRE: 17.0.11+1-b1207.24 amd64 (JetBrains s.r.o.)
0

I could have sworn I already posted this for PyCharm, but in any case same thing is happening with PHPStorm.

java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input length = 1
   at java.base/java.nio.file.FileChannelLinesSpliterator.readLine(FileChannelLinesSpliterator.java:189)
   at java.base/java.nio.file.FileChannelLinesSpliterator.tryAdvance(FileChannelLinesSpliterator.java:117)
   at java.base/java.util.Spliterators$1Adapter.hasNext(Spliterators.java:681)
   at com.intellij.openapi.util.registry.EarlyAccessRegistryManagerKt$lazyMap$1.invoke(EarlyAccessRegistryManager.kt:41)
   at com.intellij.openapi.util.registry.EarlyAccessRegistryManagerKt$lazyMap$1.invoke(EarlyAccessRegistryManager.kt:30)
   at com.intellij.util.concurrency.SynchronizedClearableLazy._get_value_$lambda$1$lambda$0(SynchronizedClearableLazy.kt:41)
   at java.base/java.util.concurrent.atomic.AtomicReference.updateAndGet(AtomicReference.java:210)
   at com.intellij.util.concurrency.SynchronizedClearableLazy.getValue(SynchronizedClearableLazy.kt:40)
   at com.intellij.openapi.util.registry.EarlyAccessRegistryManager.getString(EarlyAccessRegistryManager.kt:84)
   at com.intellij.openapi.util.BuildNumber.getPluginCompatibleBuild(BuildNumber.java:306)
   at com.intellij.openapi.util.BuildNumber.fromPluginCompatibleBuild(BuildNumber.java:107)
   at com.intellij.ide.plugins.PluginManagerCore.getBuildNumber(PluginManagerCore.kt:442)
   at com.intellij.ide.plugins.DescriptorListLoadingContext$1.invoke(DescriptorListLoadingContext.kt:25)
   at com.intellij.ide.plugins.DescriptorListLoadingContext$1.invoke(DescriptorListLoadingContext.kt:25)
   at com.intellij.ide.plugins.DescriptorListLoadingContext.getDefaultVersion(DescriptorListLoadingContext.kt:53)
   at com.intellij.ide.plugins.IdeaPluginDescriptorImpl.createSub$intellij_platform_core_impl(IdeaPluginDescriptorImpl.kt:224)
   at com.intellij.ide.plugins.PluginDescriptorLoader.loadProductModule(PluginDescriptorLoader.kt:1022)
   at com.intellij.ide.plugins.PluginDescriptorLoader.loadModuleDescriptors(PluginDescriptorLoader.kt:968)
   at com.intellij.ide.plugins.PluginDescriptorLoader.loadCoreProductPlugin(PluginDescriptorLoader.kt:943)
   at com.intellij.ide.plugins.PluginDescriptorLoader.access$loadCoreProductPlugin(PluginDescriptorLoader.kt:1)
   at com.intellij.ide.plugins.PluginDescriptorLoader$loadPluginDescriptorsImpl$2.invokeSuspend(PluginDescriptorLoader.kt:615)
   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
   at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
   at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
   at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
Caused by: java.nio.charset.MalformedInputException: Input length = 1
   at java.base/java.nio.charset.CoderResult.throwException(CoderResult.java:279)
   at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:405)
   at java.base/sun.nio.cs.StreamDecoder.lockedRead(StreamDecoder.java:217)
   at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
   at java.base/java.io.BufferedReader.fill(BufferedReader.java:160)
   at java.base/java.io.BufferedReader.implReadLine(BufferedReader.java:370)
   at java.base/java.io.BufferedReader.readLine(BufferedReader.java:353)
   at java.base/java.io.BufferedReader.readLine(BufferedReader.java:436)
   at java.base/java.nio.file.FileChannelLinesSpliterator.readLine(FileChannelLinesSpliterator.java:187)
   ... 26 more
-----
JRE: 21.0.3+13-b509.4 amd64 (JetBrains s.r.o.)

PS: I'll screenshot the comment it just in case.

0

Upgrading to the latest version fails to open on windows 11 systems.

0

Aopmesh Please see IJPL-148494. It looks like your .vmoptions file is corrupted. Deleting the file mentioned in the dialog should fix the issue.

0

Upgraded to 2024.2 and cannot open

0

Miukuhome Please see IJPL-148494. It looks like your .vmoptions file is corrupted. Deleting the file mentioned in the dialog should fix the issue.

0

The cause: java.nio.file.AccessDeniedException: C:\Users\bagro\AppData\Roaming\JetBrains\PyCharmCE2024.1\plugins\github-copilot-intellij\copilot-agent\bin\copilot-agent-win.exe

0

I got two of the messages stating that startup failed ("Cannot connect to already running IDE instance"), but they only appeared AFTER I manually killed the stuck process.

0

Hi, I am running this on a Ubuntu 22.04 LTS (WSL). tried all the 6 steps, no luck. Pls help

OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.

Start Failed: Internal error. Please refer to http://jb.gg/ide/critical-startup-errors

com.intellij.ide.plugins.StartupAbortedException: UI initialization failed
       at com.intellij.idea.StartupUtil.lambda$prepareApp$3(StartupUtil.java:193)
       at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
       at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:970)
       at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
       at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088)
       at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:373)
       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.util.concurrent.CompletionException: java.lang.UnsatisfiedLinkError: /opt/idea-IC-202.8194.7/jbr/lib/libawt_xawt.so: libXrender.so.1: cannot open shared object file: No such file or directory
       at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331)
       at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346)
       at java.base/java.util.concurrent.CompletableFuture$BiRelay.tryFire(CompletableFuture.java:1423)
       ... 10 more
Caused by: java.lang.UnsatisfiedLinkError: /opt/idea-IC-202.8194.7/jbr/lib/libawt_xawt.so: libXrender.so.1: cannot open shared object file: No such file or directory
       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 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:2648)
       at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:830)
       at java.base/java.lang.System.loadLibrary(System.java:1873)
       at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1395)
       at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1393)
       at java.base/java.security.AccessController.doPrivileged(Native Method)
       at java.desktop/java.awt.Toolkit.loadLibraries(Toolkit.java:1392)
       at java.desktop/java.awt.Toolkit.<clinit>(Toolkit.java:1430)
       at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1318)
       at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:324)
       ... 7 more

-----
JRE 11.0.9+11-b944.49 amd64 by JetBrains s.r.o.
/opt/idea-IC-202.8194.7/jbr

Also, a UI exception occurred on an attempt to show the above message:
java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit
       at java.desktop/java.awt.Component.<clinit>(Component.java:628)
       at com.intellij.idea.Main.showMessage(Main.java:237)
       at com.intellij.idea.Main.showMessage(Main.java:213)
       at com.intellij.ide.plugins.StartupAbortedException.logAndExit(StartupAbortedException.java:83)
       at com.intellij.ide.plugins.StartupAbortedException.processException(StartupAbortedException.java:33)
       at com.intellij.idea.StartupUtil.lambda$prepareApp$3(StartupUtil.java:193)
       at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
       at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:970)
       at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
       at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088)
       at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:373)
       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)
2024-09-02 23:36:25,679 [     70]  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
2024-09-02 23:36:25,681 [     72]  ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2020.2.4  Build #IC-202.8194.7
2024-09-02 23:36:25,681 [     72]  ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.9; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-09-02 23:36:25,681 [     72]  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.9+11-b944.49 amd64 by JetBrains s.r.o.
/opt/idea-IC-202.8194.7/jbr

Also, a UI exception occurred on an attempt to show the above message:
java.lang.NoClassDefFoundError: Could not initialize class javax.swing.JTextPane
       at com.intellij.idea.Main.showMessage(Main.java:237)
       at com.intellij.idea.Main.showMessage(Main.java:213)
       at com.intellij.ide.plugins.StartupAbortedException.logAndExit(StartupAbortedException.java:83)
       at com.intellij.ide.plugins.StartupAbortedException.processException(StartupAbortedException.java:33)
       at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:50)
       at java.base/java.lang.Thread.run(Thread.java:834)

0

Sorry for the problems, please follow the step 5.

0

It seems to be that the EAP versions don't try to use the other 50 Ports when the first one (6942) is already in use which results in them crashing at startup.

0

Timothy Lutz

I can't confirm this theory. Starting IntelliJ IDEA 2019.3.3 that binds in port 6942 and then starting IntelliJ IDEA 2020.1 EAP works fine and I can see via TcpView that it binds on port 6943.

0
Avatar
Permanently deleted user

The autoupdate lead me to this page... Why did it update the software without getting my permission...

0

IntelliJ IDEA doesn't update itself without your confirmation. There is a setting in https://www.jetbrains.com/toolbox/app/ to update the tools automatically, but it's disabled by default.

0
Avatar
Permanently deleted user

Hi serge,

I reinstall the IntelliJ 2019.3 from the official website, instead of toolbox app. Would you please tell me how can I disable the autoupdate in such case?

Because it turns my scala plugin won't crash in 2019.3. For 2020.1, it always shows `start failed`.

Maybe it is better to stay at 2019.3.

Thanks.

0

Rschlossus Please see https://youtrack.jetbrains.com/issue/IDEA-235754 . Should be fixed in the next update.

At the moment you can either user 2019.3.3 from https://www.jetbrains.com/idea/download/previous.html or install the IDE into a path without non-ASCII characters.

0

The newest CLion application is broken as well.

---------------------------
clion64.exe - Application Error
---------------------------
The application was unable to start correctly (0xc000007b). Click OK to close the application.
---------------------------
OK
---------------------------

 

The workaround:

Use clion.bat

C:\Users\<username>\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\<version number>\bin\clion.bat

and create a Shortcut for it. Works well for me.

 

To start the clion64.exe again I disabled the Exploit protection in Windows 10 "Force randomisation for images (Mandatory ASLR) not compiled with /DYNAMICBASE" => Use Default (Off)

Not sure, if this is connected though. "Git for Windows" as well and some other cygwin stuff.

Edited by Simon
0
Avatar
Permanently deleted user

Hi,

I'm running clion in a Linux corporate environment and it failed to start. I use a mix of jetbrains IDEs including pycharm, intellij, and clion. I suspect it was the mix causing the issue, since the failure happened immediately after I ran a most-recent intellij. I didn't find an obvious cue after spending some time on Google. I have tried deleting all the plugins and cache but it didn't solve the issue.

Internal error. Please report to http://jb.gg/ide/critical-startup-errors

java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'null'
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:202)
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$1$1.a(MainImpl.java:68)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:413)
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)
Caused by: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'null'
at com.intellij.ide.plugins.PluginManager.handleComponentError(PluginManager.java:255)
at com.intellij.openapi.components.impl.PlatformComponentManagerImpl.handleInitComponentError(PlatformComponentManagerImpl.java:43)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:388)
at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:83)
at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:396)
at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:382)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:195)
... 19 more
Caused by: java.lang.NoClassDefFoundError: org/aspectj/runtime/internal/AroundClosure
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:372)
... 23 more
Caused by: java.lang.ClassNotFoundException: org.aspectj.runtime.internal.AroundClosure
at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:224)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 26 more
0
Avatar
Permanently deleted user

Hello, 

I installed latest build 2020.1 201.7723.91 via Toolbox and I'm having the same issue. 

2019.3.5 works fine.

Edited by Permanently deleted user
0

JF Naud most of the crash issues have different stacktrace. Could you please post yours so that we can try to isolate the problem?

0

Please sign in to leave a comment.

Have more questions?

Submit a request