[Also sumitted in the IDEA forums]
When we try to load or save a configuration for the
Jalopy (free) plugin, we get the following exception.
This seems strange, as this has always worked for us in
the past (and indeed, in previous beta version of 5.0),
and jdom is in the IDEA lib dir).
Personlly, I'm using the full version of the Jalopy
plugin, which works fine, but the rest of my company is
stuck with the free version. This will be a major
hurdle in us upgrading to IDEA 5.0.
Any ideas?
Error during dispatching of
java.awt.event.MouseEvent[MOUSE_RELEASED,(459,247),button=1,modifiers=Button1,clickCount=1]
on dialog4: org.jdom.Element.getParent()Lorg/jdom/Element;
java.lang.NoSuchMethodError:
org.jdom.Element.getParent()Lorg/jdom/Element;
at
de.hunsicker.jalopy.storage.Convention.convertXmlToMap(Convention.java:1249)
at
de.hunsicker.jalopy.storage.Convention.convertXmlToMap(Convention.java:1265)
at
de.hunsicker.jalopy.storage.Convention.convertXmlToMap(Convention.java:1265)
at
de.hunsicker.jalopy.storage.Convention.convertXmlToMap(Convention.java:1265)
at
de.hunsicker.jalopy.storage.Convention.importSettings(Convention.java:587)
at
de.hunsicker.jalopy.storage.Convention.importSettings(Convention.java:725)
at
de.hunsicker.jalopy.swing.GeneralSettingsPage$1.actionPerformed(GeneralSettingsPage.java:341)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
at
java.awt.Component.processMouseEvent(Component.java:5488)
at
javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at
java.awt.Component.dispatchEventImpl(Component.java:3955)
at
java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at
java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at
com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:13)
at
com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:131)
at
com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:28)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
at java.awt.Dialog$1.run(Dialog.java:515)
at java.awt.Dialog.show(Dialog.java:536)
at
com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:6)
at
com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:136)
at
com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:722)
at
com.intellij.ide.actions.ShowSettingsUtilImpl.showExplorerOptions(ShowSettingsUtilImpl.java:11)
at
com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:26)
at
com.intellij.ide.actions.ShowSettingsAction.actionPerformed(ShowSettingsAction.java:6)
at
com.intellij.openapi.actionSystem.impl.ActionButton.performAction(ActionButton.java:80)
at
com.intellij.openapi.actionSystem.impl.ActionButton.processMouseEvent(ActionButton.java:117)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at
java.awt.Component.dispatchEventImpl(Component.java:3955)
at
java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at
java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at
com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:13)
at
com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:131)
at
com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:28)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Douglas Bullard
douglas.bullard@nike.com
Logged In: YES
user_id=1586335
IntelliJ-Idea plugin uses old version of Jalopy. Replace
it with jalopy-1.5rc.jar from the jalopy-intelliJ
directory with the new jar file.
It works like charm.