[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Exception while syncing

From: Bharath Thirunavukkarasu <bharath_at_mvalent.com>
Date: 2005-12-19 17:35:53 CET

When synchronizing with code repository I get the following exception
and the synchronize view is not being displayed. Iam using subclipse
0.9.37.

Any idea?

 

java.lang.NullPointerException

            at
org.tigris.subversion.subclipse.core.SVNTeamProvider.setProject(SVNTeamP
rovider.java:145)

            at
org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvid
er.java:177)

            at
org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryP
rovider.java:206)

            at
org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.
java:488)

            at
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.roots(S
VNWorkspaceSubscriber.java:100)

            at
org.eclipse.team.internal.ui.synchronize.SubscriberParticipantPage.initi
alizeCollector(SubscriberParticipantPage.java:100)

            at
org.eclipse.team.internal.ui.synchronize.SubscriberParticipantPage.<init
>(SubscriberParticipantPage.java:57)

            at
org.eclipse.team.ui.synchronize.SubscriberParticipant.createPage(Subscri
berParticipant.java:102)

            at
org.eclipse.team.internal.ui.synchronize.SynchronizeView.doCreatePage(Sy
nchronizeView.java:162)

            at
org.eclipse.ui.part.PageBookView.createPage(PageBookView.java:315)

            at
org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:613)

            at
org.eclipse.team.internal.ui.synchronize.SynchronizeView.display(Synchro
nizeView.java:338)

            at
org.eclipse.team.internal.ui.synchronize.SynchronizeView.updateForExisti
ngParticipants(SynchronizeView.java:424)

            at
org.eclipse.team.internal.ui.synchronize.SynchronizeView.createPartContr
ol(SynchronizeView.java:381)

            at
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.jav
a:305)

            at
org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180)

            at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartRefe
rence.java:552)

            at
org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)

            at
org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:512)

            at
org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Present
ablePart.java:126)

            at
org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(
PresentablePartFolder.java:268)

            at
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(Le
ftToRightTabOrder.java:65)

            at
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selec
tPart(TabbedStackPresentation.java:391)

            at
org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack
.java:1102)

            at
org.eclipse.ui.internal.PartStack.createControl(PartStack.java:591)

            at
org.eclipse.ui.internal.PartStack.createControl(PartStack.java:528)

            at
org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContaine
r.java:485)

            at
org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.jav
a:230)

            at
org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:813)

            at
org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2165
)

            at
org.eclipse.ui.internal.WorkbenchWindow$5.run(WorkbenchWindow.java:2356)

            at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)

            at
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.ja
va:2338)

            at
org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.jav
a:1861)

            at
org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566)

            at
org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2515)

            at
org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514)

            at
org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263)

            at
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext
.java:346)

            at
org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)

            at
org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialo
g.java:447)

            at
org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:
1258)

            at
org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1512)

            at
org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1491)

            at
org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374)

            at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.
java:1044)

            at org.eclipse.core.runtime.Platform.run(Platform.java:783)

            at
org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1318)

            at
org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfig
urer.java:183)

            at
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor
.java:700)

            at
org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)

            at
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)

            at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:3
67)

            at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)

            at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)

            at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActiva
tor.java:226)

            at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
376)

            at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
163)

            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.core.launcher.Main.invokeFramework(Main.java:334)

            at org.eclipse.core.launcher.Main.basicRun(Main.java:278)

            at org.eclipse.core.launcher.Main.run(Main.java:973)

            at org.eclipse.core.launcher.Main.main(Main.java:948)

 

Regards

Bharath
Received on Tue Dec 20 03:35:53 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.