Error downloading mvn:org.openhab.addons.bundles/org.openhab.transform.scale/[2.5.0,2.6)

Hi,

I updated from Docker Build 2.5.0 to 2.5.4
But openhab does not start anymore. With “sudo docker logs openhab” I get the messages you see in the gist under " docker.log
I activated my debug log and got the output you see under gistfile1.txt

Then I wanted to downgrade to 2.5.0 again so ran my “old” docker run file for openhab with 2.5.0. Now I get the same errors like with the 2.5.4 installation. So I think the problem was there before. Any ideas?

my docker run:

sudo docker run \
--name openhab \
-v /etc/localtime:/etc/localtime:ro \
-v /etc/timezone:/etc/timezone:ro \
-v /opt/openhab/conf:/openhab/conf \
-v /opt/openhab/userdata:/openhab/userdata \
-v /opt/openhab/addons:/openhab/addons \
-v /var/lib/influxdb/data/openhab_db:/var/lib/influxdb/data/openhab_db \
-d \
-p 8081:8080 \
-p 8444:8443 \
-p 8082:8081 \
-p 5007:5007 \
-p 8101:8101 \
-p 1600:1600 \
-p 1883:1883 \
-p 8883:8883 \
-e USER_ID=998 \
-e GROUP_ID=997 \
--restart=unless-stopped \

openhab/openhab:2.5.0

Did you ever get this resolved. I am having a similar problem. When I startup docker and I map the userdata folder I get:
docker-compose up

openhab | Error installing bundle listed in startup.properties with url: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.2.7 and startlevel: 1