我已经安装了 Orion 的最新版本 0.12.0,当我发送 queryContext 或 updateContext 时,系统给我:“curl: (7) could't connect to host”,
有什么问题?
谢谢!
我已经安装了 Orion 的最新版本 0.12.0,当我发送 queryContext 或 updateContext 时,系统给我:“curl: (7) could't connect to host”,
有什么问题?
谢谢!
在分析问题评论中的用户反馈后,问题似乎是 Orion Context Broker 没有运行。
为了启动 Orion Context Broker(有关更多详细信息,请参阅https://wiki.fi-ware.org/Publish/Subscribe_Broker_-_Orion_Context_Broker_-_Installation_and_Administration_Guide#Running_Orion_Context_Broker中的参考文档),您可以:
/etc/init.d/contextBroker start
命令(以 root 或 sudo 权限运行)contextBroker
命令
contextBroker -fg -t 0-255
. 一旦确保它正常工作(例如 curl 版本等),然后在控制台中使用 Ctrl+C 中断该过程并在后台运行它。