Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Subervise 0.7.6: java.lang.NoClassDefFoundError while tagging
Subervise 0.7.6: java.lang.NoClassDefFoundError while tagging [message #40017] Mon, 29 December 2008 03:51 Go to next message
Francois Cottet is currently offline Francois CottetFriend
Messages: 19
Registered: July 2009
Junior Member
Hi all,


I'm using Suberversive 0.7.6 and whenever I'm trying to tag a project
(or multiple project at once), I get an Excpetion as decribed below.

Previous version was working just fine and I did the update using teh
default eclipse p2 process.

Thanks for your help,
Francois




!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2008-12-29 11:48:31.565
!MESSAGE SVN: '0x0040011a: Call Menu Action' operation finished with error
!SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0 2008-12-29 11:48:31.565
!MESSAGE SVN: '0x0040011a: Call Menu Action' operation finished with
error:
org/eclipse/team/svn/ui/panel/common/AbstractBranchTagPanel$ AbstractBranchTagPaneParticipantHelper$AbstractBranchTagPane Verifier
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/team/svn/ui/panel/common/AbstractBranchTagPanel$ AbstractBranchTagPaneParticipantHelper$AbstractBranchTagPane Verifier
at
org.eclipse.team.svn.ui.action.local.BranchTagAction.getBran chTagOperation(BranchTagAction.java:91)
at
org.eclipse.team.svn.ui.action.local.BranchTagAction.runImpl (BranchTagAction.java:65)
at
org.eclipse.team.svn.ui.action.AbstractSVNTeamAction$2.runIm pl(AbstractSVNTeamAction.java:85)
at
org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:77)
at
org.eclipse.team.svn.core.operation.LoggedOperation.run(Logg edOperation.java:38)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:104)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:90)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:81)
at
org.eclipse.team.svn.ui.action.AbstractSVNTeamAction.execute (AbstractSVNTeamAction.java:78)
at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamActi on.java:514)
at
org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent (TeamAction.java:548)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:241)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:583)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:500)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
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(EclipseS tarter.java:386)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.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: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.lang.ClassNotFoundException:
org.eclipse.team.svn.ui.panel.common.AbstractBranchTagPanel$ AbstractBranchTagPaneParticipantHelper$AbstractBranchTagPane Verifier
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:481)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 39 more
Re: Subervise 0.7.6: java.lang.NoClassDefFoundError while tagging [message #40048 is a reply to message #40017] Mon, 29 December 2008 15:51 Go to previous message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Francois,

There was a problem with update site, for more details please see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259655
Please, update to latest version

> Hi all,
>
>
> I'm using Suberversive 0.7.6 and whenever I'm trying to tag a project (or
> multiple project at once), I get an Excpetion as decribed below.
>
> Previous version was working just fine and I did the update using teh
> default eclipse p2 process.
>
> Thanks for your help,
> Francois
>
>
>
>
> !ENTRY org.eclipse.team.svn.core.svnnature 4 0 2008-12-29 11:48:31.565
> !MESSAGE SVN: '0x0040011a: Call Menu Action' operation finished with error
> !SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0 2008-12-29
> 11:48:31.565
> !MESSAGE SVN: '0x0040011a: Call Menu Action' operation finished with
> error:
> org/eclipse/team/svn/ui/panel/common/AbstractBranchTagPanel$ AbstractBranchTagPaneParticipantHelper$AbstractBranchTagPane Verifier
> !STACK 0
> java.lang.NoClassDefFoundError:
> org/eclipse/team/svn/ui/panel/common/AbstractBranchTagPanel$ AbstractBranchTagPaneParticipantHelper$AbstractBranchTagPane Verifier
> at
> org.eclipse.team.svn.ui.action.local.BranchTagAction.getBran chTagOperation(BranchTagAction.java:91)
> at
> org.eclipse.team.svn.ui.action.local.BranchTagAction.runImpl (BranchTagAction.java:65)
> at
> org.eclipse.team.svn.ui.action.AbstractSVNTeamAction$2.runIm pl(AbstractSVNTeamAction.java:85)
> at
> org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:77)
> at
> org.eclipse.team.svn.core.operation.LoggedOperation.run(Logg edOperation.java:38)
> at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:104)
> at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:90)
> at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:81)
> at
> org.eclipse.team.svn.ui.action.AbstractSVNTeamAction.execute (AbstractSVNTeamAction.java:78)
> at
> org.eclipse.team.internal.ui.actions.TeamAction.run(TeamActi on.java:514)
> at
> org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent (TeamAction.java:548)
> at
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:241)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
> 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(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.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: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> Caused by: java.lang.ClassNotFoundException:
> org.eclipse.team.svn.ui.panel.common.AbstractBranchTagPanel$ AbstractBranchTagPaneParticipantHelper$AbstractBranchTagPane Verifier
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:481)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> ... 39 more
Previous Topic:0.7.6 connectors won't install when MyEclipse 7 is installed
Next Topic:https repository with client cert authentication
Goto Forum:
  


Current Time: Wed Apr 24 17:39:23 GMT 2024

Powered by FUDForum. Page generated in 0.02931 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top