Hello everybody,
I have a cryosparc installation on a cluster, version 4.7.0. I have been using this for a few years with no issues. Today, after coming back from a few days away, I tried starting cryosparc
cryosparcm restart.
The starting process stalls at ‘command_core: started’. If I look into command_core.log, I see multiple repetitions of:
2025-07-29 16:26:26 error ERROR | Connection in use: ('0.0.0.0', 44476)
2025-07-29 16:26:26 error ERROR | Retrying in 1 second.
2025-07-29 16:26:27 error ERROR | Connection in use: ('0.0.0.0', 44476)
2025-07-29 16:26:27 error ERROR | Retrying in 1 second.
2025-07-29 16:26:28 error ERROR | Can't connect to ('0.0.0.0', 44476)
2025-07-29 16:26:30 info INFO | Starting gunicorn 22.0.0
2025-07-29 16:26:30 error ERROR | Connection in use: ('0.0.0.0', 44476)
2025-07-29 16:26:30 error ERROR | Retrying in 1 second.
2025-07-29 16:26:31 error ERROR | Connection in use: ('0.0.0.0', 44476)
2025-07-29 16:26:31 error ERROR | Retrying in 1 second.
I have tried changing port but that did not help.
Appreciate any help. thanks!!