- This topic has 2 replies, 2 voices, and was last updated 19 years, 2 months ago by Scott Anderson.
-
AuthorPosts
-
RealOps DevelopmentMemberHello,
I purchased a 2-seat MyEclipse subscription in Dec ’04. I’m using one license, running MyEclipse 3.8.4 / Eclipse 3.1 M6, and it seems to run fine. A coworker attempted to install MyEclipse 4.0 on Eclipse 3.1 (Build id: ), and saw the error described below.
OS: Mac OS X 10.4.2
JAVA VERSION: 1.4.2_07
ECLIPSE VERSION: 3.1.0 (Build id: 200412162000)
MYECLIPSE VERSION: 4.0.0 GA (Build Id: 20050829-4.0.0-GA)1) Selected MyEclipse > Update Subscription
2) Entered subscription info in “Subscriber” and “Subscription Code” fields
3) Clicked “Finish”
4) Saw error:“Creation of element failed.
org.eclipse.ui.activities.IWorkbenchActivitySupport.createWorkingCopy()Lorg/eclipse/ui/activities/IMutableActivityManager;”
Eclipse log reported:
!ENTRY org.eclipse.jdt.ui 4 10001 2005-09-15 10:58:27.119
!MESSAGE Internal Error
!STACK 0
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:335)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:269)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:824)
at com.genuitec.eclipse.core.portability.NewElementWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:670)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:342)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:543)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1232)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1256)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1241)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1089)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2900)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2568)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:718)
at org.eclipse.jface.window.Window.open(Window.java:696)
at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:244)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:220)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:419)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1232)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1256)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1241)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1089)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2900)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2568)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1569)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1540)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:285)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:220)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:710)
at org.eclipse.core.launcher.Main.main(Main.java:694)
Caused by: java.lang.NoSuchMethodError: org.eclipse.ui.activities.IWorkbenchActivitySupport.createWorkingCopy()Lorg/eclipse/ui/activities/IMutableActivityManager;
at com.genuitec.eclipse.core.LicenseUtil.storeKey(Unknown Source)
at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizard.finishPage(Unknown Source)
at com.genuitec.eclipse.core.portability.NewElementWizard$2.run(Unknown Source)
at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:34)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:700)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674)
at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3672)
at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:65)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:322)
… 44 more
Root exception:
java.lang.NoSuchMethodError: org.eclipse.ui.activities.IWorkbenchActivitySupport.createWorkingCopy()Lorg/eclipse/ui/activities/IMutableActivityManager;
at com.genuitec.eclipse.core.LicenseUtil.storeKey(Unknown Source)
at com.genuitec.eclipse.core.ui.wizard.UpdateLicenseWizard.finishPage(Unknown Source)
at com.genuitec.eclipse.core.portability.NewElementWizard$2.run(Unknown Source)
at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:34)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:700)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1674)
at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3672)
at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:65)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:322)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:269)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:824)
at com.genuitec.eclipse.core.portability.NewElementWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:670)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:342)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:543)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1232)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1256)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1241)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1089)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2900)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2568)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:718)
at org.eclipse.jface.window.Window.open(Window.java:696)
at com.genuitec.eclipse.core.ui.action.UpdateLicenseActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:244)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:220)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:419)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1232)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1256)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1241)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1089)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2900)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2568)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1569)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1540)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:285)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:220)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:710)
at org.eclipse.core.launcher.Main.main(Main.java:694)Thank you,
Scott
RealOps DevelopmentMemberIf you need the subscription key details, please contact me at the email address on my MyEclipse account.
–Scott
Scott AndersonParticipantScott,
Caused by: java.lang.NoSuchMethodError: org.eclipse.ui.activities.IWorkbenchActivitySupport.createWorkingCopy()Lorg/eclipse/ui/activities/IMutableActivityManager;
The problem is that the version of Eclipse 3.1 that’s installed is not the final version, but an early milestone build. You’ll need to install a a separate instance of Eclipse 3.1 final and MyEclipse 4.0GA for it to work properly.
-
AuthorPosts