Can't run tests (TestUnit/Shoulda)
I use to be a hardcore Intellij user back in my Java days, but I've been away from it for several years since switching to ruby. I'd like to give Rubymine a shot as there are times I really miss the refactoring support I use to count on. I've got a side project that I'm trying to use this with, but I can't get any tests to run in the EAP. When I tried to switch to the Test runner, I got an error. This error pops up in the log whenever I right click in the test file (presumably when trying to create the run configuration based on the exception). Here's the log info, let me know if you need anything else:
java.lang.AbstractMethodError
at com.intellij.execution.junit.RuntimeConfigurationProducer.createProducer(RuntimeConfigurationProducer.java:54)
at com.intellij.execution.actions.PreferedProducerFind.findPreferredProducers(PreferedProducerFind.java:57)
at com.intellij.execution.actions.PreferedProducerFind.findPreferredProducer(PreferedProducerFind.java:93)
at com.intellij.execution.actions.PreferedProducerFind.createConfiguration(PreferedProducerFind.java:43)
at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:104)
at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:97)
at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:181)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:98)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:160)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:122)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.fillMenu(Utils.java:233)
at com.intellij.openapi.actionSystem.impl.ActionPopupMenuImpl$MyMenu.show(ActionPopupMenuImpl.java:92)
at com.intellij.openapi.fileEditor.impl.text.TextEditorComponent$MyEditorMouseListener.invokePopup(TextEditorComponent.java:307)
at com.intellij.util.EditorPopupHandler.a(EditorPopupHandler.java:27)
at com.intellij.util.EditorPopupHandler.mousePressed(EditorPopupHandler.java:37)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.a(EditorImpl.java:4129)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mousePressed(EditorImpl.java:4098)
at java.awt.Component.processMouseEvent(Component.java:6345)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6113)
at java.awt.Container.processEvent(Container.java:2085)
at java.awt.Component.dispatchEventImpl(Component.java:4714)
at java.awt.Container.dispatchEventImpl(Container.java:2143)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
at java.awt.Container.dispatchEventImpl(Container.java:2129)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
at com.intellij.ide.IdeEventQueue.f(IdeEventQueue.java:628)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:505)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:406)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:370)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2010-08-11 22:10:42,826 [ 560340] ERROR - penapi.actionSystem.impl.Utils - JetBrains RubyMine (EAP) RM-96.886 Build #RM-96.886
2010-08-11 22:10:42,826 [ 560340] ERROR - penapi.actionSystem.impl.Utils - JDK: 1.6.0_20
2010-08-11 22:10:42,826 [ 560340] ERROR - penapi.actionSystem.impl.Utils - VM: Java HotSpot(TM) Client VM
2010-08-11 22:10:42,826 [ 560340] ERROR - penapi.actionSystem.impl.Utils - Vendor: Apple Inc.
2010-08-11 22:10:42,826 [ 560340] ERROR - penapi.actionSystem.impl.Utils - OS: Mac OS X
2010-08-11 22:10:42,826 [ 560340] ERROR - penapi.actionSystem.impl.Utils - Last Action: ShowSettings
2010-08-11 22:10:42,842 [ 560356] INFO - y.interpret.RubyPsiInterpreter - unresolved reference in isResolvableCallScope(): setup
2010-08-11 22:10:42,843 [ 560357] INFO - y.interpret.RubyPsiInterpreter - unresolved reference in isResolvableCallScope(): context
2010-08-11 22:10:42,843 [ 560357] ERROR - penapi.actionSystem.impl.Utils - update failed for AnAction with ID=CreateRunConfiguration
java.lang.AbstractMethodError
at com.intellij.execution.junit.RuntimeConfigurationProducer.createProducer(RuntimeConfigurationProducer.java:54)
at com.intellij.execution.actions.PreferedProducerFind.findPreferredProducers(PreferedProducerFind.java:57)
at com.intellij.execution.actions.PreferedProducerFind.findPreferredProducer(PreferedProducerFind.java:93)
at com.intellij.execution.actions.PreferedProducerFind.createConfiguration(PreferedProducerFind.java:43)
at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:104)
at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:97)
at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:181)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:98)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:160)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:122)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.fillMenu(Utils.java:233)
at com.intellij.openapi.actionSystem.impl.ActionPopupMenuImpl$MyMenu$MyPopupMenuListener.popupMenuWillBecomeVisible(ActionPopupMenuImpl.java:183)
at javax.swing.JPopupMenu.firePopupMenuWillBecomeVisible(JPopupMenu.java:623)
at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:730)
at javax.swing.JPopupMenu.show(JPopupMenu.java:904)
at com.intellij.openapi.actionSystem.impl.ActionPopupMenuImpl$MyMenu.show(ActionPopupMenuImpl.java:161)
at com.intellij.openapi.fileEditor.impl.text.TextEditorComponent$MyEditorMouseListener.invokePopup(TextEditorComponent.java:307)
at com.intellij.util.EditorPopupHandler.a(EditorPopupHandler.java:27)
at com.intellij.util.EditorPopupHandler.mousePressed(EditorPopupHandler.java:37)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.a(EditorImpl.java:4129)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mousePressed(EditorImpl.java:4098)
at java.awt.Component.processMouseEvent(Component.java:6345)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6113)
at java.awt.Container.processEvent(Container.java:2085)
at java.awt.Component.dispatchEventImpl(Component.java:4714)
at java.awt.Container.dispatchEventImpl(Container.java:2143)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
at java.awt.Container.dispatchEventImpl(Container.java:2129)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
at com.intellij.ide.IdeEventQueue.f(IdeEventQueue.java:628)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:505)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:406)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:370)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2010-08-11 22:10:42,844 [ 560358] ERROR - penapi.actionSystem.impl.Utils - JetBrains RubyMine (EAP) RM-96.886 Build #RM-96.886
2010-08-11 22:10:42,844 [ 560358] ERROR - penapi.actionSystem.impl.Utils - JDK: 1.6.0_20
2010-08-11 22:10:42,844 [ 560358] ERROR - penapi.actionSystem.impl.Utils - VM: Java HotSpot(TM) Client VM
2010-08-11 22:10:42,844 [ 560358] ERROR - penapi.actionSystem.impl.Utils - Vendor: Apple Inc.
2010-08-11 22:10:42,844 [ 560358] ERROR - penapi.actionSystem.impl.Utils - OS: Mac OS X
2010-08-11 22:10:42,844 [ 560358] ERROR - penapi.actionSystem.impl.Utils - Last Action: ShowSettings
2010-08-11 22:10:42,847 [ 560361] INFO - y.interpret.RubyPsiInterpreter - unresolved reference in isResolvableCallScope(): setup
2010-08-11 22:10:42,847 [ 560361] INFO - y.interpret.RubyPsiInterpreter - unresolved reference in isResolvableCallScope(): context
2010-08-11 22:10:42,848 [ 560362] ERROR - penapi.actionSystem.impl.Utils - update failed for AnAction with ID=RunClass
java.lang.AbstractMethodError
at com.intellij.execution.junit.RuntimeConfigurationProducer.createProducer(RuntimeConfigurationProducer.java:54)
at com.intellij.execution.actions.PreferedProducerFind.findPreferredProducers(PreferedProducerFind.java:57)
at com.intellij.execution.actions.PreferedProducerFind.findPreferredProducer(PreferedProducerFind.java:93)
at com.intellij.execution.actions.PreferedProducerFind.createConfiguration(PreferedProducerFind.java:43)
at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:104)
at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:97)
at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:181)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:98)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:160)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:122)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.fillMenu(Utils.java:233)
at com.intellij.openapi.actionSystem.impl.ActionPopupMenuImpl$MyMenu$MyPopupMenuListener.popupMenuWillBecomeVisible(ActionPopupMenuImpl.java:183)
at javax.swing.JPopupMenu.firePopupMenuWillBecomeVisible(JPopupMenu.java:623)
at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:730)
at javax.swing.JPopupMenu.show(JPopupMenu.java:904)
at com.intellij.openapi.actionSystem.impl.ActionPopupMenuImpl$MyMenu.show(ActionPopupMenuImpl.java:161)
at com.intellij.openapi.fileEditor.impl.text.TextEditorComponent$MyEditorMouseListener.invokePopup(TextEditorComponent.java:307)
at com.intellij.util.EditorPopupHandler.a(EditorPopupHandler.java:27)
at com.intellij.util.EditorPopupHandler.mousePressed(EditorPopupHandler.java:37)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.a(EditorImpl.java:4129)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mousePressed(EditorImpl.java:4098)
at java.awt.Component.processMouseEvent(Component.java:6345)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6113)
at java.awt.Container.processEvent(Container.java:2085)
at java.awt.Component.dispatchEventImpl(Component.java:4714)
at java.awt.Container.dispatchEventImpl(Container.java:2143)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
at java.awt.Container.dispatchEventImpl(Container.java:2129)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
at com.intellij.ide.IdeEventQueue.f(IdeEventQueue.java:628)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:505)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:406)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:370)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2010-08-11 22:10:42,849 [ 560363] ERROR - penapi.actionSystem.impl.Utils - JetBrains RubyMine (EAP) RM-96.886 Build #RM-96.886
2010-08-11 22:10:42,849 [ 560363] ERROR - penapi.actionSystem.impl.Utils - JDK: 1.6.0_20
2010-08-11 22:10:42,849 [ 560363] ERROR - penapi.actionSystem.impl.Utils - VM: Java HotSpot(TM) Client VM
2010-08-11 22:10:42,849 [ 560363] ERROR - penapi.actionSystem.impl.Utils - Vendor: Apple Inc.
2010-08-11 22:10:42,849 [ 560363] ERROR - penapi.actionSystem.impl.Utils - OS: Mac OS X
2010-08-11 22:10:42,849 [ 560363] ERROR - penapi.actionSystem.impl.Utils - Last Action: ShowSettings
2010-08-11 22:10:42,851 [ 560365] INFO - y.interpret.RubyPsiInterpreter - unresolved reference in isResolvableCallScope(): setup
2010-08-11 22:10:42,852 [ 560366] INFO - y.interpret.RubyPsiInterpreter - unresolved reference in isResolvableCallScope(): context
2010-08-11 22:10:42,853 [ 560367] ERROR - penapi.actionSystem.impl.Utils - update failed for AnAction with ID=DebugClass
java.lang.AbstractMethodError
at com.intellij.execution.junit.RuntimeConfigurationProducer.createProducer(RuntimeConfigurationProducer.java:54)
at com.intellij.execution.actions.PreferedProducerFind.findPreferredProducers(PreferedProducerFind.java:57)
at com.intellij.execution.actions.PreferedProducerFind.findPreferredProducer(PreferedProducerFind.java:93)
at com.intellij.execution.actions.PreferedProducerFind.createConfiguration(PreferedProducerFind.java:43)
at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:104)
at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:97)
at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:181)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:98)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:160)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:122)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:139)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:83)
at com.intellij.openapi.actionSystem.impl.Utils.fillMenu(Utils.java:233)
at com.intellij.openapi.actionSystem.impl.ActionPopupMenuImpl$MyMenu$MyPopupMenuListener.popupMenuWillBecomeVisible(ActionPopupMenuImpl.java:183)
at javax.swing.JPopupMenu.firePopupMenuWillBecomeVisible(JPopupMenu.java:623)
at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:730)
at javax.swing.JPopupMenu.show(JPopupMenu.java:904)
at com.intellij.openapi.actionSystem.impl.ActionPopupMenuImpl$MyMenu.show(ActionPopupMenuImpl.java:161)
at com.intellij.openapi.fileEditor.impl.text.TextEditorComponent$MyEditorMouseListener.invokePopup(TextEditorComponent.java:307)
at com.intellij.util.EditorPopupHandler.a(EditorPopupHandler.java:27)
at com.intellij.util.EditorPopupHandler.mousePressed(EditorPopupHandler.java:37)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.a(EditorImpl.java:4129)
at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mousePressed(EditorImpl.java:4098)
at java.awt.Component.processMouseEvent(Component.java:6345)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6113)
at java.awt.Container.processEvent(Container.java:2085)
at java.awt.Component.dispatchEventImpl(Component.java:4714)
at java.awt.Container.dispatchEventImpl(Container.java:2143)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
at java.awt.Container.dispatchEventImpl(Container.java:2129)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
at com.intellij.ide.IdeEventQueue.f(IdeEventQueue.java:628)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:505)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:406)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:370)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2010-08-11 22:10:42,853 [ 560367] ERROR - penapi.actionSystem.impl.Utils - JetBrains RubyMine (EAP) RM-96.886 Build #RM-96.886
2010-08-11 22:10:42,853 [ 560367] ERROR - penapi.actionSystem.impl.Utils - JDK: 1.6.0_20
2010-08-11 22:10:42,854 [ 560368] ERROR - penapi.actionSystem.impl.Utils - VM: Java HotSpot(TM) Client VM
2010-08-11 22:10:42,854 [ 560368] ERROR - penapi.actionSystem.impl.Utils - Vendor: Apple Inc.
2010-08-11 22:10:42,854 [ 560368] ERROR - penapi.actionSystem.impl.Utils - OS: Mac OS X
2010-08-11 22:10:42,854 [ 560368] ERROR - penapi.actionSystem.impl.Utils - Last Action: ShowSettings
2010-08-11 22:11:17,115 [ 594629] INFO - y.interpret.RubyPsiInterpreter - unresolved reference in isResolvableCallScope(): should_have_many
2010-08-11 22:11:17,116 [ 594630] ERROR - llij.ide.plugins.PluginManager - null
java.lang.AbstractMethodError
at com.intellij.execution.junit.RuntimeConfigurationProducer.createProducer(RuntimeConfigurationProducer.java:54)
at com.intellij.execution.actions.PreferedProducerFind.findPreferredProducers(PreferedProducerFind.java:57)
at com.intellij.execution.actions.ChooseRunConfigurationAction$ConfigurationListPopupStep.a(ChooseRunConfigurationAction.java:530)
at com.intellij.execution.actions.ChooseRunConfigurationAction$ConfigurationListPopupStep.a(ChooseRunConfigurationAction.java:466)
at com.intellij.execution.actions.ChooseRunConfigurationAction$ConfigurationListPopupStep.<init>(ChooseRunConfigurationAction.java:419)
at com.intellij.execution.actions.ChooseRunConfigurationAction$ConfigurationListPopupStep.<init>(ChooseRunConfigurationAction.java:411)
at com.intellij.execution.actions.ChooseRunConfigurationAction.actionPerformed(ChooseRunConfigurationAction.java:69)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$2.performAction(IdeKeyEventDispatcher.java:490)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:530)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.d(IdeKeyEventDispatcher.java:426)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:188)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:495)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:406)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:370)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2010-08-11 22:11:17,116 [ 594630] ERROR - llij.ide.plugins.PluginManager - JetBrains RubyMine (EAP) RM-96.886 Build #RM-96.886
2010-08-11 22:11:17,116 [ 594630] ERROR - llij.ide.plugins.PluginManager - JDK: 1.6.0_20
2010-08-11 22:11:17,116 [ 594630] ERROR - llij.ide.plugins.PluginManager - VM: Java HotSpot(TM) Client VM
2010-08-11 22:11:17,116 [ 594630] ERROR - llij.ide.plugins.PluginManager - Vendor: Apple Inc.
2010-08-11 22:11:17,116 [ 594630] ERROR - llij.ide.plugins.PluginManager - OS: Mac OS X
2010-08-11 22:11:17,116 [ 594630] ERROR - llij.ide.plugins.PluginManager - Last Action: ChooseRunConfiguration
2010-08-11 22:20:19,038 [1136552] INFO - j.util.indexing.FileBasedIndex - START INDEX SHUTDOWN
2010-08-11 22:20:19,054 [1136568] INFO - j.util.indexing.FileBasedIndex - END INDEX SHUTDOWN
2010-08-11 22:20:19,061 [1136575] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2010-08-11 22:20:19,063 [1136577] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDEA SHUTDOWN ------------------------------------------------------
2010-08-11 22:20:19,073 [1136587] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
Please sign in to leave a comment.
Hello Jeff,
Do you have any third-party plugins installed for RubyMine? If you do, the
exception should go away if you uninstall them.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks! I'm not really sure which plugin it was, but I disabled everything that didn't look essential and I can now run the tests. I get a strange behavior from the test runner, but I'll open a separate ticket for that one (it's not really an error, just a weird behavior)