[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Error: "The chosen operation is not currently available"

From: Ian Clarke <ian_at_locut.us>
Date: 2005-06-17 15:19:04 CEST

Hi, I am getting an error dialog box in Eclipse (both 3.1M7 and
3.1RC2) on OSX 10.4 whenever I try to commit or update using
Subclipse which says "The chosen operation is not currently
available". It was working previously, and I have no idea what
changed to make it stop working.

When I try to look at the SVN Repository View, I get the following
exception where the view should be:

java.lang.ClassNotFoundException:
org.tigris.subversion.subclipse.ui.repository.RepositoriesView
     at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:403)
     at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
(BundleLoader.java:350)
     at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass
(AbstractClassLoader.java:78)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass
(BundleLoader.java:275)
     at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass
(BundleHost.java:227)
     at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass
(AbstractBundle.java:1259)
     at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
Extension(ConfigurationElement.java:152)
     at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
Extension(ConfigurationElement.java:142)
     at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
Extension(ConfigurationElement.java:129)
     at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExec
utableExtension(ConfigurationElementHandle.java:48)
     at org.eclipse.ui.internal.WorkbenchPlugin$1.run
(WorkbenchPlugin.java:240)
     at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:69)
     at org.eclipse.ui.internal.WorkbenchPlugin.createExtension
(WorkbenchPlugin.java:236)
     at org.eclipse.ui.internal.registry.ViewDescriptor.createView
(ViewDescriptor.java:99)
     at org.eclipse.ui.internal.ViewReference.createPartHelper
(ViewReference.java:267)
     at org.eclipse.ui.internal.ViewReference.createPart
(ViewReference.java:180)
     at org.eclipse.ui.internal.WorkbenchPartReference.getPart
(WorkbenchPartReference.java:551)
     at org.eclipse.ui.internal.Perspective.showView(Perspective.java:
1655)
     at org.eclipse.ui.internal.WorkbenchPage.busyShowView
(WorkbenchPage.java:930)
     at org.eclipse.ui.internal.WorkbenchPage.access$12
(WorkbenchPage.java:913)
     at org.eclipse.ui.internal.WorkbenchPage$13.run
(WorkbenchPage.java:3144)
     at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:69)
     at org.eclipse.ui.internal.WorkbenchPage.showView
(WorkbenchPage.java:3141)
     at org.eclipse.ui.internal.WorkbenchPage.showView
(WorkbenchPage.java:3119)
     at org.eclipse.ui.handlers.ShowViewHandler.openView
(ShowViewHandler.java:146)
     at org.eclipse.ui.handlers.ShowViewHandler.openOther
(ShowViewHandler.java:102)
     at org.eclipse.ui.handlers.ShowViewHandler.execute
(ShowViewHandler.java:70)
     at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:
113)
     at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
     at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:538)
     at org.eclipse.jface.action.ActionContributionItem.access$2
(ActionContributionItem.java:488)
     at org.eclipse.jface.action.ActionContributionItem$5.handleEvent
(ActionContributionItem.java:400)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1380)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1404)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1389)
     at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1237)
     at org.eclipse.swt.widgets.Display.runDeferredEvents
(Display.java:3044)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:
2696)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
1716)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1680)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:365)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench
(PlatformUI.java:143)
     at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:103)
     at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:226)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:376)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:163)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
     at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
     at org.eclipse.core.launcher.Main.run(Main.java:973)
     at org.eclipse.core.launcher.Main.main(Main.java:948)

I am using the latest versions of Subclipse (fresh from the update
site), and also the current version of the Tmate pure Java SVN client
(I just updated both, the problem persisted).

Does anyone have any suggestions as to how I can fix this?

Kind regards,

Ian.
Received on Fri Jun 17 23:19:04 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.