Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 366360 - ID-IHI45
Summary: ID-IHI45
Status: RESOLVED WORKSFORME
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Igor Burilo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-12 04:03 EST by Finn Johnsen CLA
Modified: 2012-01-28 04:58 EST (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 Finn Johnsen CLA 2011-12-12 04:03:17 EST
Version:	0.7.9.I20111123-1700

SVN Client:	org.eclipse.team.svn.connector.svnkit16 2.2.2.I20111119-1700 SVN/1.6.17 SVNKit/1.3.6-v1 (http://svnkit.com/) r7998_v20111004_1436

JVM Properties:
{java.runtime.name=Java(TM) SE Runtime Environment, java.runtime.version=1.6.0_26-b03, java.vendor=Sun Microsystems Inc., line.separator= , java.class.version=50.0, os.name=Linux, os.arch=amd64, user.country=US, os.version=2.6.35-30-generic, eclipse.commands=-os linux -ws gtk -arch x86_64 -showsplash -launcher /opt/springsource/sts-2.8.1.RELEASE/STS -name STS --launcher.library /opt/springsource/sts-2.8.1.RELEASE//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so -startup /opt/springsource/sts-2.8.1.RELEASE//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.overrideVmargs -exitdata e83000e -product com.springsource.sts.ide -vm /usr/bin/java , java.version=1.6.0_26, osgi.framework.version=3.7.1.R37x_v20110808-1106, file.separator=/, java.vm.info=mixed mode, path.separator=:, user.timezone=Europe/Oslo, user.language=en, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=UTF-8}

java.lang.NoClassDefFoundError: org/eclipse/core/internal/resources/Resource$2
java.lang.NoClassDefFoundError: org/eclipse/core/internal/resources/Resource$2
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:104)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:95)
	at org.eclipse.core.internal.resources.Synchronizer$1.run(Synchronizer.java:91)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
	at org.eclipse.core.internal.resources.Synchronizer.flushSyncInfo(Synchronizer.java:94)
	at org.eclipse.team.core.variants.PersistantResourceVariantByteStore.flushBytes(PersistantResourceVariantByteStore.java:95)
	at org.eclipse.team.svn.core.synchronize.PersistentRemoteStatusCache.flushBytes(PersistentRemoteStatusCache.java:92)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber.clearRemoteStatusesImpl(AbstractSVNSubscriber.java:224)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber.clearRemoteStatusesImpl(AbstractSVNSubscriber.java:210)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber.clearRemoteStatuses(AbstractSVNSubscriber.java:194)
	at org.eclipse.team.svn.ui.operation.ClearUpdateStatusesOperation.runImpl(ClearUpdateStatusesOperation.java:45)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:95)
	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.ui.utility.WorkspaceModifyCancellableOperationWrapper.execute(WorkspaceModifyCancellableOperationWrapper.java:58)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
	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:38)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Alexander Gurov CLA 2012-01-28 04:58:22 EST
Since the absent class is a part of Eclipse Platform core services, it seems the installation of the product you have is broken in some way and it just happened to be reported as part of Subversive workflow:

java.lang.NoClassDefFoundError: org/eclipse/core/internal/resources/Resource$2

I think it would be better to ask the product developers about the issue.