Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 315544

Summary: IndexOutOfBoundsException during cache update
Product: [Technology] Subversive Reporter: Igor Burilo <igor.burilo>
Component: CoreAssignee: Igor Burilo <igor.burilo>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Igor Burilo CLA 2010-06-03 05:19:23 EDT
After commit I got following error:

SVN: '0x00000023: Update SVN Cache' operation finished with error: Index: 0, Size: 0
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.LinkedList.entry(LinkedList.java:368)
	at java.util.LinkedList.remove(LinkedList.java:360)
	at org.eclipse.team.svn.core.svnstorage.SVNRemoteStorage$5.runImpl(SVNRemoteStorage.java:816)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:39)
	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.core.utility.ProgressMonitorUtility$1$1.run(ProgressMonitorUtility.java:60)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility$1.run(ProgressMonitorUtility.java:58)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Version:	0.7.9.I20100528-1600

SVN Client:	org.eclipse.team.svn.connector.svnkit16 2.2.2.I20100512-1900 SVN/1.6.6 SVNKit/1.3.2 (http://svnkit.com/) r6267

JVM Properties:
{java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition, java.runtime.version=1.5.0_05-b05, java.vendor=Sun Microsystems Inc., line.separator=
 , java.class.version=49.0, os.name=Windows NT (unknown), os.arch=x86, user.country=RU, os.version=6.1, eclipse.commands=-os win32 -ws win32 -arch x86 -showsplash D:\Runtime-Programs\eclipse\eclipse-rcp-galileo-SR2\\plugins\org.eclipse.platform_3.3.202.v201002111343\splash.bmp -launcher D:\Runtime-Programs\eclipse\eclipse-rcp-galileo-SR2\eclipse.exe -name Eclipse --launcher.library D:\Runtime-Programs\eclipse\eclipse-rcp-galileo-SR2\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll -startup D:\Runtime-Programs\eclipse\eclipse-rcp-galileo-SR2\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -product org.eclipse.epp.package.rcp.product -vm C:\Program Files (x86)\Java\jre1.5.0_05\bin\client\jvm.dll , java.version=1.5.0_05, osgi.framework.version=3.5.2.R35x_v20100126, file.separator=\, java.vm.info=mixed mode, path.separator=;, user.timezone=GMT, user.language=ru, java.vm.name=Java HotSpot(TM) Client VM, file.encoding=Cp1251}
Comment 1 Alexander Gurov CLA 2011-03-26 02:36:41 EDT
Fixed.