Resin plugin in latest EAPs
Is anyone using the resin plugin in the latest EAPs at all?
I just tried installing it and setting up a local server only to get
some exceptions throwing up in my face :(
Error message: Error during dispatching of
java.awt.event.MouseEvent[MOUSE_RELEASED,(27,12),button=1,modifiers=Button1,clickCount=1]
on ###overrideRedirect###
java.lang.AbstractMethodError:
com.intellij.j2ee.run.configuration.J2EEConfigurationType.createJ2EEConfigurationTemplate(Lcom/intellij/execution/configurations/ConfigurationFactory;Lcom/intellij/openapi/project/Project;Z)Lcom/intellij/execution/configurations/RunConfiguration;
at
com.intellij.j2ee.run.configuration.J2EEConfigurationType$MyConfigurationFactory.createTemplateConfiguration(J2EEConfigurationType.java:55)
at com.intellij.execution.impl.c.a(c.java:17)
at com.intellij.execution.impl.c.createConfiguration(c.java:9)
at com.intellij.execution.impl.j$4.create(j$4.java:3)
at
com.intellij.ui.ReorderableListController$6.performAction(ReorderableListController.java:245)
at
com.intellij.ui.ReorderableListController$CustomActionDescription$BaseAction.actionPerformed(ReorderableListController.java:144)
at com.intellij.openapi.actionSystem.impl.h$b_.actionPerformed(h$b_.java:8)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
at com.intellij.openapi.actionSystem.impl.h.fireActionPerformed(h.java:56)
at com.intellij.ui.plaf.beg.f.doClick(f.java:125)
at com.intellij.ui.plaf.beg.f.access$300(f.java:250)
at com.intellij.ui.plaf.beg.f$a_.mouseReleased(f$a_.java:4)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at
com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:89)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:41)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:158)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
at java.awt.Dialog$1.run(Dialog.java:540)
at java.awt.Dialog.show(Dialog.java:561)
at com.intellij.openapi.a.b.a$c_.show(a$c_.java:14)
at com.intellij.openapi.a.b.a.show(a.java:125)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:711)
at com.intellij.execution.b.d.actionPerformed(d.java:0)
at com.intellij.openapi.actionSystem.impl.h$b_.actionPerformed(h$b_.java:8)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
at com.intellij.openapi.actionSystem.impl.h.fireActionPerformed(h.java:56)
at com.intellij.ui.plaf.beg.f.doClick(f.java:125)
at com.intellij.ui.plaf.beg.f.access$300(f.java:250)
at com.intellij.ui.plaf.beg.f$a_.mouseReleased(f$a_.java:4)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at
com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:89)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:41)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:158)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Please sign in to leave a comment.
It doesn't work with the newew EAPs, the API has been changed slightly.
I'm working on a version supporting Irida but it will take some time
before it is finished.
/magnus
Mark Derricutt wrote:
Magnus Johansson wrote:
Cool - talk about bad timing to try it out then ;P
I need it greatly. Hope it'll be soon.