Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Help
Help [message #273356] Tue, 05 October 2004 00:59
Eclipse UserFriend
Originally posted by: gupolet.ulb.ac.be

Hi,

I am developping a plugin for Eclipse and now I can make it to launch the
runtime-platform to test my plugin.
I don't know what I messed up, but recently everything was working fine and
when I mixed up some old files and new files, after that, I could not
restore to what it was before. I get a weird error which comes from nowhere.
Could someone help me...?

eclipse.buildId=unknown
java.version=1.4.2_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_BE
Command-line arguments: -application org.eclipse.ui.ide.workbench -pdelaunch

!ENTRY org.eclipse.osgi oct. 05, 2004 02:51:08.896
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could
not be found in the registry. The applications available are:
org.eclipse.ant.core.antRunner, org.eclipse.help.base.infocenterApplication,
org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool,
org.eclipse.pde.build.BuildScriptGenerator,
org.eclipse.pde.build.FetchScriptGenerator,
org.eclipse.pde.junit.runtime.uitestapplication,
org.eclipse.pde.junit.runtime.legacyUItestapplication,
org.eclipse.pde.junit.runtime.coretestapplication,
org.eclipse.update.core.standaloneUpdate.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:325)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
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.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

!ENTRY org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Bundle update@/E:/TFE/eclipse/plugins/org.eclipse.ant.ui_3.0.1/ [6]
was not resolved.
!SUBENTRY 1 org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Missing optionally required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Missing optionally required bundle org.eclipse.ui.views_0.0.0.
!SUBENTRY 1 org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Missing optionally required bundle org.eclipse.ui.editors_0.0.0.
!SUBENTRY 1 org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Missing required bundle org.eclipse.ui.externaltools_0.0.0.
!SUBENTRY 1 org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Missing required bundle org.eclipse.debug.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Missing required bundle org.eclipse.jdt.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Missing required bundle org.eclipse.jdt.debug.ui_0.0.0.

!ENTRY org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Bundle update@/E:/TFE/eclipse/plugins/org.eclipse.compare_3.0.0/
[7] was not resolved.
!SUBENTRY 1 org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi oct. 05, 2004 02:51:08.906
!MESSAGE Missing required bundle org.eclipse.ui.views_0.0.0.
.... and so on...

Basically, what I understand is that some of the plugins that I require
aren't load up before mine and then it causes this exception. Is there a
specific order I should use? Knowing that I'm making 3 plugins interacting
together. Plugin #1 relies on #2 and #3, and #2 relies on #3.

Thanks a lot

Guillaume
Previous Topic:start() and stop() a plugin gracefully
Next Topic:Content assist
Goto Forum:
  


Current Time: Tue Oct 01 10:41:23 GMT 2024

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

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

Back to the top