Search code examples
fiwarefiware-orion

Orion Context Broker installation issue


We are trying to install Orion Context Broker in a CentOS-7 virtual machine as recommended in this link: https://fiware-orion.readthedocs.io/en/master/admin/install/index.html

When we run the step "yum install contextBroker", an HTTPS 404 error is obtained (please, see instalation log). Apparently, the repositories are not available.

We can access to the URL https://nexus.lab.fiware.org/service/rest/repository/browse/el/7/x86_64/release/ from the virtual machine (see curl output) and our fiware-release.repo is configured as follows (see fiware-release.repo):

Please, could you review this issue?

Thanks in advance.

Best regards.


Solution

  • Repository works (endpoint checks by monitoring), but this path (repodata/***) does not exist and looks like an old cache. Try to execute:

    yum clean all
    rm -rf /var/cache/yum
    yum install -y contextBroker
    

    If not, please, provide additional information about OS (uname -a)