UI's fail to install

Hello everyone, I woke up today to my Habpannel showing a “trying to reconnect”. Upon refreshing the page I am now getting a 404 error on all of my OH pages, I can’t even get the dashboard to load. Checking the log, I see the following

2022-12-28 11:10:19.939 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-ui-restdocs, openhab-ui-homebuilder, openhab-binding-mqtt, openhab-ui-basic, openhab-voice-marytts, openhab-ui-habmin, openhab-binding-network, openhab-misc-ruleengine, openhab-ui-habpanel, openhab-ui-paper, openhab-binding-zwave, openhab-binding-zigbee': Error:
        Error downloading mvn:org.openhab.addons.bundles/org.openhab.binding.network/[2.5.0,2.6)
        Error downloading mvn:commons-net/commons-net/3.6

I would OH 2 running on a RPi 3 B. I’ve tried clearing the cache and tmp folders but to no avail. Does anyone have any ideas? I’m very reliant on OH as I have a physical disability and use it to control my house so any suggestions are greatly appreciated!

Is there any problem in your network ? These messages mean that it is not possible to download the jar files from the maven repository.

No problem with other computers on the network. However I have been messing around with it and, from the RPi, I can ping google.com but when I try doing a sudo apt-update, I see this

Hit:1 https://dtcooper.github.io/raspotify raspotify InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
Get:3 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Hit:4 https://deb.nodesource.com/node_9.x buster InRelease
Err:5 https://dl.bintray.com/openhab/apt-repo2 stable InRelease
  Could not connect to dl.bintray.com:443 (52.2.163.176). - connect (113: No rou                                                                                                                                                             te to host) Could not connect to dl.bintray.com:443 (3.227.81.238). - connect (1                                                                                                                                                             13: No route to host) Could not connect to dl.bintray.com:443 (54.211.59.143). -                                                                                                                                                              connect (113: No route to host)
Err:6 http://repository.spotify.com stable InRelease
  Could not connect to repository.spotify.com:80 (108.156.171.130). - connect (1                                                                                                                                                             13: No route to host) Could not connect to repository.spotify.com:80 (108.156.17                                                                                                                                                             1.134). - connect (113: No route to host) Could not connect to repository.spotif                                                                                                                                                             y.com:80 (108.156.171.153). - connect (113: No route to host) Could not connect                                                                                                                                                              to repository.spotify.com:80 (108.156.171.84). - connect (113: No route to host)
Reading package lists... Done

It does seem like a network problem but I don’t know what that would be? I have unplugged/plugged my router and modem. Furthermore when I try pinging bbradley.net from the RPi, I get “Destination is unreachable”, but from other computers, I can ping that domain. I’ve checked the iptables and there isn’t anything in there.

Your entry for the openhab repository seems to be outdated.

The apt repo entry needs to point to:

deb https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable main

instead of to dl.bintray.com

Thank you for the help! It looks like there was something funky going on with my router. I have a Roku app on my phone that I use to control my tv that I couldn’t get to connect (nothing to do with OH), so as a last ditch effort, I power cycled my router for probably the fifth time today and now everything is working. No idea what happened! Thanks again though!

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.