Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 366651 - ID-MBFCF
Summary: ID-MBFCF
Status: CLOSED DUPLICATE of bug 369217
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-13 19:03 EST by Bruce CLA
Modified: 2012-01-28 04:53 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 Bruce CLA 2011-12-13 19:03:23 EST
Version:	0.7.9.I20110207-1700

SVN Client:	org.eclipse.team.svn.connector.svnkit16 2.2.2.I20110124-1700 SVN/1.6.15 SVNKit/1.3.5 (http://svnkit.com/) r7406

JVM Properties:
{java.runtime.name=Java(TM) SE Runtime Environment, java.runtime.version=1.6.0_18-b07, java.vendor=Sun Microsystems Inc., line.separator= , java.class.version=50.0, os.name=Linux, os.arch=i386, user.country=AU, os.version=2.6.32-36-generic-pae, eclipse.commands=-os linux -ws gtk -arch x86 -showsplash -launcher /usr/java/eclipse/eclipse -name Eclipse --launcher.library /usr/java/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/eclipse_1310.so -startup /usr/java/eclipse//plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -exitdata 35801c -clean -vm /usr/java/jdk1.6.0_18/bin/java , java.version=1.6.0_18, osgi.framework.version=3.6.2.R36x_v20110210, file.separator=/, java.vm.info=mixed mode, path.separator=:, user.timezone=Australia/Sydney, user.language=en, java.vm.name=Java HotSpot(TM) Server VM, file.encoding=UTF-8}

java.lang.NoClassDefFoundError: org/eclipse/team/svn/core/utility/SVNLogEntryCallbackWithMergeInfo
java.lang.NoClassDefFoundError: org/eclipse/team/svn/core/utility/SVNLogEntryCallbackWithMergeInfo
	at org.eclipse.team.svn.revision.graph.operation.CheckRepositoryConnectionOperation.checkMergeInfo(CheckRepositoryConnectionOperation.java:115)
	at org.eclipse.team.svn.revision.graph.operation.CheckRepositoryConnectionOperation.runImpl(CheckRepositoryConnectionOperation.java:101)
	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.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.DefaultCancellableOperationWrapper.run(DefaultCancellableOperationWrapper.java:55)
	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)
Caused by: java.lang.ClassNotFoundException: org.eclipse.team.svn.core.utility.SVNLogEntryCallbackWithMergeInfo
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	... 18 more
Comment 1 Bruce CLA 2011-12-13 19:50:53 EST
To reproduce:

    Install Revision Graph feature
    Right click any file
    Select Team/Show Revision Graph
    Note 'Show merge info' is selected by default.
    Select OK
   Feature crashes. No harm to eclipse.

Note the problem only occurs when 'Show merge info' is selected.
Comment 2 Alexander Gurov CLA 2012-01-28 04:53:37 EST
The same reason as in the bug #369217

*** This bug has been marked as a duplicate of bug 369217 ***