【问题标题】:Orion Context Broker installation issueOrion Context Broker 安装问题
【发布时间】:2018-09-20 13:27:36
【问题描述】:

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

当我们运行“yum install contextBroker”步骤时,会得到一个 HTTPS 404 错误(please, see instalation log)。显然,存储库不可用。

我们可以从虚拟机(see curl output)访问URLhttps://nexus.lab.fiware.org/service/rest/repository/browse/el/7/x86_64/release/,我们的fiware-release.repo配置如下(see fiware-release.repo):

拜托,你能回顾一下这个问题吗?

提前致谢。

最好的问候。

【问题讨论】:

    标签: fiware fiware-orion


    【解决方案1】:

    存储库有效(通过监控进行端点检查),但此路径 (repodata/***) 不存在,看起来像旧缓存。 尝试执行:

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

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

    【讨论】:

    • 我们已经按照您的指示清理了缓存,但我们得到了同样的错误。操作系统信息如下所示: [root@localhost ~]# uname -a Linux localhost.localdomain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux谢谢!
    • nexus.lab.fiware.org/repository/raw/public/repositories/el/7/… 已更新,您可以检查一下新版本吗?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-08-14
    • 1970-01-01
    • 2016-03-11
    • 2021-10-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多