无法从Wirecloud GE连接到Orion Message Broker

时间:2017-05-03 17:11:50

标签: fiware fiware-orion fiware-wirecloud

我想使用https://store.lab.fiware.org/提供的Orion相关小部件来管理来自Wirecloud的本地Orion实例。

问题是,在提供所有参数时,我无法连接到我的Orion实例(wirecloud和orion都在分离的Docker容器上本地运行)。我已按照https://github.com/conwetlab/ngsi-proxy(apt-get方法)中的说明配置了Wirecloud容器来部署ngsi-proxy。

例如,我的NGSI浏览器配置了以下参数:

enter image description here

我得到的404没有反馈意见:

enter image description here

我的Orion实例没有安全配置,服务或租户,它是全新的,有些实体是为了测试而创建的。

你知道我是否错过了一些配置吗?你知道一个日志文件,我可以在哪里找到更丰富的反馈吗?

1 个答案:

答案 0 :(得分:0)

问题是NGSI浏览器必须连接到Orion Context Broker端口(1026)。

另一个问题是我试图通过使用来自Wirecloud的另一个docker contaniner的URL http://localhost:1026/来连接到我的dockerized orion。将localhost URL更改为docker 172.17.0.3的实际IP,启用了两个docker实例之间的连接。