Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 68185 - CVS refresh branch throws numerous NPEs to log
Summary: CVS refresh branch throws numerous NPEs to log
Status: RESOLVED DUPLICATE of bug 65415
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-22 11:45 EDT by Lance Phillips CLA
Modified: 2004-06-22 13:13 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 Lance Phillips CLA 2004-06-22 11:45:13 EDT
When performing a refresh branch in RC1 get numerous NPEs to the log as well 
as error dialogs.  Process does not seem to complete for large numbers of 
projects.  We had to refresh our projects in batches as selecting all would 
not complete (We have 250ish projects).

!ENTRY org.eclipse.ui 4 4 Jun 22, 2004 09:00:08.16
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Jun 22, 2004 09:00:08.16
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
	!ENTRY org.eclipse.ui 4 4 Jun 22, 2004 09:00:09.813
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Jun 22, 2004 09:00:09.813
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable 
(java.lang.NullPointerException)
	at org.eclipse.swt.SWT.error(SWT.java:2691)
	at org.eclipse.swt.SWT.error(SWT.java:2616)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:109)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
	at org.eclipse.jface.window.Window.open(Window.java:648)
	at 
org.eclipse.team.internal.ccvs.ui.repo.RefreshRemoteProjectWizard.execute
(RefreshRemoteProjectWizard.java:68)
	at org.eclipse.team.internal.ccvs.ui.repo.RefreshTagsAction.execute
(RefreshTagsAction.java:26)
	at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run
(CVSAction.java:70)
	at org.eclipse.ui.actions.ActionDelegate.runWithEvent
(ActionDelegate.java:71)
	at org.eclipse.ui.internal.PluginAction.runWithEvent
(PluginAction.java:266)
	at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:915)
	at org.eclipse.jface.action.ActionContributionItem.access$2
(ActionContributionItem.java:866)
	at org.eclipse.jface.action.ActionContributionItem$7.handleEvent
(ActionContributionItem.java:785)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2716)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2382)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:253)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:96)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:334)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:273)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:128)
	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:638)
	at org.eclipse.core.launcher.Main.main(Main.java:622)
!ENTRY org.eclipse.ui 4 4 Jun 22, 2004 09:00:09.828
!MESSAGE *** SWT nested exception
!ENTRY org.eclipse.ui 4 0 Jun 22, 2004 09:00:09.828
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
	at org.eclipse.ui.internal.progress.AnimationManager$1.runInUIThread
(AnimationManager.java:70)
	at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:87)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
	at org.eclipse.jface.window.Window.open(Window.java:648)
	at 
org.eclipse.team.internal.ccvs.ui.repo.RefreshRemoteProjectWizard.execute
(RefreshRemoteProjectWizard.java:68)
	at org.eclipse.team.internal.ccvs.ui.repo.RefreshTagsAction.execute
(RefreshTagsAction.java:26)
	at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run
(CVSAction.java:70)
	at org.eclipse.ui.actions.ActionDelegate.runWithEvent
(ActionDelegate.java:71)
	at org.eclipse.ui.internal.PluginAction.runWithEvent
(PluginAction.java:266)
	at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:915)
	at org.eclipse.jface.action.ActionContributionItem.access$2
(ActionContributionItem.java:866)
	at org.eclipse.jface.action.ActionContributionItem$7.handleEvent
(ActionContributionItem.java:785)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2716)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2382)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:253)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:96)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:334)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:273)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:128)
	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:638)
	at org.eclipse.core.launcher.Main.main(Main.java:622)STACK TRACES:
Comment 1 Tod Creasey CLA 2004-06-22 13:13:20 EDT

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