Error when trying open IDE
I'm receiving the follow error to try open my ide:
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
java.lang.AssertionError: kotlinx.coroutines.JobCancellationException: Parent job is Cancelling; job=DispatchedCoroutine{Cancelling}@4d50efb8
at com.intellij.util.EnvironmentUtil.getEnvironmentMap(EnvironmentUtil.java:98)
at com.intellij.util.EnvironmentUtil.getValue(EnvironmentUtil.java:192)
at com.W.G.l.V.Wn.W(Wn.java:146)
at com.W.G.l.V.ly.G(ly.java:219)
at com.W.G.l.V.WG.W(WG.java:194)
at com.W.G.l.V.WG.W(WG.java:145)
at com.W.G.l.V.WK.W(WK.java:55)
at com.intellij.idea.MainImpl.start(MainImpl.kt:14)
at com.intellij.idea.StartupUtil$startApplication$8$2.invokeSuspend(StartupUtil.kt:332)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.intellij.idea.Main.main(Main.kt:50)
Suppressed: java.lang.NoSuchMethodError: 'org.picocontainer.PicoContainer com.intellij.openapi.application.Application.getPicoContainer()'
at com.aliyun.odps.studio.intellij.StudioMain.replaceHelpManagerIfNecessary(StudioMain.java:111)
at com.aliyun.odps.studio.intellij.StudioMain.initComponent(StudioMain.java:96)
at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:45)
at com.intellij.serviceContainer.BaseComponentAdapter.doCreateInstance(BaseComponentAdapter.kt:158)
at com.intellij.serviceContainer.BaseComponentAdapter.createInstance(BaseComponentAdapter.kt:137)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:94)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstance$default(BaseComponentAdapter.kt:79)
at com.intellij.serviceContainer.ComponentManagerImpl$createInitOldComponentsTask$1.invoke(ComponentManagerImpl.kt:404)
at com.intellij.serviceContainer.ComponentManagerImpl$createInitOldComponentsTask$1.invoke(ComponentManagerImpl.kt:402)
at com.intellij.ide.bootstrap.AppServicePreloadingKt$postAppRegistered$3$1.invokeSuspend(appServicePreloading.kt:142)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:792)
at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:739)
at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:733)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:761)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:322)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
Caused by: kotlinx.coroutines.JobCancellationException: Parent job is Cancelling; job=DispatchedCoroutine{Cancelled}@4d50efb8
Caused by: [CIRCULAR REFERENCE: java.lang.NoSuchMethodError: 'org.picocontainer.PicoContainer com.intellij.openapi.application.Application.getPicoContainer()']
-----
Your JRE: 17.0.8+7-b1000.8 aarch64 (JetBrains s.r.o.)
/Users/<myuser>/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/232.9559.34/IntelliJ IDEA CE.app/Contents/jbr/Contents/Home
请先登录再写评论。
The version i'm using is: 2023.2.1
Please try a clean installation of the IDE from https://www.jetbrains.com/idea/download/index.html or via https://www.jetbrains.com/toolbox-app/.
It could be some issue caused by the incomplete patch update.
If the clean install doesn't help, please file a bug at https://youtrack.jetbrains.com/newIssue?project=IDEA and attach the stacktrace, plus the logs folder zipped: https://intellij-support.jetbrains.com/hc/en-us/articles/207241085.
Serge thanks for your answer, but the main problem it's that I can't start the IDE to get the log, I already try to remove and reinstall but i still receiving the same error!!
What I did to make it work was to install the version:
IntelliJ IDEA 2023.1.5 (Community Edition)
Build #IC-231.9392.1, built on July 25, 2023
I'm working with the MacOs
When I try to open it then I get that message in a popup and I don't go beyond that step
You can find the logs folder and zip it manually as described in the linked document.
You can also run IDE from the terminal per https://intellij-support.jetbrains.com/hc/en-us/articles/360011901879-How-to-start-IDE-from-the-command-line to get the errors printed there.
Did you try all the steps from https://intellij-support.jetbrains.com/hc/en-us/articles/360007568559?