Orion Context Broker installation issue

流过昼夜 提交于 2019-12-11 06:19:38

问题


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.


回答1:


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)



来源:https://stackoverflow.com/questions/52426260/orion-context-broker-installation-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!