Openhab Docker no addon installation possible

Hello together :christmas_tree:

I just made my first installation of openhab 3 with docker and moved all my files from my old OH3 installation to the new docker. All is working, i can see all my data in the main UI, but its all my things uninitialized because I cant install any addons / bindings. In the UI its just loading forever.
I get the following logs every time I try to install something:

2022-12-09 21:43:06	
2022-12-09 21:43:06.667 [INFO ] [core.karaf.internal.FeatureInstaller] - Some .kar files are not installed yet. Delaying add-on installation by 15s.
2022-12-09 21:43:06	
2022-12-09 21:43:06.664 [WARN ] [core.karaf.internal.FeatureInstaller] - Could not determine addons folder, its content or the list of installed repositories!

Just the Sony Binding is still installed and working.

Any ideas please?

  • Platform information:
    • Hardware: Raspberry Pi 4
    • OS: Raspberry pi OS 64 bit
    • Java Runtime Environment: which java platform is used and what version
    • openHAB version: 3.3.0

I finally found a solution in this post from 2019:
https://openhabforum.de/viewtopic.php?t=7493

With

config:list "(service.pid=org.apache.felix.fileinstall*)"

I found 2 entries. One was with ~deploy at the end, the other just had a long number instead. Even if I was not sure i deleted the one with long number with

config:delete org.apache.felix.fileinstall.xxxxxxx 
1 Like