Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 353722 - ID-B128S
Summary: ID-B128S
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: 0.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Igor Burilo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 353728 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-08-03 05:34 EDT by Evgeny Kurtser CLA
Modified: 2011-08-04 05:32 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 Evgeny Kurtser CLA 2011-08-03 05:34:35 EDT
Version:	0.7.9.I20110715-1700

SVN Client:	org.eclipse.team.svn.connector.svnkit16 2.2.2.I20110715-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_25-b06, java.vendor=Sun Microsystems Inc., line.separator=
 , java.class.version=50.0, os.name=Windows 7, os.arch=amd64, user.country=IL, os.version=6.1, eclipse.commands=-os win32 -ws win32 -arch x86_64 -showsplash -launcher C:\eclipse\eclipse.exe -name Eclipse --launcher.library C:\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502\eclipse_1406.dll -startup C:\eclipse\\plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.overrideVmargs -exitdata 12b0_5c -product org.eclipse.epp.package.jee.product -vm C:\Windows\system32\javaw.exe , java.version=1.6.0_25, osgi.framework.version=3.7.0.v20110613, file.separator=\, java.vm.info=mixed mode, path.separator=;, user.timezone=Asia/Jerusalem, user.language=iw, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=Cp1255}

java.lang.NoSuchMethodError: org.eclipse.team.svn.core.utility.SVNUtility.isTagOperated([Lorg/eclipse/core/resources/IResource;)Z
java.lang.NoSuchMethodError: org.eclipse.team.svn.core.utility.SVNUtility.isTagOperated([Lorg/eclipse/core/resources/IResource;)Z
	at org.eclipse.externaltools.svn.subversive.action.SVNSubversiveCommitAction.runImpl(SVNSubversiveCommitAction.java:41)
	at org.eclipse.team.svn.ui.action.AbstractSVNTeamAction$2.runImpl(AbstractSVNTeamAction.java:89)
	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.doTaskExternal(ProgressMonitorUtility.java:81)
	at org.eclipse.team.svn.ui.action.AbstractSVNTeamAction.execute(AbstractSVNTeamAction.java:82)
	at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:515)
	at org.eclipse.externaltools.beyondcompare.action.CommitActionWithCompare.run(CommitActionWithCompare.java:28)
	at org.eclipse.externaltools.action.ExternalToolsAction.runWithEvent(ExternalToolsAction.java:210)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
Comment 1 Alexander Gurov CLA 2011-08-03 07:42:03 EDT
*** Bug 353728 has been marked as a duplicate of this bug. ***
Comment 2 Alexander Gurov CLA 2011-08-03 07:49:19 EDT
Hi!

The error itself is not related to Subversive:

java.lang.NoSuchMethodError: org.eclipse.team.svn.core.utility.SVNUtility.isTagOperated([Lorg/eclipse/core/resources/IResource;)Z
	at org.eclipse.externaltools.svn.subversive.action.SVNSubversiveCommitAction.runImpl(SVNSubversiveCommitAction.java:41)

Could you please tell what the plug-in it is which is integrating with Subversive, so I could transfer the bug report to the corresponding component?
Comment 3 Alexander Gurov CLA 2011-08-04 05:30:56 EDT
I can't find matching project in Eclipse.org Bugzilla.
Comment 4 Alexander Gurov CLA 2011-08-04 05:32:45 EDT
P.S.
Looks like it is called "Eclipse External Tools - Beyond Compare Subversive Integration Feature". If you know were the project tracker is located - please post the issue report there.