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.

116 out of 553 found this helpful
400 comments

I have installed pycharm latest version but after installing it when I tried to open the pycharm it shows me the following error:

!bootstrap.error.message.internal.error.please.refer.to.0!https://jb.gg/ide/critical-startup-errors!

java.lang.ClassNotFoundException: com.intellij.ide.plugins.MainRunner
at com.intellij.idea.Main.bootstrap(Main.java:155)
at com.intellij.idea.Main.main(Main.java:127)

I am using windows 7 please give me a solution on how to get rid of this problem.

-----
!bootstrap.error.message.jre.details!11.0.10+9-b1341.41 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\PyCharm Community Edition 2021.1.1\jbr!

0

Internal error. Please refer to https://jb.gg/ide/critical-startup-errors

java.util.concurrent.CompletionException: java.lang.IllegalStateException: Class loader is not configured (module=PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, descriptorPath=intellij.javascript.impl.diagrams.xml, path=C:\Program Files\JetBrains\JetBrains Rider\plugins\JavaScriptLanguage, version=212.4037.61, package=com.intellij.lang.javascript.modules.diagram))
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:683)
at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:658)
at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2094)
at com.intellij.ide.plugins.PluginManagerCore.initPlugins(PluginManagerCore.java:687)
at com.intellij.idea.ApplicationLoader.initApplication(ApplicationLoader.kt:60)
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:97)
at com.intellij.ide.a.j.T.a(T.java:117)
at com.intellij.ide.a.j.aJ.a(aJ.java:304)
at com.intellij.ide.a.j.aJ.a(aJ.java:141)
at com.intellij.ide.a.j.aJ.lambda$startUp$3(aJ.java:91)
at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:753)
at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:731)
at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2108)
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.ide.a.j.aJ.a(aJ.java:90)
at com.intellij.ide.a.h.e.a(e.java:95)
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:91)
at com.intellij.idea.StartupUtil.lambda$start$16(StartupUtil.java:274)
at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1705)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Caused by: java.lang.IllegalStateException: Class loader is not configured (module=PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, descriptorPath=intellij.javascript.impl.diagrams.xml, path=C:\Program Files\JetBrains\JetBrains Rider\plugins\JavaScriptLanguage, version=212.4037.61, package=com.intellij.lang.javascript.modules.diagram))
at com.intellij.ide.plugins.ClassLoaderConfigurator.configureModule(ClassLoaderConfigurator.kt:230)
at com.intellij.ide.plugins.ClassLoaderConfigurator.configure(ClassLoaderConfigurator.kt:169)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at com.intellij.ide.plugins.PluginManagerCore.initializePlugins(PluginManagerCore.java:936)
at com.intellij.ide.plugins.PluginManagerCore.loadAndInitializePlugins(PluginManagerCore.java:1124)
at com.intellij.ide.plugins.PluginManagerCore.lambda$initPlugins$16(PluginManagerCore.java:688)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:680)
... 37 more

-----
Your JRE: 11.0.11+9-b1481.1 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\JetBrains Rider\jbr

0

Hello Guys,

Even after fresh installation, I am facing this issue. Though I haven't used the latest .exe from JetBrains. Just 2 days back I downloaded the file from my account. 

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:829)
Caused by: java.lang.IllegalStateException: failed to create a child event loop
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:86)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:81)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:68)
at org.jetbrains.io.BuiltInServerKt.multiThreadEventLoopGroup(BuiltInServer.kt:144)
at org.jetbrains.io.BuiltInServerKt.access$multiThreadEventLoopGroup(BuiltInServer.kt:1)
at org.jetbrains.io.BuiltInServer$Companion.start(BuiltInServer.kt:54)
at org.jetbrains.io.BuiltInServer.start(BuiltInServer.kt)
at com.intellij.idea.SocketLock.lambda$lockAndTryActivate$2(SocketLock.java:171)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
... 7 more
Caused by: io.netty.channel.ChannelException: failed to open a new selector
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175)
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:142)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:146)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:37)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
... 19 more
Caused by: java.io.IOException: Unable to establish loopback connection
at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at java.base/sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.base/java.nio.channels.Pipe.open(Pipe.java:155)
at java.base/sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:142)
at java.base/sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:173)
... 23 more
Caused by: java.net.ConnectException: Connection refused: 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:692)
at java.base/java.nio.channels.SocketChannel.open(SocketChannel.java:194)
at java.base/sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 31 more

-----
Your JRE: 11.0.11+9-b1341.57 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr

0

Thanks Serge Baranov

Re-installing the latest available version only solved my issue. I actually installed antivirus and VPN on my windows pc yesterday. That's the only change made to the PC after installing the Intelli idea. 

I am wondering whether this caused the issue. What do you think?

0

Windows 10

Internal error. Please refer to https://jb.gg/ide/critical-startup-errors

java.lang.IllegalAccessError: class com.intellij.openapi.application.impl.ApplicationImpl (in unnamed module @0x1cfec5ca) cannot access class sun.awt.AWTAutoShutdown (in module java.desktop) because module java.desktop does not export sun.awt to unnamed module @0x1cfec5ca
at com.intellij.openapi.application.impl.ApplicationImpl.lambda$new$1(ApplicationImpl.java:149)
at com.intellij.util.ui.EdtInvocationManager.invokeAndWaitIfNeeded(EdtInvocationManager.java:148)
at com.intellij.openapi.application.impl.ApplicationImpl.<init>(ApplicationImpl.java:155)
at com.intellij.idea.ApplicationLoader.executeInitAppInEdt(ApplicationLoader.kt:60)
at com.intellij.idea.ApplicationLoader.access$executeInitAppInEdt(ApplicationLoader.kt:1)
at com.intellij.idea.ApplicationLoader$initApplication$1$1.run(ApplicationLoader.kt:363)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
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(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
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)

-----
Your JRE: 16.0.2+7-67 amd64 (Oracle Corporation)
C:\Tools\jdks\openjdk-16.0.2

0

How to resolve this error? (Manjaro Linux, CLion not used for quite a long time). 

 

> clion
2021-07-25 04:03:29,939 [ 3361] ERROR - llij.ide.plugins.PluginManager - null
java.lang.ExceptionInInitializerError
at com.intellij.ide.IdeEventQueue.<clinit>(IdeEventQueue.java:80)
at com.intellij.idea.StartupUtil.replaceSystemEventQueue(StartupUtil.java:788)
at com.intellij.idea.StartupUtil.patchSystem(StartupUtil.java:772)
at com.intellij.idea.ApplicationLoader.executeInitAppInEdt(ApplicationLoader.kt:58)
at com.intellij.idea.ApplicationLoader.access$executeInitAppInEdt(ApplicationLoader.kt:1)
at com.intellij.idea.ApplicationLoader$initApplication$1$1.run(ApplicationLoader.kt:363)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
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(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
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: java.lang.reflect.InaccessibleObjectException: Unable to make field protected java.lang.Runnable java.awt.event.InvocationEvent.runnable accessible: module java.desktop does not "opens java.awt.event" to unnamed module @18cf00d8
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:177)
at java.base/java.lang.reflect.Field.setAccessible(Field.java:171)
at com.intellij.openapi.application.impl.InvocationUtil.findRunnableField(InvocationUtil.java:49)
at com.intellij.openapi.application.impl.InvocationUtil.<clinit>(InvocationUtil.java:17)
... 19 more
2021-07-25 04:03:29,943 [ 3365] ERROR - llij.ide.plugins.PluginManager - CLion 2021.1.3 Build #CL-211.7628.27
2021-07-25 04:03:29,943 [ 3365] ERROR - llij.ide.plugins.PluginManager - JDK: 16.0.1; VM: OpenJDK 64-Bit Server VM; Vendor: N/A
2021-07-25 04:03:29,944 [ 3366] ERROR - llij.ide.plugins.PluginManager - OS: Linux

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

java.lang.ExceptionInInitializerError
at com.intellij.ide.IdeEventQueue.<clinit>(IdeEventQueue.java:80)
at com.intellij.idea.StartupUtil.replaceSystemEventQueue(StartupUtil.java:788)
at com.intellij.idea.StartupUtil.patchSystem(StartupUtil.java:772)
at com.intellij.idea.ApplicationLoader.executeInitAppInEdt(ApplicationLoader.kt:58)
at com.intellij.idea.ApplicationLoader.access$executeInitAppInEdt(ApplicationLoader.kt:1)
at com.intellij.idea.ApplicationLoader$initApplication$1$1.run(ApplicationLoader.kt:363)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
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(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
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: java.lang.reflect.InaccessibleObjectException: Unable to make field protected java.lang.Runnable java.awt.event.InvocationEvent.runnable accessible: module java.desktop does not "opens java.awt.event" to unnamed module @18cf00d8
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:177)
at java.base/java.lang.reflect.Field.setAccessible(Field.java:171)
at com.intellij.openapi.application.impl.InvocationUtil.findRunnableField(InvocationUtil.java:49)
at com.intellij.openapi.application.impl.InvocationUtil.<clinit>(InvocationUtil.java:17)
... 19 more

-----
Your JRE: 16.0.1+9 amd64 (N/A)
/usr/lib/jvm/java-16-openjdk

 

 

0

I dont know how to fix it.while running the test cases or feature file .getting this error

Starting Gradle Daemon...
Gradle Daemon started in 3 s 999 ms

> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :compileTestJava
> Task :processTestResources UP-TO-DATE
> Task :testClasses
> Task :test
Jul 28, 2021 10:24:08 PM io.cucumber.core.runtime.Runtime run
SEVERE: Exception while executing pickle
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Could resolve the return type of the lambda at EshopCompareMobilesSteps.java:22
This version of cucumber-java8 is not compatible with Java 12+
See: https://github.com/cucumber/cucumber-jvm/issues/1817
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at io.cucumber.core.runtime.Runtime.run(Runtime.java:93)
at io.cucumber.core.cli.Main.run(Main.java:92)
at io.cucumber.core.cli.Main.main(Main.java:34)
Caused by: java.lang.IllegalStateException: Could resolve the return type of the lambda at EshopCompareMobilesSteps.java:22
This version of cucumber-java8 is not compatible with Java 12+
See: https://github.com/cucumber/cucumber-jvm/issues/1817
at io.cucumber.java8.AbstractGlueDefinition.resolveRawArguments(AbstractGlueDefinition.java:80)
at io.cucumber.java8.Java8StepDefinition.<init>(Java8StepDefinition.java:25)
at io.cucumber.java8.Java8StepDefinition.create(Java8StepDefinition.java:40)
at io.cucumber.java8.En.Then(En.java:543)
at definitions.steps.eshop.EshopCompareMobilesSteps.<init>(EshopCompareMobilesSteps.java:22)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
at org.picocontainer.injectors.AbstractInjector.newInstance(AbstractInjector.java:145)
at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:342)
at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:678)
at io.cucumber.picocontainer.PicoFactory.getInstance(PicoFactory.java:49)
at io.cucumber.java8.Java8Backend.buildWorld(Java8Backend.java:64)
at io.cucumber.core.runner.Runner.buildBackendWorlds(Runner.java:101)
at io.cucumber.core.runner.Runner.runPickle(Runner.java:67)
at io.cucumber.core.runtime.Runtime.lambda$execute$5(Runtime.java:110)
at io.cucumber.core.runtime.CucumberExecutionContext.runTestCase(CucumberExecutionContext.java:117)
at io.cucumber.core.runtime.Runtime.lambda$execute$6(Runtime.java:110)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at io.cucumber.core.runtime.Runtime$SameThreadExecutorService.execute(Runtime.java:233)
at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
at io.cucumber.core.runtime.Runtime.lambda$run$2(Runtime.java:86)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.stream.SliceOps$1$1.accept(SliceOps.java:199)
at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1602)
at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at io.cucumber.core.runtime.Runtime.run(Runtime.java:87)
... 2 more
0 Scenarios
0 Steps
0m0.757s
Exception in thread "main" io.cucumber.core.exception.CucumberException: java.lang.IllegalStateException: Could resolve the return type of the lambda at EshopCompareMobilesSteps.java:22
This version of cucumber-java8 is not compatible with Java 12+
See: https://github.com/cucumber/cucumber-jvm/issues/1817
at io.cucumber.core.runtime.CucumberExecutionContext.getException(CucumberExecutionContext.java:82)
at io.cucumber.core.runtime.Runtime.run(Runtime.java:103)
at io.cucumber.core.cli.Main.run(Main.java:92)
at io.cucumber.core.cli.Main.main(Main.java:34)
Caused by: java.lang.IllegalStateException: Could resolve the return type of the lambda at EshopCompareMobilesSteps.java:22
This version of cucumber-java8 is not compatible with Java 12+
See: https://github.com/cucumber/cucumber-jvm/issues/1817
at io.cucumber.java8.AbstractGlueDefinition.resolveRawArguments(AbstractGlueDefinition.java:80)
at io.cucumber.java8.Java8StepDefinition.<init>(Java8StepDefinition.java:25)
at io.cucumber.java8.Java8StepDefinition.create(Java8StepDefinition.java:40)
at io.cucumber.java8.En.Then(En.java:543)
at definitions.steps.eshop.EshopCompareMobilesSteps.<init>(EshopCompareMobilesSteps.java:22)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
at org.picocontainer.injectors.AbstractInjector.newInstance(AbstractInjector.java:145)
at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:342)
at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:678)
at io.cucumber.picocontainer.PicoFactory.getInstance(PicoFactory.java:49)
at io.cucumber.java8.Java8Backend.buildWorld(Java8Backend.java:64)
at io.cucumber.core.runner.Runner.buildBackendWorlds(Runner.java:101)
at io.cucumber.core.runner.Runner.runPickle(Runner.java:67)
at io.cucumber.core.runtime.Runtime.lambda$execute$5(Runtime.java:110)
at io.cucumber.core.runtime.CucumberExecutionContext.runTestCase(CucumberExecutionContext.java:117)
at io.cucumber.core.runtime.Runtime.lambda$execute$6(Runtime.java:110)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at io.cucumber.core.runtime.Runtime$SameThreadExecutorService.execute(Runtime.java:233)
at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
at io.cucumber.core.runtime.Runtime.lambda$run$2(Runtime.java:86)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.stream.SliceOps$1$1.accept(SliceOps.java:199)
at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1602)
at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at io.cucumber.core.runtime.Runtime.run(Runtime.java:87)
... 2 more

Compare the Mobiles failed.
courgette.runtime.CourgetteTestFailureException: Compare the Mobiles failed.


testrunners.TestRunner > courgette.api.junit.Courgette.Compare the Mobiles FAILED
courgette.runtime.CourgetteTestFailureException
1 test completed, 1 failed
> Task :test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///C:/Abcd/dx-automation-test-web-ui/build/reports/tests/test/index.html
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 38s
5 actionable tasks: 2 executed, 3 up-to-date

0

Internal error. Please refer to https://jb.gg/ide/critical-startup-errors

java.lang.NullPointerException
at com.intellij.util.SVGLoader.load(SVGLoader.java:214)
at com.intellij.util.ImageLoader.loadByDescriptorWithoutCache(ImageLoader.java:261)
at com.intellij.util.ImageLoader.loadByDescriptor(ImageLoader.java:227)
at com.intellij.util.ImageLoader.loadImage(ImageLoader.java:152)
at com.intellij.openapi.util.IconLoader$ResolvedImageDataResolver.loadImage(IconLoader.java:1083)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadImage(IconLoader.java:962)
at com.intellij.openapi.util.IconLoader$ScaledIconCache.getOrScaleIcon(IconLoader.java:1031)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:850)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.getIconWidth(IconLoader.java:778)
at com.intellij.ui.AppUIUtil.scaleIconToSize(AppUIUtil.java:191)
at com.intellij.ui.AppUIUtil.loadApplicationIcon(AppUIUtil.java:187)
at com.intellij.ui.AppUIUtil.loadApplicationIconImage(AppUIUtil.java:166)
at com.intellij.ui.AppUIUtil.updateWindowIcon(AppUIUtil.java:76)
at com.intellij.idea.StartupUtil.updateFrameClassAndWindowIcon(StartupUtil.java:617)
at com.intellij.idea.StartupUtil.lambda$start$4(StartupUtil.java:173)
at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1426)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool.awaitQuiescence(ForkJoinPool.java:2984)
at com.intellij.idea.StartupUtil.start(StartupUtil.java:294)
at com.intellij.idea.Main.bootstrap(Main.java:123)
at com.intellij.idea.Main.main(Main.java:84)

-----
Your JRE: 11.0.11+9-b1504.8 amd64 (JetBrains s.r.o.)
/home/senhtry/.jbr/jbr_jcef-11_0_11-linux-x64-b1504.8

0

Internal error. Please refer to https://jb.gg/ide/critical-startup-errors

java.lang.NullPointerException
at com.intellij.util.SVGLoader.load(SVGLoader.java:214)
at com.intellij.util.ImageLoader.loadByDescriptorWithoutCache(ImageLoader.java:261)
at com.intellij.util.ImageLoader.loadByDescriptor(ImageLoader.java:227)
at com.intellij.util.ImageLoader.loadImage(ImageLoader.java:152)
at com.intellij.openapi.util.IconLoader$ResolvedImageDataResolver.loadImage(IconLoader.java:1083)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadImage(IconLoader.java:962)
at com.intellij.openapi.util.IconLoader$ScaledIconCache.getOrScaleIcon(IconLoader.java:1031)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:850)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.getIconWidth(IconLoader.java:778)
at com.intellij.ui.AppUIUtil.scaleIconToSize(AppUIUtil.java:191)
at com.intellij.ui.AppUIUtil.loadApplicationIcon(AppUIUtil.java:187)
at com.intellij.ui.AppUIUtil.loadApplicationIconImage(AppUIUtil.java:166)
at com.intellij.ui.AppUIUtil.updateWindowIcon(AppUIUtil.java:76)
at com.intellij.idea.StartupUtil.updateFrameClassAndWindowIcon(StartupUtil.java:617)
at com.intellij.idea.StartupUtil.lambda$start$4(StartupUtil.java:173)
at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1426)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool.awaitQuiescence(ForkJoinPool.java:2984)
at com.intellij.idea.StartupUtil.start(StartupUtil.java:294)
at com.intellij.idea.Main.bootstrap(Main.java:123)
at com.intellij.idea.Main.main(Main.java:84)

-----
Your JRE: 11.0.11+9-b1504.16 amd64 (JetBrains s.r.o.)
/snap/intellij-idea-ultimate/316/jbr

0

I teach high school CS, and one of the students is getting the below error message. Students open up Intellij through Zenworks. It is working fine on the other 31 computers in my classroom. 

0

Kevinmadden Try the clean install of the current IDE release: https://www.jetbrains.com/idea/download/index.html.

0

I've solved my problem by installing clion-jre package rather than relying on the standard Manjaro JRE package.

0

After installing Lua plugins: EmmyLua and Luanalysis and restarting the IDE I got the following error. I deleted the plugin directories and the IDE started successfully.

Internal error. Please refer to https://jb.gg/ide/critical-startup-errors

java.util.concurrent.CompletionException: org.picocontainer.PicoRegistrationException: Key com.tang.intellij.lua.luacheck.LuaCheckSettings duplicated
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:683)
at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:658)
at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2094)
at com.intellij.idea.ApplicationLoader.registerAppComponents(ApplicationLoader.kt:104)
at com.intellij.idea.ApplicationLoader.executeInitAppInEdt(ApplicationLoader.kt:63)
at com.intellij.idea.ApplicationLoader.access$executeInitAppInEdt(ApplicationLoader.kt:1)
at com.intellij.idea.ApplicationLoader$initApplication$1$1.run(ApplicationLoader.kt:363)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
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:746)
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: org.picocontainer.PicoRegistrationException: Key com.tang.intellij.lua.luacheck.LuaCheckSettings duplicated
at com.intellij.util.pico.DefaultPicoContainer.registerComponent(DefaultPicoContainer.java:119)
at com.intellij.serviceContainer.ComponentManagerImpl.registerServices(ComponentManagerImpl.kt:400)
at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:250)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt:106)
at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:680)
... 19 more

-----
Your JRE: 11.0.11+9-b1341.60 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\jbr

 
Edited by Fijaukowski
0

when installing goland on my ubuntu 20.04 LTS using ARM64,something wrong happened.it shows like that

Edited by 1967214640
0

1967214640 Switch back to the bundled JetBrains Runtime 11 instead of using unsupported JDK: https://intellij-support.jetbrains.com/hc/en-us/articles/206544879.

0

on my Gnome Garuda system up to date (Arch based system).
settings folder deleted (to start from scratch)
latest PHPStorm-EAP (from AUR)

OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "com.intellij.util.lang.PathClassLoader"). To use archived non-system classes, this property must not be set
2021-10-05 07:37:46,362 [ 231] ERROR - .ide.ui.laf.darcula.DarculaLaf - Unable to make field private static final java.lang.Object javax.swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY accessible: module java.desktop does not "opens javax.swing.text.html" to unnamed module @336999d2
java.lang.reflect.InaccessibleObjectException: Unable to make field private static final java.lang.Object javax.swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY accessible: module java.desktop does not "opens javax.swing.text.html" to unnamed module @336999d2
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:177)
at java.base/java.lang.reflect.Field.setAccessible(Field.java:171)
at com.intellij.ide.ui.laf.darcula.DarculaLaf.patchStyledEditorKit(DarculaLaf.java:170)
at com.intellij.ide.ui.laf.darcula.DarculaLaf.getDefaults(DarculaLaf.java:127)
at java.desktop/javax.swing.UIManager.setLookAndFeel(UIManager.java:592)
at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$23(StartupUtil.java:486)
at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783)
at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
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(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
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)
2021-10-05 07:37:46,365 [ 234] ERROR - .ide.ui.laf.darcula.DarculaLaf - PhpStorm 2021.3 EAP Build #PS-213.4293.18
2021-10-05 07:37:46,366 [ 235] ERROR - .ide.ui.laf.darcula.DarculaLaf - JDK: 16.0.2; VM: OpenJDK 64-Bit Server VM; Vendor: N/A
2021-10-05 07:37:46,366 [ 235] ERROR - .ide.ui.laf.darcula.DarculaLaf - OS: Linux
2021-10-05 07:37:46,367 [ 236] ERROR - #com.intellij.idea.Main - UI initialization failed
com.intellij.ide.plugins.StartupAbortedException: UI initialization failed
at com.intellij.idea.StartupUtil.lambda$start$15(StartupUtil.java:267)
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.postFire(CompletableFuture.java:610)
at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791)
at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
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(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
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: java.util.concurrent.CompletionException: java.lang.IllegalAccessError: class com.intellij.idea.StartupUtil (in unnamed module @0x336999d2) cannot access class sun.awt.AWTAutoShutdown (in module java.desktop) because module java.desktop does not export sun.awt to unnamed module @0x336999d2
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$UniRun.tryFire(CompletableFuture.java:787)
... 14 more
Caused by: java.lang.IllegalAccessError: class com.intellij.idea.StartupUtil (in unnamed module @0x336999d2) cannot access class sun.awt.AWTAutoShutdown (in module java.desktop) because module java.desktop does not export sun.awt to unnamed module @0x336999d2
at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$23(StartupUtil.java:503)
at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783)
... 14 more
2021-10-05 07:37:46,368 [ 237] ERROR - #com.intellij.idea.Main - PhpStorm 2021.3 EAP Build #PS-213.4293.18
2021-10-05 07:37:46,368 [ 237] ERROR - #com.intellij.idea.Main - JDK: 16.0.2; VM: OpenJDK 64-Bit Server VM; Vendor: N/A
2021-10-05 07:37:46,368 [ 237] ERROR - #com.intellij.idea.Main - OS: Linux
Start Failed
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
com.intellij.ide.plugins.StartupAbortedException: UI initialization failed
at com.intellij.idea.StartupUtil.lambda$start$15(StartupUtil.java:267)
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.postFire(CompletableFuture.java:610)
at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:791)
at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
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(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
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: java.util.concurrent.CompletionException: java.lang.IllegalAccessError: class com.intellij.idea.StartupUtil (in unnamed module @0x336999d2) cannot access class sun.awt.AWTAutoShutdown (in module java.desktop) because module java.desktop does not export sun.awt to unnamed module @0x336999d2
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$UniRun.tryFire(CompletableFuture.java:787)
... 14 more
Caused by: java.lang.IllegalAccessError: class com.intellij.idea.StartupUtil (in unnamed module @0x336999d2) cannot access class sun.awt.AWTAutoShutdown (in module java.desktop) because module java.desktop does not export sun.awt to unnamed module @0x336999d2
at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$23(StartupUtil.java:503)
at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783)
... 14 more
-----
Your JRE: 16.0.2+7 amd64 (N/A)
/usr/lib/jvm/java-16-openjdk
0

Received an error, please advise what steps can be made to recover, happened after plugin updates:

nternal error. Please refer to https://jb.gg/ide/critical-startup-errors

java.io.UncheckedIOException: java.util.zip.ZipException: Archive is not a ZIP archive
at com.intellij.util.lang.ZipResourceFile.<init>(ZipResourceFile.java:42)
at com.intellij.util.lang.PathClassLoader.lambda$static$0(PathClassLoader.java:15)
at com.intellij.util.lang.ClassPath.createLoader(ClassPath.java:387)
at com.intellij.util.lang.ClassPath.getLoaderSlowPath(ClassPath.java:334)
at com.intellij.util.lang.ClassPath.getLoader(ClassPath.java:315)
at com.intellij.util.lang.ClassPath.findClass(ClassPath.java:195)
at com.intellij.util.lang.UrlClassLoader.loadClassInsideSelf(UrlClassLoader.java:389)
at com.intellij.idea.Main.bootstrap(Main.java:115)
at com.intellij.idea.Main.main(Main.java:84)
Caused by: java.util.zip.ZipException: Archive is not a ZIP archive
at com.intellij.util.lang.ImmutableZipFile.readEndSignature(ImmutableZipFile.java:235)
at com.intellij.util.lang.ImmutableZipFile.populateFromCentralDirectory(ImmutableZipFile.java:120)
at com.intellij.util.lang.ImmutableZipFile.load(ImmutableZipFile.java:74)
at com.intellij.util.lang.ImmutableZipFile.load(ImmutableZipFile.java:50)
at com.intellij.util.lang.ZipResourceFile.<init>(ZipResourceFile.java:34)
... 8 more

-----
Your JRE: 11.0.12+7-b1504.28 amd64 (JetBrains s.r.o.)
C:\Program Files\JetBrains\IntelliJ IDEA 2020.2.1\jbr

=====================================================

The issue was solved by installing a newer version on top of the old one.

Edited by Alexander B1982
0

Alexander B1982 Did you already try the steps from this very document? Do you still have the problem?

0

I solved my issue with tip from one of the links above.. don't recall which one. I think something to do with deleting something in .cache folder. Thank you.

0

Updating the datalore plugin to ver sion 0.1.14-212, gives me this error every time I start PyCharm Professional:

The cause: java.nio.file.AccessDeniedException: /opt/pycharm-professional/plugins/datalore-intellij-plugin/lib/kotlin-reflect-1.5.20.jar

0
  1. PLEASE help..pycharm not opening
  2. tried reinstalling it....installed latest JRE bt nothing works
  3. does it have to do with wrong environment variables? 
1

This is not an answer to why the IDE crashes when closing a project on startup. If you wait 10 seconds or so and close it, it properly closes. If you close it immediately, the IDE crashes. If it is a plug-in problem, this would not go away. IntelliJ is doing some processing that it does not believe can be interrupted. Either prevent the project from being closed until this mystery processing is completed or fix IntelliJ to stop the processing. This did not happen in earlier versions. NO NEW PLUGINS installed. Same version of the JRE. Only thing that changed was an update to IntelliJ and the plugins that were pushed by Jet Brains. I reported this to Jet Brains complete with the entire trace. In less than 5 minutes I received notification that my bug had been closed and referenced to this article. This is not the problem I reported. 

Edited by Rprice
0

After a plugin update on Webstorm I can't start the IDE anymore.
I'm using Windows with WSL2. I haven't installed Webstorm in windows. Instead I am running a Vcxsrv XServer (1.20.8.1) and start Jetbrains Toolbox inside wsl2.

Reinstalling Webstorm and Toolbox multiple times didn't fix the problem (I also tried installing in a different folder and deleted everything obviously related to the programm in advance).

What can I do to solve this? Here's my log:

2021-11-12 13:53:42,004 [ 2460] WARN - llij.ide.plugins.PluginManager - Problems found loading plugins:
The JavaScript and TypeScript (id=JavaScript, path=~/.local/share/JetBrains/Toolbox/apps/WebStorm/ch-0/212.5457.55/plugins/JavaScriptLanguage) plugin Requires plugin 'com.intellij.css' to be enabled
2021-11-12 13:53:42,023 [ 2479] ERROR - llij.ide.plugins.PluginManager - Missing essential plugins: JavaScript
com.intellij.ide.plugins.PluginManagerCore$EssentialPluginMissingException: Missing essential plugins: JavaScript
at com.intellij.ide.plugins.PluginManagerCore.checkEssentialPluginsAreAvailable(PluginManagerCore.java:881)
at com.intellij.ide.plugins.PluginManagerCore.initializePlugins(PluginManagerCore.java:973)
at com.intellij.ide.plugins.PluginManagerCore.loadAndInitializePlugins(PluginManagerCore.java:1160)
at com.intellij.ide.plugins.PluginManagerCore.lambda$initPlugins$14(PluginManagerCore.java:705)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:680)
at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:658)
at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2094)
at com.intellij.ide.plugins.PluginManagerCore.initPlugins(PluginManagerCore.java:704)
at com.intellij.idea.ApplicationLoader.initApplication(ApplicationLoader.kt:62)
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:87)
at com.intellij.ide.b.h.k.a(k.java:123)
at com.intellij.ide.b.h.X.a(X.java:319)
at com.intellij.ide.b.h.Y.a(Y.java:291)
at com.intellij.ide.b.h.Y.c(Y.java:197)
at com.intellij.ide.b.h.Y.b(Y.java:111)
at java.base/java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815)
at java.base/java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799)
at java.base/java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121)
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.ide.b.h.Y.a(Y.java:110)
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:81)
at com.intellij.idea.StartupUtil.lambda$start$16(StartupUtil.java:283)
at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1705)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
2021-11-12 13:53:42,034 [ 2490] ERROR - llij.ide.plugins.PluginManager - WebStorm 2021.2.3 Build #WS-212.5457.55
2021-11-12 13:53:42,039 [ 2495] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.12; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2021-11-12 13:53:42,039 [ 2495] ERROR - llij.ide.plugins.PluginManager - OS: Linux

Corrupted Installation
Missing essential plugin:

JavaScript

Please reinstall WebStorm from scratch.
0

It could also be happening if you've run out of disk space ;)

0

Please sign in to leave a comment.

Have more questions?

Submit a request