Bug 154617 - BuildReport tool fails to generate build notes
Summary: BuildReport tool fails to generate build notes
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Aaron Ferguson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 146820
  Show dependency tree
 
Reported: 2006-08-21 17:15 EDT by Paul Webster CLA
Modified: 2006-09-13 15:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Webster CLA 2006-08-21 17:15:06 EDT
When running the report tool for tomorrow I-build, it failed.  First an NPE in getMap() and then one in outputReport().

java.lang.reflect.InvocationTargetException
        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350)
        at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:854)
        at org.eclipse.releng.tools.GetBugsOperation.run(GetBugsOperation.java:61)
        at org.eclipse.releng.tools.BuildNotesPage.setVisible(BuildNotesPage.java:326)
        at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1059)
        at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1041)
        at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1031)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
        at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1029)
        at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:760)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:351)
        at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3191)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2867)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
        at org.eclipse.jface.window.Window.open(Window.java:796)
        at org.eclipse.releng.tools.ReleaseWizard.execute(ReleaseWizard.java:122)
        at org.eclipse.releng.tools.TagAndReleaseAction.execute(TagAndReleaseAction.java:35)
        at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:120)
        at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:244)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
... blah blah blah
Caused by: java.lang.NullPointerException
        at org.eclipse.releng.tools.GetBugsOperation.getMap(GetBugsOperation.java:131)
        at org.eclipse.releng.tools.GetBugsOperation$1.run(GetBugsOperation.java:74)
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)




That probably killed processing, and then in the .log you get:
java.lang.NullPointerException
	at org.eclipse.releng.tools.BuildNotesPage.outputReport(BuildNotesPage.java:396)
	at org.eclipse.releng.tools.BuildNotesPage.setVisible(BuildNotesPage.java:327)
	at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1059)
	at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1041)
	at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1031)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
	at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1029)
	at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:760)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:351)
	at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3191)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2867)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
	at org.eclipse.jface.window.Window.open(Window.java:796)
	at org.eclipse.releng.tools.ReleaseWizard.execute(ReleaseWizard.java:122)
	at org.eclipse.releng.tools.TagAndReleaseAction.execute(TagAndReleaseAction.java:35)
	at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:120)
	at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:244)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3191)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2867)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
	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.invokeFramework(Main.java:336)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
	at org.eclipse.core.launcher.Main.run(Main.java:977)
	at org.eclipse.core.launcher.Main.main(Main.java:952)


PW
Comment 1 Aaron Ferguson CLA 2006-09-13 15:44:49 EDT
Fixed in latest patch.  See bug 146820.

AF