java.lang.NoClassDefFoundError: wfplugins/common/ActionHelper at wfplugins.wftools.actions.AbstractOpenLogAction.update(AbstractOpenLogAction.java:65) at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:68) at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:8) at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:276) at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.(ActionToolbarImpl.java:222)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.createActionToolbar(ActionManagerImpl.java:295)
at com.intellij.openapi.wm.impl.IdeRootPane.a(IdeRootPane.java:51)
at com.intellij.openapi.wm.impl.IdeRootPane.updateToolbar(IdeRootPane.java:4)
at com.intellij.openapi.wm.impl.IdeRootPane.(IdeRootPane.java:80)
at com.intellij.openapi.wm.impl.IdeFrame.]]>(IdeFrame.java:20) at com.intellij.openapi.wm.impl.WindowManagerImpl.showFrame(WindowManagerImpl.java:42) at com.intellij.idea.IdeaApplication$IdeStarter.main(IdeaApplication.java:5) at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:14) at com.intellij.idea.Main$3.run(Main.java) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:41) at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:8) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:174) 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) 2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 6.0.2 Beta Build #6041 2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.5.0_08 2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - VM: Java HotSpot(TM) Client VM 2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc. 2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - OS: Windows XP 2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - Last Action:
It looks like this release breaks plugin dependencies, so classes defined in dependent plugins are not available to the depending plugin's class loader. Is that true?
It looks like this release breaks plugin dependencies, so classes defined in dependent plugins are not available to the depending plugin's class loader. Is that true?
Hello Boaz,
There must be exceptions in log file. Could you please attach one?
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yes, thanks.
The end of attached file:
java.lang.NoClassDefFoundError: wfplugins/common/ActionHelper
at wfplugins.wftools.actions.AbstractOpenLogAction.update(AbstractOpenLogAction.java:65)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:68)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:8)
at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:276)
at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.(ActionToolbarImpl.java:222) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.createActionToolbar(ActionManagerImpl.java:295) at com.intellij.openapi.wm.impl.IdeRootPane.a(IdeRootPane.java:51) at com.intellij.openapi.wm.impl.IdeRootPane.updateToolbar(IdeRootPane.java:4) at com.intellij.openapi.wm.impl.IdeRootPane.(IdeRootPane.java:80) at com.intellij.openapi.wm.impl.IdeFrame.]]>(IdeFrame.java:20)
at com.intellij.openapi.wm.impl.WindowManagerImpl.showFrame(WindowManagerImpl.java:42)
at com.intellij.idea.IdeaApplication$IdeStarter.main(IdeaApplication.java:5)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:14)
at com.intellij.idea.Main$3.run(Main.java)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:41)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:8)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:174)
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)
2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 6.0.2 Beta Build #6041
2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.5.0_08
2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - VM: Java HotSpot(TM) Client VM
2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - OS: Windows XP
2006-10-11 18:45:09,562 ERROR - com.intellij.ide.IdeEventQueue - Last Action:
Attachment(s):
idea.log
Plugin problem, wipe out ~./IntelliJIdea60/config/plugins directory and try again.
It looks like this release breaks plugin dependencies, so classes defined in dependent plugins are not available to the depending plugin's class loader. Is that true?
Hello Keith,
Indeed.
The fix will be available in nearest EAP. Thanks a lot for reporting.
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"