Hi, Feature:install -v -t will directly output on the terminal (System.out).
When you do feature:install, the resolver output goes into data/karaf.log (by default). Regards JB > Le 9 mars 2021 à 18:22, Michael Brohl <[email protected]> a écrit : > > Thank you JB, > > I was hoping there would be some general (and releatively easy) approach or > strategy to detect the requirements each feature needs or maybe some > compatibility list to study. > > I will try with your suggestions and come back with more data if this is not > successful. > > The resolver output would be the result of the feature:install dry-run or ist > it a specific logfile? > > Thanks and regards, > > Michael > > > Am 09.03.21 um 09:17 schrieb Jean-Baptiste Onofre: >> Hi Michael, >> >> It’s hard to say without the log messages. You can use feature:install -t -v >> to "simulate" the installation and get some details (like refresh) before >> actually installing a feature. >> >> I bet you have a refresh on hawtio caused by ActiveMQ. >> >> You can disable auto refresh to avoid such issue, or change the installation >> "order" to avoid the refresh. >> >> Can you please send the resolver output ? >> >> Thanks, >> Regards >> JB >> >>> Le 9 mars 2021 à 09:10, Michael Brohl <[email protected]> a écrit : >>> >>> Hi, >>> >>> I am struggling with a fresh setup on Karaf 4.3.0, trying to install Apache >>> Camel, ActiveMQ and Hawt.io in current versions. >>> >>> Depending on the order of installation, I get different errors leaving me >>> clueless what to do with errors like >>> >>> Singleton conflict. Unresolved requirements: [] >>> >>> Installing latest Hawt.io for example works and I can login to the web UI. >>> After installing ActiveMQ and getting errors, I am not able to login to >>> Hawt.io anymore. >>> >>> Before I start asking for help for specific errors: is there a guide or >>> strategy how to find out the correct versions of features/bundles, >>> necessary repos to add and features/bundles to install as prerequisites of >>> the feature/bundle to install? >>> >>> Thanks for any hint, >>> >>> Michael >>> >>>
