It's all about the answers!

Ask a question

Team Dashboard - NullPointerException


Leshek Fiedorowicz (312) | asked Apr 17 '15, 1:42 p.m.
My Team Dashboard pane in Eclipse client suddenly started to give me the below exception.  Any ides how to get it to come up again?  

 java.lang.NullPointerException
at com.ibm.team.feed.ui.internal.dashboard.FeedSection.getDefaultContentSize(Unknown Source)
at com.ibm.team.jface.internal.dashboard.views.SectionPart.setSectionExpanded(Unknown Source)
at com.ibm.team.jface.internal.dashboard.views.SectionPart.<init>(Unknown Source)
at com.ibm.team.jface.internal.dashboard.views.SectionsManager.addSection(Unknown Source)
at com.ibm.team.jface.internal.dashboard.views.SectionsManager.switchToPerspective(Unknown Source)
at com.ibm.team.jface.internal.dashboard.views.SectionsManager.createSections(Unknown Source)
at com.ibm.team.jface.internal.dashboard.views.TeamCentralView.createPartControl(Unknown Source)
at org.eclipse.ui.internal.ViewReference.createPartHelper(Unknown Source)
at org.eclipse.ui.internal.ViewReference.createPart(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(Unknown Source)
at org.eclipse.ui.internal.Perspective.showView(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPage.busyShowView(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPage$20.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPage.showView(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPage.showView(Unknown Source)
at org.eclipse.ui.handlers.ShowViewHandler.openView(Unknown Source)
at org.eclipse.ui.handlers.ShowViewHandler.execute(Unknown Source)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(Unknown Source)
at org.eclipse.core.commands.Command.executeWithChecks(Unknown Source)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Unknown Source)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(Unknown Source)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(Unknown Source)
at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(Unknown Source)
at org.eclipse.ui.menus.CommandContributionItem.access$19(Unknown Source)
at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
at org.eclipse.ui.internal.Workbench.access$4(Unknown Source)
at org.eclipse.ui.internal.Workbench$7.run(Unknown Source)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Unknown Source)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
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(Unknown Source)
at org.eclipse.equinox.launcher.Main.basicRun(Unknown Source)
at org.eclipse.equinox.launcher.Main.run(Unknown Source)
at org.eclipse.equinox.launcher.Main.main(Unknown Source)

Accepted answer


permanent link
Glenn Bardwell (58621527) | answered Apr 24 '15, 11:11 a.m.
JAZZ DEVELOPER
Perhaps there's an issue with the workspace metadata. Try creating a new workspace. Open it. Connect to the repository etc.  Are you able to see the Team Dashboard now?
Leshek Fiedorowicz selected this answer as the correct answer

Comments
Leshek Fiedorowicz commented Apr 30 '15, 11:05 a.m.

 Creating a fresh local workspace helped, thanks Glenn!

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.