Bug 465812 - NumberFormatException while performing "Synchronize with repository" [ID-FE6ZC]
Summary: NumberFormatException while performing "Synchronize with repository" [ID-FE6ZC]
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Connectors (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X
: P3 major (vote)
Target Milestone: 4.5.0   Edit
Assignee: Alexander Gurov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 468201 468619 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-29 09:51 EDT by Thorsten Heit CLA
Modified: 2015-05-28 15:59 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Heit CLA 2015-04-29 09:51:24 EDT
Version:	3.0.0.I20150317-1700

SVN Client:	org.eclipse.team.svn.connector.javahl18 5.0.0.I20150317-1700 svn:1.8.13 (r1667537)
jni:0.9.0

JVM Properties:
{java.runtime.name=Java(TM) SE Runtime Environment, java.runtime.version=1.8.0_45-b14, java.vendor=Oracle Corporation, line.separator= , java.class.version=52.0, os.name=Mac OS X, os.arch=x86_64, user.country=DE, os.version=10.10.3, eclipse.commands=-os macosx -ws cocoa -arch x86_64 -showsplash -launcher /Applications/Eclipse.app/Contents/MacOS/eclipse -name Eclipse --launcher.library /Applications/Eclipse.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20150320-0346/eclipse_1608.so -startup /Applications/Eclipse.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.appendVmargs -keyring /Users/thorsten/.eclipse_keyring -showlocation -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib , java.version=1.8.0_45, file.separator=/, java.vm.info=mixed mode, path.separator=:, user.timezone=Europe/Berlin, user.language=de, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=UTF-8}

java.lang.NumberFormatException: For input string: ""
java.lang.NumberFormatException: For input string: ""
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Integer.parseInt(Integer.java:592)
	at java.lang.Integer.parseInt(Integer.java:615)
	at org.eclipse.team.svn.core.svnstorage.AbstractSVNStorage.repositoryResourceFromBytes(AbstractSVNStorage.java:413)
	at org.eclipse.team.svn.core.svnstorage.AbstractSVNStorage.repositoryResourceFromBytes(AbstractSVNStorage.java:375)
	at org.eclipse.team.svn.core.svnstorage.SVNRemoteStorage.resourceChangeFromBytes(SVNRemoteStorage.java:368)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber$1.visit(AbstractSVNSubscriber.java:272)
	at org.eclipse.team.svn.core.synchronize.PersistentRemoteStatusCache.traverseImpl(PersistentRemoteStatusCache.java:121)
	at org.eclipse.team.svn.core.synchronize.PersistentRemoteStatusCache.traverse(PersistentRemoteStatusCache.java:115)
	at org.eclipse.team.svn.core.synchronize.PersistentRemoteStatusCache.traverse(PersistentRemoteStatusCache.java:109)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber.clearRemoteStatusesImpl(AbstractSVNSubscriber.java:270)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber.clearRemoteStatusesImpl(AbstractSVNSubscriber.java:265)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber.clearRemoteStatuses(AbstractSVNSubscriber.java:249)
	at org.eclipse.team.svn.ui.operation.ClearUpdateStatusesOperation.runImpl(ClearUpdateStatusesOperation.java:45)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:82)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:99)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:82)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:40)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.ui.utility.WorkspaceModifyCancellableOperationWrapper.execute(WorkspaceModifyCancellableOperationWrapper.java:58)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:108)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2241)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:130)
	at org.eclipse.team.svn.ui.utility.SVNTeamOperationWrapper.run(SVNTeamOperationWrapper.java:35)
	at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:144)
	at org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Comment 1 Alexander Gurov CLA 2015-05-28 10:57:43 EDT
*** Bug 468619 has been marked as a duplicate of this bug. ***
Comment 2 Alexander Gurov CLA 2015-05-28 10:58:26 EDT
*** Bug 468201 has been marked as a duplicate of this bug. ***
Comment 3 Alexander Gurov CLA 2015-05-28 15:59:52 EDT
Fixed.