Import Micrographs broken in 2.12?

Hi @Peiyu-Xu,

Can you confirm you’re creating a new job and not cloning the original job that caused the issue?

If that doesn’t work, can you make sure there are no zombie processes:

cryosparcm stop
ps -ax | grep “supervisord” (kill only the process that is running from your cryosparc2 install)
ps -ax | grep “cryosparc2_command” (kill all the matching processes related to your cryosparc2 instance)
ps -ax | grep “mongod” (kill only the process running your cryosparc2 database)

e.g. kill 82681
1 Like