Edge Software Catalog
Support for issues related to Edge Software Catalog
공지
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
481 토론

Intelligent Traffic Management Grafana container not running

YY4
직원
4,672 조회수

when following the steps at:

https://software.intel.com/content/www/us/en/develop/articles/intelligent-traffic-management.html

to run the demo, i can see that grafana actually not running with a error message when checking the log:

itm_smartcity | 2021-08-15 :: Connecting grafana: Grafana container not up yet, retrying...

 

seems the grafana container never started, i try to restart it manually buy failed...  

 

attached the log

레이블 (1)
0 포인트
1 솔루션
7 응답
Murni_J_Intel
중재자
4,647 조회수

Hi @YY4 

 

Can you please share your $ docker ps and $ docker logs -f itm_smarticty output?

please ensure to run the below to set the host IP before you run the $ docker-compose up -d command 

export HOST_IP=$(hostname -I | cut -d' ' -f1)

 

0 포인트
YY4
직원
4,634 조회수

please see attached log, thanks so much!

0 포인트
YY4
직원
4,612 조회수

refreshed the whole SW but still not be able to bring up.

0 포인트
Xiang_Intel
중재자
4,583 조회수

Hi @YY4 ,

 

I am able to reproduce your issue stated above. It is found that when the HOST_IP env variable is set not correctly, then will see this issue.

Based on the log you have provided, the host ip is set to 172.17.0.1.

Can I request your help to verify again?

Steps:

1. In a new terminal, go to Intelligent_Traffic_Management_<version>/Intelligent_Traffic_Management/intelligent-traffic-management

2. export your current machine IP address. (You can look up your system IP address via ip a or ifconfig).

    export HOST_IP=<System-IP-address>

3. Verify that HOST_IP is correctly sourced into the environment.

     export | grep HOST_IP

4. Then run docker-compose up.

     sudo -E docker-compose up

     

0 포인트
YY4
직원
4,578 조회수

sorry not updated the latest status in time, i have fixed the issue, really appreciate for the supports. 

0 포인트
Xiang_Intel
중재자
4,577 조회수

Great to hear this from you. 

JesusE_Intel
중재자
4,545 조회수

If you need any additional information, please submit a new question as this thread will no longer be monitored.

0 포인트
응답