Hi
Unfortunately the volume viewer problem is back(?). At least now my instance had again this failure. But it was this time also so that jobs couldn’t be started. But jobs that where started earlier where still running.
I got these from one user:
Traceback (most recent call last):
File "/opt/cryosparc/cryosparc_worker/cryosparc_tools/cryosparc/command.py", line 105, in func
with make_json_request(self, "/api", data=data, stacklevel=4) as request:
File "/opt/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/contextlib.py", line 135, in _enter
return next(self.gen)
File "/opt/cryosparc/cryosparc_worker/cryosparc_tools/cryosparc/command.py", line 226, in make_request
raise CommandError(error_reason, url=url, code=code, data=resdata)
cryosparc_tools.cryosparc.errors.CommandError: *** (http://cryosparcmaster.xxxx:39002/api, code 500) Timeout Error
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "cryosparc_master/cryosparc_compute/run.py", line 139, in cryosparc_master.cryosparc_compute.run.main
File "/opt/cryosparc/cryosparc_worker/cryosparc_tools/cryosparc/command.py", line 108, in func
raise CommandError(
cryosparc_tools.cryosparc.errors.CommandError: *** (http://xxxxx:39002, code 500) Encounted error from JSONRPC function "dump_job_database" with params {'project_uid': 'P162', 'job_uid': 'J462', 'job_completed': True}
cryosparcm restart command_vis didn’t help.
Only cryosparcm restart command_core brought it back. But killed all running jobs.
Best wishes