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

Exception during the update

From: Ivan S. Dubrov <WFrag_at_yandex.ru>
Date: 2005-02-08 12:10:13 CET

Hello,

During the update I've received NullPointerException.

I do not know exactly how to reproduce it, I have launched two Eclipse copies, made and commit changes in one Eclipse copy and tried to update in another Eclipse copy. The result was the exception below.

Exception:

java.lang.NullPointerException
        at org.tigris.subversion.subclipse.core.client.OperationManager.onNotify(OperationManager.java:134)
        at org.tigris.subversion.svnclientadapter.SVNNotificationHandler.notifyListenersOfChange(SVNNotificationHandler.java:185)
        at org.tigris.subversion.svnclientadapter.javahl.JhlNotificationHandler.onNotify(JhlNotificationHandler.java:189)
        at org.tigris.subversion.javahl.SVNClient.update(Native Method)
        at org.tigris.subversion.javahl.SVNClientSynchronized.update(SVNClientSynchronized.java:315)
        at org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.update(JhlClientAdapter.java:887)
        at org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run(UpdateResourcesCommand.java:52)
        at org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(UpdateOperation.java:55)
        at org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:68)
        at org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
        at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:159)
        at org.eclipse.team.internal.ui.actions.JobRunnableContext$3.runInWorkspace(JobRunnableContext.java:179)
        at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Received on Tue Feb 8 22:10:13 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.