Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Babel » 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 #1388029] Wed, 25 June 2014 23:34 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 instructions for that.

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 #1425524 is a reply to message #1388029] Wed, 17 September 2014 12:42 Go to previous message
Denis Roy is currently offline Denis RoyFriend
Messages: 484
Registered: October 2004
Location: Ottawa, Ontario, Canada
Senior Member

You should ask this question in the SWT forum.

Denis Roy
Eclipse Webmaster -- webmaster@eclipse.org
Previous Topic:Web translation tool now available
Next Topic:Service Call in EDT 0.8.2
Goto Forum:
  


Current Time: Fri Apr 26 15:37:22 GMT 2024

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

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

Back to the top