Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Subversive Exception
Subversive Exception [message #12294] Mon, 21 January 2008 20:55 Go to next message
Steve Whatmore is currently offline Steve WhatmoreFriend
Messages: 95
Registered: July 2009
Member
During the course of tracking down another problem one of our developers
noticed the following stack trace (actually occuring multiple multiple
times) and we were wondering if this is an exception we can safely ignore or
does this indicate a bigger problem that needs to be looked at.

Thanks in advance.

Whatty

!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.team.core".
!STACK 0
java.lang.NullPointerException
at
org.eclipse.team.internal.core.subscribers.SubscriberResourc eCollector.isDescendantOfRoot(SubscriberResourceCollector.ja va:230)
at
org.eclipse.team.internal.core.subscribers.SubscriberResourc eCollector.subscriberResourceChanged(SubscriberResourceColle ctor.java:65)
at org.eclipse.team.core.subscribers.Subscriber$1.run(Subscribe r.java:287)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at
org.eclipse.team.core.subscribers.Subscriber.fireTeamResourc eChange(Subscriber.java:281)
at
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscr iber.internalResourceChanged(SVNWorkspaceSubscriber.java:317 )
at
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscr iber.resourceSyncInfoChanged(SVNWorkspaceSubscriber.java:303 )
at
org.tigris.subversion.subclipse.core.SVNProviderPlugin$1.run (SVNProviderPlugin.java:251)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.broad castSyncInfoChanges(SVNProviderPlugin.java:258)
at
org.tigris.subversion.subclipse.core.resourcesListeners.Sync FileChangeListener$ChangesCollector.refreshProjectFolders(Sy ncFileChangeListener.java:316)
at
org.tigris.subversion.subclipse.core.resourcesListeners.Sync FileChangeListener$1.run(SyncFileChangeListener.java:293)
at
org.tigris.subversion.subclipse.core.SVNProviderPlugin$6.run (SVNProviderPlugin.java:485)
at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1797)
at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(S VNProviderPlugin.java:480)
at
org.tigris.subversion.subclipse.core.resourcesListeners.Sync FileChangeListener$ChangesCollector.refreshChangedResources( SyncFileChangeListener.java:291)
at
org.tigris.subversion.subclipse.core.resourcesListeners.Sync FileChangeListener.resourceChanged(SyncFileChangeListener.ja va:142)
at
org.eclipse.core.internal.events.NotificationManager$2.run(N otificationManager.java:282)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at
org.eclipse.core.internal.events.NotificationManager.notify( NotificationManager.java:276)
at
org.eclipse.core.internal.events.NotificationManager.broadca stChanges(NotificationManager.java:148)
at
org.eclipse.core.internal.resources.Workspace.broadcastBuild Event(Workspace.java:295)
at
org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBu ildJob.java:133)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJ ob.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Re: Subversive Exception [message #12318 is a reply to message #12294] Fri, 25 January 2008 10:56 Go to previous message
Eclipse UserFriend
Originally posted by: alexander.gurov.polarion.org

Dear Steve,

As I see the stack trace relates to Subclipse, not to Subversive:

.........
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscr iber.internalResourceChanged(SVNWorkspaceSubscriber.java:317 )
.........
Previous Topic:JavaHL on Linux
Next Topic:Not automatically add new files
Goto Forum:
  


Current Time: Thu Apr 25 11:47:37 GMT 2024

Powered by FUDForum. Page generated in 0.03178 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top