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

Re: Can't create SVN repository view

From: Jason Huck <jason.huck_at_gmail.com>
Date: 2005-04-25 14:19:33 CEST

Did you remember to install Subversion itself?

On 4/25/05, Ian Clarke <ian@locut.us> wrote:
> Hi, I just installed Subclipse in Eclipse 3.1M6 on OSX. When I try
> to create a SVN Repository view I get the following exception instead
> of the view:
>
> Unable to create view: Plug-in org.tigris.subversion.subclipse.ui was
> unable to load class
> org.tigris.subversion.subclipse.ui.repository.RepositoriesView.
>
> java.lang.ClassNotFoundException:
> org.tigris.subversion.subclipse.ui.repository.RepositoriesView
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
> (BundleLoader.java:361)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
> (BundleLoader.java:326)
> at
> org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass
> (AbstractClassLoader.java:74)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass
> (BundleLoader.java:251)
> at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass
> (BundleHost.java:227)
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass
> (AbstractBundle.java:1257)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
> Extension(ConfigurationElement.java:162)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
> Extension(ConfigurationElement.java:152)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
> Extension(ConfigurationElement.java:139)
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandle.createExec
> utableExtension(ConfigurationElementHandle.java:48)
> at org.eclipse.ui.internal.WorkbenchPlugin$1.run
> (WorkbenchPlugin.java:233)
> at org.eclipse.swt.custom.BusyIndicator.showWhile
> (BusyIndicator.java:69)
> at org.eclipse.ui.internal.WorkbenchPlugin.createExtension
> (WorkbenchPlugin.java:229)
> at org.eclipse.ui.internal.registry.ViewDescriptor.createView
> (ViewDescriptor.java:98)
> at org.eclipse.ui.internal.ViewFactory.busyRestoreViewHelper
> (ViewFactory.java:389)
> at org.eclipse.ui.internal.ViewFactory.busyRestoreView
> (ViewFactory.java:299)
> at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:697)
> at org.eclipse.swt.custom.BusyIndicator.showWhile
> (BusyIndicator.java:69)
> at org.eclipse.ui.internal.ViewFactory.restoreView
> (ViewFactory.java:694)
> at org.eclipse.ui.internal.Perspective.showView(Perspective.java:
> 1687)
> at org.eclipse.ui.internal.WorkbenchPage.busyShowView
> (WorkbenchPage.java:865)
> at org.eclipse.ui.internal.WorkbenchPage.access$10
> (WorkbenchPage.java:848)
> at org.eclipse.ui.internal.WorkbenchPage$13.run
> (WorkbenchPage.java:3060)
> at org.eclipse.swt.custom.BusyIndicator.showWhile
> (BusyIndicator.java:69)
> at org.eclipse.ui.internal.WorkbenchPage.showView
> (WorkbenchPage.java:3057)
> at org.eclipse.ui.internal.WorkbenchPage.showView
> (WorkbenchPage.java:3038)
> at org.eclipse.ui.handlers.ShowViewHandler.openOther
> (ShowViewHandler.java:76)
> at org.eclipse.ui.handlers.ShowViewHandler.execute
> (ShowViewHandler.java:48)
> at org.eclipse.ui.internal.ShowViewMenu$2.run(ShowViewMenu.java:71)
> 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:82)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1237)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1261)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1246)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1094)
> at org.eclipse.swt.widgets.Display.runDeferredEvents
> (Display.java:2947)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:
> 2615)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
> 1570)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
> (Workbench.java:306)
> 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:228)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run
> (EclipseStarter.java:344)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run
> (EclipseStarter.java:156)
> 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:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
> at org.eclipse.core.launcher.Main.run(Main.java:942)
> at org.eclipse.core.launcher.Main.main(Main.java:926)
>
> I have used Subclipse in the past without experiencing this problem.
> Any help would be much appreciated,
>
> Kind regards,
>
> Ian.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
Received on Mon Apr 25 22:19:33 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.