Can not install bindings on a clean/new install

  • Platform information:

    • Hardware: ARM71 (32 bit)

    • OS: Linux openHAB 3.10.20-ubnt-mtk #2 SMP PREEMPT Fri Sep 11 10:12:13 PDT 2015 armv7l GNU/Linux
      PRETTY_NAME=“Debian GNU/Linux 9 (stretch)”
      NAME=“Debian GNU/Linux”
      VERSION_ID=“9”
      VERSION=“9 (stretch)”
      VERSION_CODENAME=stretch

    • Java Runtime Environment: which java platform is used and what version
      openjdk version “11.0.10” 2021-01-19 LTS
      OpenJDK Runtime Environment Zulu11.45+27-CA (build 11.0.10+9-LTS)
      OpenJDK Client VM Zulu11.45+27-CA (build 11.0.10+9-LTS, mixed mode)

    • openHAB version: 3.0.1

  • Issue of the topic: please be detailed explaining your issue
    Clean install.
    OpenHab (http://ip.address:8080) works OK
    Admin -> Settings -> Bindings
    Seach for MQTT
    Click Install
    Install never completes

  • Error Logs


==> /var/log/openhab/audit.log <==
==> /var/log/openhab/events.log <==
==> /var/log/openhab/openhab.log <==
2021-03-11 23:51:46.630 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed 
installing openhab-binding-exec, openhab-binding-mqtt, openhab-persistence-rrd4j, 
openhab-ui-basic, openhab-misc-openhabcloud, openhab-binding-network, openhab-
ui-habpanel, openhab-binding-systeminfo, openhab-transformation-jsonpath, openhab-
transformation-jinja: Error:

        Error downloading mvn:com.google.guava/guava/21.0
        Error downloading mvn:org.apache.commons/commons-lang3/3.4
        Error downloading mvn:org.javassist/javassist/3.22.0-GA
        Error downloading mvn:com.google.guava/guava/21.0
        Error downloading mvn:de.odysseus.juel/juel-api/2.2.7
        Error downloading mvn:de.odysseus.juel/juel-impl/2.2.7
        Error downloading mvn:ch.obermuhlner/big-math/2.1.0
        Error downloading mvn:org.jsoup/jsoup/1.8.3
  • Please post configurations (if applicable):

    • Items configuration related to the issue
      No items

    • Sitemap configuration related to the issue
      None

    • Rules code related to the issue
      None

    • Services configuration related to the issue

  • If logs where generated please post these here using code fences:
    See above

Any ideas guys?

I’m usually a guy who takes error messages literally. So if openHAB tells you, that it cannot download something, the first thing I would do, is to check the internet connection.

That said, is the box you run openHAB on capable of reaching the maven repository to download the binding artefacts and its dependecies?

Note that there were repository problems, now fixed. Try again.

@rossko57

That was the issue.

While I was sleeping - openHAB magically fixed itself.

Thanks. Glad it was not me after all.

Rob