简体   繁体   English

如何启动教程-IoT.Sensors服务以在FIWARE Lab中的Linux实例中启动

[英]How to start the tutorials-IoT.Sensors services to start in linux instance in FIWARE Lab

I recently deployed an instance of Ubuntu 16.04 on FIWARE Lab and accessed it using putty, I downloaded docker & docker-compose, I successfully installed fiware-orion & mongo-db as I followed the tutorial, I tried to follow the iot sensor tutorial but whenever I try to start the service it keeps stucking in this infinte loop -> Context Broker HTTP state : 000 (waiting for 200). 我最近在FIWARE Lab上部署了Ubuntu 16.04的一个实例,并使用腻子对其进行了访问,我下载了docker&docker-compose,在按照该教程操作的同时成功安装了fiware-orion&mongo-db,我尝试遵循iot sensor教程,但是每当我尝试启动该服务时,它都会一直停留在此无限循环-> Context Broker HTTP状态:000(等待200)中。

Any suggestions? 有什么建议么?

Details 细节

  • region:crete 区域:克里特岛
  • image: ubuntu 16.04 图片:Ubuntu 16.04

在此处输入图片说明 putty infinite loop 腻子无限循环

The problem was that the docker-compose did not include Orion (and MongoDB) instance which are required dependencies for this tutorial. 问题在于,docker-compose不包含Orion(和MongoDB)实例,而该实例是本教程必需的依赖项。 We have updated the corresponding docker-compose file in order to include both dependencies and now it is working properly. 我们已经更新了相应的docker-compose文件,以包括两个依赖项,并且现在它可以正常工作。 Tips: do not forget to open the corresponding port (3000) in the security and assign a floating IP to the virtual machine to access to the /device/monitor (do not use localhost for accessing it). 提示:不要忘记在安全性中打开相应的端口(3000),并为虚拟机分配一个浮动IP来访问/ device / monitor(请勿使用localhost来访问它)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM