Skip to main content



      Home
Home » Eclipse Projects » Equinox » Eclipse can't load all bundles after upgraded to eclipse 4.10
Eclipse can't load all bundles after upgraded to eclipse 4.10 [message #1800881] Wed, 09 January 2019 06:39 Go to next message
Eclipse UserFriend
Sorry that I post this topic again, but I can't find my previous one after I clicked create topic, I don't know why, maybe the topic was created failed.

My problem is that after I upgraded the target platform of my product from eclipse4.3 to eclipse4.10, my product can't load all bundles in the plugins folder by default anymore, could you please tell me how to configure eclipse4.10 to load all bundles in the plugins folder by default?

When using eclipse4.3 as target platform, I can configure eclipse to load all bundles by default through configuring the following codes in config.ini:
osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.equinox.ds@2:start,org.eclipse.core.runtime@start

but after I upgraded my target platform to eclipse4.10, it doesn't work anymore.

Thanks in advance,
Chao
Re: Eclipse can't load all bundles after upgraded to eclipse 4.10 [message #1800911 is a reply to message #1800881] Wed, 09 January 2019 10:50 Go to previous messageGo to next message
Eclipse UserFriend
May get better results asking in the p2 forum. The problem is Eclipse does not ship org.eclipse.update.configurator anymore.
Re: Eclipse can't load all bundles after upgraded to eclipse 4.10 [message #1800912 is a reply to message #1800881] Wed, 09 January 2019 10:50 Go to previous messageGo to next message
Eclipse UserFriend
I suggest you use

org.eclipse.equinox.simpleconfigurator


instead of

org.eclipse.update.configurator

Re: Eclipse can't load all bundles after upgraded to eclipse 4.10 [message #1800934 is a reply to message #1800911] Wed, 09 January 2019 21:31 Go to previous messageGo to next message
Eclipse UserFriend
Thomas Watson wrote on Wed, 09 January 2019 15:50
May get better results asking in the p2 forum. The problem is Eclipse does not ship org.eclipse.update.configurator anymore.

OK, Thank you!
Here is the link: https://www.eclipse.org/forums/index.php/m/1800936/#msg_1800936

[Updated on: Wed, 09 January 2019 21:47] by Moderator

Re: Eclipse can't load all bundles after upgraded to eclipse 4.10 [message #1800935 is a reply to message #1800912] Wed, 09 January 2019 21:37 Go to previous messageGo to next message
Eclipse UserFriend
Erdal Karaca wrote on Wed, 09 January 2019 15:50
I suggest you use

org.eclipse.equinox.simpleconfigurator


instead of

org.eclipse.update.configurator


Sorry, I can't use org.eclipse.equinox.simpleconfigurator, cause it needs to build a bundle.info file, the bundle.info file may miss some bundles in the plugin folder and hard to manage it.
Re: Eclipse can't load all bundles after upgraded to eclipse 4.10 [message #1800938 is a reply to message #1800935] Wed, 09 January 2019 22:54 Go to previous messageGo to next message
Eclipse UserFriend
I know we had to change this in Oomph's product definition because org.eclipse.equinox.ds has been removed from the platform's feature(s):
      <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
I.e., believe org.apache.felix.scr is the placement for org.eclipse.equinox.ds for starting the services early.
Re: Eclipse can't load all bundles after upgraded to eclipse 4.10 [message #1801199 is a reply to message #1800881] Tue, 15 January 2019 03:29 Go to previous message
Eclipse UserFriend
I have exactly the same issue. Our RCP application has used org.eclipse.update.configurator for the past 9 years. We are building on Eclipse 4.7 and I thought I would now target 4.9. This no longer works due to an issue in org.eclipse.update.configurator. Using a bundles list with simpleconfigurator is not an option for us because of the way we add additional plugins to the app.

See:

https://github.com/archimatetool/archi/issues/429

https://bugs.eclipse.org/bugs/show_bug.cgi?id=542706
Previous Topic:Help > About Eclipse IDE > Installation details.... is part of P2?
Next Topic:Java Util Logging and OSGI - custom formatter not used
Goto Forum:
  


Current Time: Wed May 14 01:25:02 EDT 2025

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

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

Back to the top