Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse product issue with Juno - Require-Bundle: org.eclipse.e4.core.services
Eclipse product issue with Juno - Require-Bundle: org.eclipse.e4.core.services [message #1388032] Wed, 25 June 2014 23:36 Go to next message
Vaibhav chauhan is currently offline Vaibhav chauhanFriend
Messages: 2
Registered: June 2014
Junior Member
We are using a SWT eclipse based app on Eclipse Indigo 3.x version. Now we plan to migrate to Eclipse Juno whcih is 4.x. I followed all instructions.

After resolving few issues I am stuck at following exc.:

org.osgi.framework.BundleException: The bundle "org.eclipse.ui.workbench_3.103.0.v20120530-1824 [279]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.e4.core.services; bundle-version="1.0.0"
    	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
    	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
    	......
    	......
    org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
    
    !ENTRY org.eclipse.ui.forms 4 0 2014-06-25 18:38:38.526
    !MESSAGE FrameworkEvent ERROR
    !STACK 0
    org.osgi.framework.BundleException: The activator org.eclipse.ui.internal.forms.FormsPlugin for bundle org.eclipse.ui.forms is invalid
    	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:172)
    	....
    ....
    org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
    Caused by: java.lang.NoClassDefFoundError: org/eclipse/ui/plugin/AbstractUIPlugin
    	at java.lang.ClassLoader.defineClass1(Native Method)
    	at java.lang.ClassLoader.defineClassCond(Unknown Source)
    	at java.lang.ClassLoader.defineClass(Unknown Source)
    	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
    	.....
    org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
    	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:165)
    	... 12 more



My config.ini file:

eclipse.product=com.lehman.cmte.amm.prop.grid.client.product
    osgi.splashPath=platform:/base/plugins/com.lehman.cmte.amm.prop.grid.client
    osgi.bundles=org.eclipse.e4.ui.workbench.addons.swt_0.10.1.v20120523-    1955.jar@start,org.eclipse.equinox.common_3.6.100.v20120522-  1841.jar@start,org.eclipse.equinox.ds_1.4.0.v20120522-1841.jar@start,org.eclipse.equinox.event_1.2.200.v20120522-2049.jar@start,org.eclipse.equinox.util_1.0.400.v20120522-2049.jar@start,org.eclipse.ui.forms_3.5.200.v20120521-2329.jar@start,org.eclipse.ui.intro_3.4.200.v20120521-2344.jar@start,org.eclipse.e4.core.services_1.0.0.v20120521-2346.jar@start,org.eclipse.core.runtime_3.8.0.v20120521-2346.jar@start,org.eclipse.ui.workbench_3.103.0.v20120530-1824.jar@start
    osgi.bundles.defaultStartLevel=4
    eof=eof

I have org.eclipse.e4.core.services version 1.0.0 in plugins and have included it in config.ini.

What am I missing?

I am really clueless after spending lot of time in debugging the issue.

Thanks.
Re: Eclipse product issue with Juno - Require-Bundle: org.eclipse.e4.core.services [message #1396721 is a reply to message #1388032] Tue, 08 July 2014 17:31 Go to previous message
Eclipse UserFriend
Sounds like you're missing other dependencies. Try running with "-console -noExit" and then use the "diag" command to see why the bundle can't be loaded. See the following page for details:

https://wiki.eclipse.org/Where_Is_My_Bundle

Brian.
Previous Topic:why is so unintuitive the way of create a new project from existing code?
Next Topic:How to delete section.
Goto Forum:
  


Current Time: Thu Jan 23 11:30:35 GMT 2025

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

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

Back to the top