Edge Software Catalog
Support for issues related to Edge Software Catalog
442 Discussions

Visualizer container is restarting again and again and finally getting dropped

Snehal_Yesugade
Beginner
1,325 Views

When we are deploying our use case on a server, what we could observe is -

when we freshly do docker-compose up, the ia_visualizer container is starting again and again. And if we continue running after some time on docker ps we do not see ia_visualizer is container list.

Request your help to debug this issue.

I have attached screenshot of same

Labels (1)
0 Kudos
3 Replies
Murni_J_Intel
Moderator
1,304 Views

Hi @Snehal_Yesugade 

From the attached error, seems like the Visualizer container is unable to connect to the display. Does your server setup have a display or it is just command-line based?

 

If your server is connected to the display, you should see the visualizer pop out, before that as mentioned you need to run xhost + command it is a one time configuration. and needed by ia_visualizer service to render the UI. you will need to repeat this step every time you reboot your server.  

 

if the problem still persists, can you help to share the screen capture of docker ps output and your docker-compose.yml file?

0 Kudos
Snehal_Yesugade
Beginner
1,280 Views

Hi,

Server is command line based no display.

xhost+ could not ressolve the problem as of now.

0 Kudos
Jia-Shing_W_Intel
Moderator
1,271 Views

If your server doesn't have an X11 display, then this isn't for you as the visualizer container utilizes tkinter to visualize and display the inference results via X11. It's perfectly okay for you to comment out the section for the visualizer in the docker-compose.yml file, or you can stop the container manually.

Alternatively, you can view the inference results from the web visualizer container with a web browser. You can refer to section 10.2 in the user guide.

0 Kudos
Reply