Can't add new Edit/Configurations

Answered

When updating to any newer version of intellij (above 2016.2), I'm not able to add any new configurations for a project.  When I open the Run/Debug Configurations page, the "+" button doesn't work.  Currently trying it with 2019.1 Ultimate.

0
9 comments
Avatar
Permanently deleted user

Thanks for the quick response, looks like it was due to a python plugin, i disabled it and it started working again!

Uploaded it here in case people need to reference it

idea.log
0

The same problem, please help me. 

I have uploaded the log, but I don't know how to link it, so paste part of it here:

2020-02-25 22:50:15,874 [3796558] ERROR - llij.ide.plugins.PluginManager - PhpStorm 2019.1.2 Build #PS-191.7141.52 
2020-02-25 22:50:15,874 [3796558] ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2020-02-25 22:50:15,874 [3796558] ERROR - llij.ide.plugins.PluginManager - OS: Linux
2020-02-25 22:50:20,811 [3801495] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 50 ms
2020-02-25 22:50:22,282 [3802966] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 57 ms
2020-02-25 22:54:00,079 [4020763] WARN - penapi.actionSystem.impl.Utils - Skipping empty menu item for action () of class com.intellij.ide.actions.ReportProblemAction
2020-02-25 22:54:03,754 [4024438] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 56 ms
2020-02-25 22:54:58,721 [4079405] ERROR - llij.ide.plugins.PluginManager - Can't find resource for bundle java.util.PropertyResourceBundle, key run.configuration.allow.running.parallel
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key run.configuration.allow.running.parallel
at java.util.ResourceBundle.getObject(ResourceBundle.java:450)
at java.util.ResourceBundle.getString(ResourceBundle.java:407)
at com.intellij.execution.impl.ConfigurationSettingsEditorWrapper.$$$setupUI$$$(ConfigurationSettingsEditorWrapper.java)
at com.intellij.execution.impl.ConfigurationSettingsEditorWrapper.<init>(ConfigurationSettingsEditorWrapper.java:49)
at com.intellij.execution.impl.SingleConfigurationConfigurable.<init>(SingleConfigurationConfigurable.java:58)
at com.intellij.execution.impl.SingleConfigurationConfigurable.editSettings(SingleConfigurationConfigurable.java:93)
at com.intellij.execution.impl.RunConfigurable.createNewConfiguration(RunConfigurable.kt:864)
at com.intellij.execution.impl.RunConfigurable.createNewConfiguration(RunConfigurable.kt:895)
at com.intellij.execution.impl.RunConfigurable$MyToolbarAddAction$showAddPopup$popup$1.consume(RunConfigurable.kt:935)
at com.intellij.execution.impl.RunConfigurable$MyToolbarAddAction$showAddPopup$popup$1.consume(RunConfigurable.kt:908)
at com.intellij.execution.impl.NewRunConfigurationPopup$1.onChosen(NewRunConfigurationPopup.java:61)
at com.intellij.execution.impl.NewRunConfigurationPopup$1.onChosen(NewRunConfigurationPopup.java:32)
at com.intellij.ui.popup.list.ListPopupImpl._handleSelect(ListPopupImpl.java:389)
at com.intellij.ui.popup.list.ListPopupImpl.handleSelect(ListPopupImpl.java:341)
at com.intellij.ui.popup.list.ListPopupImpl$MyMouseListener.mouseReleased(ListPopupImpl.java:501)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
at java.awt.Component.processMouseEvent(Component.java:6550)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3325)
at com.intellij.ui.popup.list.ListPopupImpl$MyList.processMouseEvent(ListPopupImpl.java:555)
at java.awt.Component.processEvent(Component.java:6315)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4899)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4721)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
at java.awt.Container.dispatchEventImpl(Container.java:2283)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4721)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:766)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:739)
at java.awt.EventQueue$4.run(EventQueue.java:737)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:736)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:729)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:674)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:373)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
at java.awt.Dialog.show(Dialog.java:1077)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:706)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:437)
at com.intellij.openapi.ui.DialogWrapper.invokeShow(DialogWrapper.java:1682)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1631)
at com.intellij.execution.actions.EditRunConfigurationsAction.actionPerformed(EditRunConfigurationsAction.java:33)
at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:261)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:278)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.lambda$null$4(ActionManagerImpl.java:1342)
at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.lambda$tryToExecuteNow$5(ActionManagerImpl.java:1302)
at com.intellij.openapi.wm.impl.FocusManagerImpl.lambda$doWhenFocusSettlesDown$3(FocusManagerImpl.java:188)
at com.intellij.util.ui.UIUtil.invokeLaterIfNeeded(UIUtil.java:3080)
at com.intellij.ide.IdeEventQueue.ifFocusEventsInTheQueue(IdeEventQueue.java:159)
at com.intellij.ide.IdeEventQueue.executeWhenAllFocusEventsLeftTheQueue(IdeEventQueue.java:111)
at com.intellij.openapi.wm.impl.FocusManagerImpl.doWhenFocusSettlesDown(FocusManagerImpl.java:179)
at com.intellij.openapi.wm.impl.FocusManagerImpl.doWhenFocusSettlesDown(FocusManagerImpl.java:185)
at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.doWhenFocusSettlesDown(IdeFocusManagerImpl.java:63)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.tryToExecuteNow(ActionManagerImpl.java:1301)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.lambda$tryToExecute$2(ActionManagerImpl.java:1285)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.tryToExecute(ActionManagerImpl.java:1288)
at com.intellij.execution.actions.RunConfigurationsComboBoxAction.performWhenButton(RunConfigurationsComboBoxAction.java:164)
at com.intellij.execution.actions.RunConfigurationsComboBoxAction.access$000(RunConfigurationsComboBoxAction.java:34)
at com.intellij.execution.actions.RunConfigurationsComboBoxAction$1.fireActionPerformed(RunConfigurationsComboBoxAction.java:141)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
at javax.swing.AbstractButton.doClick(AbstractButton.java:356)
at com.intellij.openapi.actionSystem.ex.ComboBoxAction$ComboBoxButton$1.mousePressed(ComboBoxAction.java:168)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.Component.processMouseEvent(Component.java:6547)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3325)
at java.awt.Component.processEvent(Component.java:6315)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4899)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4721)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4532)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
at java.awt.Container.dispatchEventImpl(Container.java:2283)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4721)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:766)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:739)
at java.awt.EventQueue$4.run(EventQueue.java:737)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:736)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:729)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:674)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:373)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2020-02-25 22:54:58,723 [4079407] ERROR - llij.ide.plugins.PluginManager - PhpStorm 2019.1.2 Build #PS-191.7141.52
2020-02-25 22:54:58,723 [4079407] ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2020-02-25 22:54:58,723 [4079407] ERROR - llij.ide.plugins.PluginManager - OS: Linux
2020-02-25 22:55:35,685 [4116369] INFO - rationStore.ComponentStoreImpl - Saving appDefaultFont took 13 ms
2020-02-25 22:55:35,719 [4116403] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 81 ms
2020-02-25 22:55:36,358 [4117042] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 49 ms
2020-02-25 23:00:29,901 [4410585] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 66 ms
2020-02-25 23:00:42,860 [4423544] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 35 ms
2020-02-25 23:02:22,283 [4522967] WARN - penapi.actionSystem.impl.Utils - Skipping empty menu item for action () of class com.intellij.ide.actions.ReportProblemAction
2020-02-25 23:02:29,023 [4529707] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 54 ms
2020-02-25 23:02:30,289 [4530973] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 62 ms

 

0

Please try these steps, your installation appears to be damaged: https://intellij-support.jetbrains.com/hc/en-us/articles/360007568559 .

0

This issue is back in WebStorm 2022.2

Build #WS-222.3345.108, built on July 22, 2022

Macbook Pro M1, MacOS Monterey 12.3

Upload id: 2022_08_09_iWgZhcJ2qGnmf8NHwsFKMK (file: webstorm-logs-20220809-10061913882011969052679113.zip)

0

Yuval Ron Disabling the Terraform plugin and restarting the IDE should help in your case.

Loaded custom plugins: .env files support (2022.2), Terraform and HCL (0.7.13)
0

Arina Efremova Thanks. I already deleted the entire WS configuration so it worked around the problem. But I think that WS should not allow rogue plugins to disable the UI in first place.

0

I agree Yuval Ron. Created https://youtrack.jetbrains.com/issue/IDEA-299616 for this (logs attached privately).

Actual reason for the problem seems to be that Terraform plugin was out of date and no longer compatible with WS 2022.2. Updating it would have probably solved the issue too.

1

Hi,

Please update the Terraform plugin to the latest 2022.2.X version, the mentioned incompatibility fixed. We now release the plugin with each version of the IDE thus this should not happen in the future.

1

Please sign in to leave a comment.