Orion Context Broker安装问题 [英] Orion Context Broker installation issue

查看:73
本文介绍了Orion Context Broker安装问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正尝试按照此链接的建议在CentOS-7虚拟机中安装Orion Context Broker: https://fiware-orion.readthedocs.io/en/master/admin/install/index.html

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

当我们运行"yum install contextBroker"步骤时,会收到HTTPS 404错误(请,请参阅安装日志).显然,存储库不可用.

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

我们可以访问URL https://nexus.lab.fiware.org/service/rest/repository/browse/el/7/x86_64/release/从虚拟机(请参见curl输出),我们的fiware-release.repo的配置如下(请参阅fiware-release.repo ):

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?

谢谢.

最诚挚的问候.

推荐答案

存储库有效(通过监视进行端点检查),但是该路径(repodata/***)不存在,并且看起来像旧的缓存.尝试执行:

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

如果没有,请提供有关操作系统的其他信息( uname -a )

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

这篇关于Orion Context Broker安装问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆