Today I updated to build #637 from the offline archive and tried to restart my system.
Interestingly, no bundle at all starts, and if I run “start_debug.sh” instead of “start.sh” and type “bundle:list” into the Karaf shell, I get an empty list of bundles. Reverting to #632 healed my system again, everything starts as usual.
Usually, I keep my “runtime/etc” directory between updates because this directory also holds the generated host.key and softlinks to my logging configuration. I already noticed that profile.cfg seems to hold a list of all existing bundles, but updating that file did not give me a working system. Is there anything more I can search for?
Maybe, I have to test with a completely clean system.
The thing is, my setup does not start any budles at all, so the GUI is also not available. In my addons.config, I have:
package = standard
which should install and give me at least some bundles I think. Also, I added the “1” to the two older bindings I use, “mqtt1” and “weather1” but this was already before #632
I notice that there is still a major issue in the upgrade process and it still isn’t clear, which files must be overwritten. This is unfortunately still something to work on :-/