Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multivisor web interface does not come up (hangs) #95

Closed
kratsg opened this issue Apr 6, 2023 · 1 comment
Closed

multivisor web interface does not come up (hangs) #95

kratsg opened this issue Apr 6, 2023 · 1 comment

Comments

@kratsg
Copy link

kratsg commented Apr 6, 2023

I'm trying to understand how to debug this. unfortunately, there's not a lot of error messages or information on what's going wrong here. I can confirm that supervisord/ctl is up and running on the port and listening via netcat (is there another way I can check?)

[root@itkpix-srv itkpix-srv.ucsc.edu]# nc -zvw10  itkpix-rpi-5.ucsc.edu 9002
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to 128.114.130.248:9002.
Ncat: 0 bytes sent, 0 bytes received in 0.01 seconds.

however the logs I get when running multivisor (see #88) are as follows (it almost seems like it's hanging?):

[root@itkpix-srv itkpix-srv.ucsc.edu]# docker logs -f multivisor
/venv/bin/multivisor --bind 0.0.0.0:22000 -c /multivisor.conf
INFO 2023-04-06 06:14:20,634 root: Start accepting requests
INFO 2023-04-06 06:14:20,638 multivisor.itkpix-rpi-5.ucsc.edu: (re)initializing...

I'm not sure what's going wrong here as the server does not spin up and it's not responding over HTTP.

@kratsg kratsg changed the title multivisor web interface does not come up multivisor web interface does not come up (hangs) Apr 6, 2023
@kratsg
Copy link
Author

kratsg commented Apr 17, 2023

Update: it seems to have resolved itself by just.. removing the image and re-building / re-running everything.

@kratsg kratsg closed this as completed Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant