cryosparc_master
is installed.bash
"Couldn't connect to host" "Could not resolve host" {"success": false} "tar: This does not look like a tar archive" "Version mismatch! Worker and master versions are not the same. Please update." "An unexpected error has occurred."
LICENSE_ID
environment variable is set correctly with this commandcurl
command:{"success": true}
. If instead you see {"success": false}
, your license is not valid, so please check it has been entered correctly.get.cryosparc.com
license server domain whitelisted.cryosparcm status
_dev
are RUNNING
. If any are not, run cryosparcm restart
_dev
components have a status other than RUNNING
(such as STOPPED
or EXITED
), check their log for errors. For example, this command checks for errors on the database
process:control C
, then q
to stop logging)No command 'cryosparcm' found
or command not found: cryosparcm
:cryosparc_master
is installedecho $PATH
and check that it contains <installation directory>/cryosparc_master/bin
39000
) is exposed for network accesscryosparcm listusers
cryosparcm mongo
db.users.update({ 'emails.0.address': '[email protected]' }, { $set: { 'emails.0.address': '[email protected]' } })
exit
cryosparcm resetpassword --email "<email address>" --password "<new password>"
"License is invalid." "License signature invalid." "Could not find local license file. Please re-establish your connection to the license servers." "Local license file is expired. Please re-establish your connection to the license servers." "Token is invalid. Another cryoSPARC instance is running with the same license ID."
curl
command (substitute <license>
with your unique license ID):{"success": true}
{"success": false}
, your license is not valid so please check it has been entered correctly.get.cryosparc.com
license server domain whitelisted."Another cryoSPARC instance is running with the same license ID."
kill <PID>
, where <PID>
is the process ID number at the beginning of each line.python
process in this process listkillall
program installed, kill all running python processes with one of these commands:<cryosparcuser>
with the username that runs cryoSPARC."list index out of range" "Could not resolve hostname ... Name or service not known"
Queued
or Launched
status may also indicate this./resources
page to see what lanes are availablecommand_core
log to find any application error messagesControl + C
on the keyboard to exit when finished)Traceback (most recent call last)
"AssertionError: Child process with PID ... has terminated unexpectedly!"
"cuInit failed: unknown error" "no CUDA-capable device is detected" "cuMemHostAlloc failed: OS call failed or operation not supported on this OS" "cuCtxCreate failed: invalid device ordinal kernel.cu ... error: identifier "__shfl_down_sync" is undefined
"cuMemAlloc failed: out of memory" "cuArrayCreate failed: out of memory" "cufftAllocFailed"
cryosparcw gpulist
command:nvidia-smi
to check the GPU and CUDA driver status. kill <PID>
, substituting <PID>
with the value under the Processes PID columnAssertionError: Non-optional inputs from the following input groups and their slots are not connected
then expand any input groups connected to the job. Missing required slots appear in red cryosparcm joblog
command (press Control + C
on the keyboard to exit when finished)