Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:39 Go to next message
meng chao is currently offline meng chaoFriend
Messages: 8
Registered: January 2019
Junior Member
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 15:50 Go to previous messageGo to next message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
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 15:50 Go to previous messageGo to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
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] Thu, 10 January 2019 02:31 Go to previous messageGo to next message
meng chao is currently offline meng chaoFriend
Messages: 8
Registered: January 2019
Junior Member
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: Thu, 10 January 2019 02:47]

Report message to a moderator

Re: Eclipse can't load all bundles after upgraded to eclipse 4.10 [message #1800935 is a reply to message #1800912] Thu, 10 January 2019 02:37 Go to previous messageGo to next message
meng chao is currently offline meng chaoFriend
Messages: 8
Registered: January 2019
Junior Member
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] Thu, 10 January 2019 03:54 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
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.


Ed Merks
Professional Support: https://www.macromodeling.com/
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 08:29 Go to previous message
Phil Beauvoir is currently offline Phil BeauvoirFriend
Messages: 62
Registered: October 2012
Member
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: Fri Apr 19 08:07:08 GMT 2024

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

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

Back to the top