Bug 78374 - IllegalArgumentException on Install 'Finish'
Summary: IllegalArgumentException on Install 'Finish'
Status: RESOLVED DUPLICATE of bug 78356
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Dorian Birsan CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 78376 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-11 04:34 EST by Christof Marti CLA
Modified: 2004-11-11 10:10 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christof Marti CLA 2004-11-11 04:34:51 EST
I200411101000

Found the following when clicking Finish in the Install dialog. The dialog does
not close.

java.lang.IllegalArgumentException
	at org.eclipse.core.internal.runtime.ListenerList.remove(ListenerList.java:135)
	at org.eclipse.core.internal.jobs.JobListeners.remove(JobListeners.java:147)
	at
org.eclipse.core.internal.jobs.JobManager.removeJobChangeListener(JobManager.java:731)
	at
org.eclipse.update.internal.ui.wizards.InstallWizard.launchInBackground(InstallWizard.java:377)
	at
org.eclipse.update.internal.ui.wizards.InstallWizard.performFinish(InstallWizard.java:144)
	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:818)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2803)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2448)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:718)
	at org.eclipse.jface.window.Window.open(Window.java:696)
	at
org.eclipse.update.internal.ui.wizards.ResizableInstallWizardDialog.open(ResizableInstallWizardDialog.java:60)
	at org.eclipse.update.ui.UpdateManagerUI.openInstaller(UpdateManagerUI.java:52)
	at
org.eclipse.ui.internal.ide.update.InstallWizardAction$1.run(InstallWizardAction.java:47)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at
org.eclipse.ui.internal.ide.update.InstallWizardAction.openInstaller(InstallWizardAction.java:45)
	at
org.eclipse.ui.internal.ide.update.InstallWizardAction.run(InstallWizardAction.java:41)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:298)
	at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:221)
	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:818)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2803)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2448)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1537)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1508)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:277)
	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:335)
	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)
Comment 1 Dorian Birsan CLA 2004-11-11 10:07:35 EST
*** Bug 78376 has been marked as a duplicate of this bug. ***
Comment 2 Dorian Birsan CLA 2004-11-11 10:10:23 EST
dup of 78356. I will make the change as per John's comments.

*** This bug has been marked as a duplicate of 78356 ***