Intellij and PyCharm won't start for the same error

Answered

Intellij and Pycharm were working fine as it is. But suddenly when I closed them and started them again, nothing came up on my laptop. There is a loading icon with my cursor but then nothing happens. The error is shown below.

I have tried deleting everything and reinstalling but it gives the same error.

However I am able to start both application through .bat file, and it doesn't give the error as shown below.

They are both running on JetBrains Runtime 11.

This is the error in the logs for both Intellij and Pycharm:

2020-03-28 18:26:44,064 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2020-03-28 18:26:44,548 [ 484] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 441 ms
2020-03-28 18:26:45,298 [ 1234] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2020-03-28 18:26:46,702 [ 2638] ERROR - llij.ide.plugins.PluginManager - Could not initialize class java.awt.Color
java.lang.NoClassDefFoundError: Could not initialize class java.awt.Color
at com.intellij.openapi.application.impl.ApplicationInfoImpl.<init>(ApplicationInfoImpl.java:70)
at com.intellij.openapi.application.impl.ApplicationInfoImpl.getShadowInstance(ApplicationInfoImpl.java:629)
at com.intellij.idea.StartupUtil.showUserAgreementAndConsentsIfNeeded(StartupUtil.java:661)
at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:231)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:213)
at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:45)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-03-28 18:26:46,790 [ 2726] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2020-03-28 18:26:46,885 [ 2821] INFO - org.jetbrains.io.BuiltInServer - web server stopped

 

Thanks in advance.

1
6 comments
Avatar
Permanently deleted user

Thanks for getting back to me. However the steps from the link didn't help and they're still giving the same error.

0

Thanks for the information. Please use the workaround (run via .bat file) until the issue is resolved.

Could you please check if it helps changing the JetBrains Runtime to 11.0.5 (b674.3) version per https://intellij-support.jetbrains.com/hc/articles/206544879 ?

0
Avatar
Permanently deleted user

I have tried that and it's still no luck, this is the error I get when the IDE attempts to restart immediately after I have set Runtime to the version mentioned above.

2020-03-29 12:40:15,621 [ 38161] ERROR - api.util.objectTree.ObjectTree - Editor of class com.intellij.openapi.editor.impl.EditorImpl hasn't been released:
com.intellij.openapi.util.TraceableDisposable.ObjectNotDisposedException: See stack trace responsible for creation of unreleased object below
at com.intellij.openapi.editor.impl.EditorImpl.<init>(EditorImpl.java:148)
at com.intellij.openapi.editor.impl.EditorFactoryImpl.createEditor(EditorFactoryImpl.java:200)
at com.intellij.openapi.editor.impl.EditorFactoryImpl.createEditor(EditorFactoryImpl.java:155)
at com.intellij.ui.EditorTextField.createEditor(EditorTextField.java:469)
at com.intellij.ui.LanguageTextField.createEditor(LanguageTextField.java:111)
at com.intellij.util.textCompletion.TextFieldWithCompletion.createEditor(TextFieldWithCompletion.java:56)
at com.intellij.ui.EditorTextField.initEditor(EditorTextField.java:366)
at com.intellij.ui.EditorTextField.addNotify(EditorTextField.java:351)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
at com.intellij.openapi.ui.ComboBox.addNotify(ComboBox.java:190)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
at java.desktop/javax.swing.JRootPane.addNotify(JRootPane.java:733)
at java.desktop/java.awt.Container.addNotify(Container.java:2800)
at java.desktop/java.awt.Window.addNotify(Window.java:786)
at java.desktop/java.awt.Dialog.addNotify(Dialog.java:752)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.addNotify(DialogWrapperPeerImpl.java:638)
at java.desktop/java.awt.Window.pack(Window.java:824)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:649)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:433)
at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1698)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1657)
at bootRuntime.main.ChooseBootRuntimeAction.actionPerformed(ChooseBootRuntimeAction.kt:181)
at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:298)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:315)
at com.intellij.ide.actions.GotoActionAction.lambda$performAction$7(GotoActionAction.java:335)
at com.intellij.openapi.application.TransactionGuardImpl.runSyncTransaction(TransactionGuardImpl.java:83)
at com.intellij.openapi.application.TransactionGuardImpl.lambda$submitTransaction$1(TransactionGuardImpl.java:107)
at com.intellij.openapi.application.TransactionGuardImpl.submitTransaction(TransactionGuardImpl.java:116)
at com.intellij.openapi.application.TransactionGuardImpl.lambda$submitTransactionLater$4(TransactionGuardImpl.java:265)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:441)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:424)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:407)
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 com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:908)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:781)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:424)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:698)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:423)
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-03-29 12:40:15,623 [ 38163] ERROR - api.util.objectTree.ObjectTree - IntelliJ IDEA 2019.3.4 Build #IU-193.6911.18
2020-03-29 12:40:15,624 [ 38164] ERROR - api.util.objectTree.ObjectTree - JDK: 11.0.6; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2020-03-29 12:40:15,624 [ 38164] ERROR - api.util.objectTree.ObjectTree - OS: Windows 10
2020-03-29 12:40:15,629 [ 38169] ERROR - api.util.objectTree.ObjectTree - Plugin to blame: Choose Runtime version: 1.0.9
2020-03-29 12:40:15,629 [ 38169] ERROR - api.util.objectTree.ObjectTree - Last Action: bootRuntime.main.ChooseBootRuntimeAction

0

OK, thanks for checking.

0

Please sign in to leave a comment.