Re: Karaf Bundle stuck in “Starting”-status when trying to install feature programmatically

2017-11-16 Thread Seth Leger
Hi Marius, One thing to keep in mind is that FeatureServiceImpl was changed to be single-threaded in Karaf 4.0.6. If you are invoking it programmatically, you need to do feature installs in a separate thread (since the single thread will be tied up installing your PluginManager and it will

Re: Karaf Bundle stuck in “Starting”-status when trying to install feature programmatically

2017-11-06 Thread Guillaume Nodet
I'm not exactly sure what happens, especially, the fact that you're saying there's no log is weird. If you are programmatically calling the FeaturesService, can you make sure all exceptions caught from those calls are logged too ? Because I don't think the service will log an exception before

Karaf Bundle stuck in “Starting”-status when trying to install feature programmatically

2017-11-05 Thread Marius Dienel
Hey Guys, we're having a problem with Karaf Version > 4.0.4. We are currently using 4.0.9, but are thinking of upgrading to 4.0.10 soon. In our application we have a lot of features. One of them installs a bundle (PluginManager), which itself adds, installs and starts one or multiple features