在天鹅座中订阅错误

时间:2017-08-07 11:22:08

标签: fiware fiware-orion fiware-cygnus

我在天鹅座创建订阅时遇到问题。 我真的认为错误来自contextBroker,因为它出现在日志中 - 这是它显示的信息:

Time = 2017-08-07T10: 48: 09.360Z | Lvl = WARN | Corr = N / A | Trans = 1502101560-775-00000000006 | From = pending | Srv = pending | Subsrv = pending | Comp = Orion | Op = AlarmManager.cpp [328]: notificationError | Msg = Raising alarm NotificationError http: // localhost: 5050 / notify: (
Easy_perform failed: Could not connect to server)

我有开放端口。 我的订阅状态失败。

我该如何解决?

修改

创作如下:

{
  "description": "A subscription to get info about Room1",
  "subject": {
    "entities": [
      {
        "id": "Room1",
        "type": "Room"
      }
    ],
    "condition": {
      "attrs": [
        "pressure"
      ]
    }
  },
  "notification": {
    "http": {
      "url": "http://localhost:5050/notify"
    },
    "attrs": [
      "temperature"
    ],
    "attrsFormat": "legacy"
  }
}

当我在已创建的orion机器上执行fiwarelab上的订阅时,如果它正常工作,但当我尝试使用机器centos 6并执行安装步骤时,我会收到该错误。

我已经解决了这个问题并且已经设置好了。

我遵循以下步骤:

安装天鹅座:

首先安装java和maven,因为它放在了fiware网上 第二次安装yum install cygnus 3º安装apache水槽,因为它放在网络上 第四次安装mySQL 5配置代理

一切都已经有效。

1 个答案:

答案 0 :(得分:1)

我已经解决了问题并且已经设置好了。我遵循以下步骤:

安装天鹅座:

  1. 安装java和maven,因为它放在了网络上的软件
  2. 使用yum install cygnus安装
  3. 安装apache flume,因为它放在了网络上。
  4. 安装mySQL
  5. 配置代理一切正常。
  6. 应该注意的是,这是针对0.13的天鹅座版本。我试图在下一篇文章中将其用于1.7版本

    ContextBroker subscriptions Error