Edge Software Catalog
Support for issues related to Edge Software Catalog
472 Diskussionen

Intelligent Traffic Management Grafana container not running

YY4
Mitarbeiter
4.549Aufrufe

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

Beschriftungen (1)
0 Kudos
1 Lösung
Xiang_Intel
Moderator
4.453Aufrufe
7 Antworten
Murni_J_Intel
Moderator
4.524Aufrufe

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)

 

YY4
Mitarbeiter
4.511Aufrufe

please see attached log, thanks so much!

YY4
Mitarbeiter
4.489Aufrufe

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

Xiang_Intel
Moderator
4.460Aufrufe

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

     

YY4
Mitarbeiter
4.455Aufrufe

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

Xiang_Intel
Moderator
4.454Aufrufe

Great to hear this from you. 

JesusE_Intel
Moderator
4.422Aufrufe

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

Antworten