Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Plugins undetected/unloaded
Plugins undetected/unloaded [message #176683] Thu, 26 October 2006 10:48 Go to next message
Eclipse UserFriend
Originally posted by: gopi.read-ink.com

I have downloaded a couple of plugins from sourceforge.net. I have
followed all the instructions in README(namely unzipping the plugins in
eclipse_home/plugins folder) but my eclipse IDE doesnt detect or load any
of the plugins!!

Can someone please help me with this.

The details are:
Im using eclipse 3.2 on Windows XP Professional
The plugins are tortoisePlugin and ru.nlmk.eclipse.plugins.profiler.
Re: Plugins undetected/unloaded [message #176843 is a reply to message #176683] Thu, 26 October 2006 19:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Gopi" <gopi@read-ink.com> wrote in message
news:c5331b4dbdb8847ec5b9912bd97314df$1@www.eclipse.org...
>I have downloaded a couple of plugins from sourceforge.net. I have followed
>all the instructions in README(namely unzipping the plugins in
>eclipse_home/plugins folder) but my eclipse IDE doesnt detect or load any
>of the plugins!!

Check the Eclipse error log, to see if there are any messages relating to
failure to load the plugins.
Re: Plugins undetected/unloaded [message #176929 is a reply to message #176843] Fri, 27 October 2006 06:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gopi.read-ink.com

Two sorts of error messages are given:
1. Unhandled event loop execution in plugin eclipse.ui
and
2. org/eclipse/pde/internal/ui/launcher/BasicLauncherTab agin in
eclipse.ui
The stack trace 4 second error is at the end.

The problem is with all plugins I try. Please help.

stack trace for error 2:
java.lang.NoClassDefFoundError:
org/eclipse/pde/internal/ui/launcher/BasicLauncherTab
at
jmechanic.eclipse.profiler.launching.ProfiledWorkbenchTabGro up.createTabs(ProfiledWorkbenchTabGroup.java:39)
at
org.eclipse.debug.internal.ui.launchConfigurations.CreateLau nchConfigurationAction.performAction(CreateLaunchConfigurati onAction.java:70)
at
org.eclipse.debug.internal.ui.launchConfigurations.AbstractL aunchConfigurationAction$1.run(AbstractLaunchConfigurationAc tion.java:103)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at
org.eclipse.debug.internal.ui.launchConfigurations.AbstractL aunchConfigurationAction.run(AbstractLaunchConfigurationActi on.java:106)
at
org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:539)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820 )
at org.eclipse.jface.window.Window.open(Window.java:796)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationsDialog.open(LaunchConfigurationsDialog.java:1086)
at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:38 3)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDia logOnGroup(DebugUITools.java:387)
at
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDia logOnGroup(DebugUITools.java:329)
at
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(Open LaunchDialogAction.java:80)
at
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(Open LaunchDialogAction.java:99)
at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:254)
at
org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPl uginAction.java:229)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:539)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
Re: Plugins undetected/unloaded [message #177133 is a reply to message #176929] Fri, 27 October 2006 17:28 Go to previous message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Gopi" <gopi@read-ink.com> wrote in message
news:3ae47938124599ef3383ed75362b858b$1@www.eclipse.org...
>
>
> Two sorts of error messages are given:
> 1. Unhandled event loop execution in plugin eclipse.ui
> and
> 2. org/eclipse/pde/internal/ui/launcher/BasicLauncherTab agin in
> eclipse.ui
> The stack trace 4 second error is at the end.
>
> The problem is with all plugins I try. Please help.
>
> stack trace for error 2:
> java.lang.NoClassDefFoundError:
> org/eclipse/pde/internal/ui/launcher/BasicLauncherTab
> at
> jmechanic.eclipse.profiler.launching.ProfiledWorkbenchTabGro up.createTabs(ProfiledWorkbenchTabGroup.java:39)



It sounds to me like the plug-in you are trying to use was built for an
earlier version of Eclipse, and it is trying to access internal methods that
have changed. In the above stack trace, for instance, it looks like
jmechanic is trying to call
org.eclipse.pde.internal.ui.launcher.BasicLauncherTab; note the "internal"
in that class name.

You will need to see if they have released a new version of the plug-in that
does not rely on non-public interfaces, or that has been fixed for the new
Eclipse version. Sorry.
Previous Topic:search within project space
Next Topic:execution control with a forms-based editor ?
Goto Forum:
  


Current Time: Fri Apr 26 00:55:21 GMT 2024

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

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

Back to the top