Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Fwd: [Bug 303045] New: [ui] NoSuchMethodError when performing "Install New Software..."

I'm not quite sure how this happened, but I think we will have to get a rebuild going.
However since things have changed in HEAD we will have to be careful on what we decide to ship.
I'm on IRC.

PaScaL

Begin forwarded message:

Date: February 17, 2010 6:23:00 AM EST
Subject: [Bug 303045] New: [ui] NoSuchMethodError when performing "Install New Software..."

https://bugs.eclipse.org/bugs/show_bug.cgi?id=303045
Product/Component: Equinox / p2

          Summary: [ui] NoSuchMethodError when performing "Install New
                   Software..."
   Classification: RT
          Product: Equinox
          Version: 3.6
         Platform: PC
       OS/Version: Windows XP
           Status: NEW
         Severity: major
         Priority: P3
        Component: p2
       AssignedTo: equinox.p2-inbox@xxxxxxxxxxx
       ReportedBy: BCabe@xxxxxxxxxxxxxxxxxx


I updated to latest I-build (I20100216-2200), in which p2 seems to be severely
broken :-(
It's impossible to launch the "Install New Software" wizard, because of the
following error.

FWIW, a vanilla I20100216-2200 Win32 build produces the same error.


java.lang.NoSuchMethodError:
org.eclipse.equinox.p2.ui.ProvisioningUI.openInstallWizard(Lorg/eclipse/swt/widgets/Shell;[Lorg/eclipse/equinox/p2/metadata/IInstallableUnit;Lorg/eclipse/equinox/p2/operations/InstallOperation;Lorg/eclipse/equinox/p2/ui/LoadMetadataRepositoryJob;)I
at
org.eclipse.equinox.internal.p2.ui.sdk.InstallNewSoftwareHandler.doExecute(InstallNewSoftwareHandler.java:31)
at
org.eclipse.equinox.internal.p2.ui.sdk.PreloadingRepositoryHandler.doExecuteAndLoad(PreloadingRepositoryHandler.java:70)
at
org.eclipse.equinox.internal.p2.ui.sdk.PreloadingRepositoryHandler.execute(PreloadingRepositoryHandler.java:40)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at
org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at
org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at
org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at
org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:820)
at
org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:806)
at
org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:796)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1050)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4010)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3601)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2407)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2371)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2220)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:611)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:566)
at org.eclipse.equinox.launcher.Main.run(Main.java:1363)

--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top