Update spawn error

You may want to try:

  1. cryosparcm stop
  2. Before deleting any “sock” files from /tmp, please check for orphaned CryoSPARC-related processes:
    ps xww | grep -e cryosparc -e mongo
  3. kill, but not kill -9, CryoSPARC-related processes that may still be running.
  4. Confirm there are no CryoSPARC-related processes left running:
    ps xww | grep -e cryosparc -e mongo
  5. delete cryosparc-supervisor-4c4a4bf2c532bf2738317c6734588d17.sock, mongodb-39001.sock from /tmp if they are still there.
  6. cryosparcm start
1 Like