Greetings dear community, I was restarting CryoSPARC and an app error occured:
[yuexin@yxtaiyi ~]$ cryosparcm restart
CryoSPARC is running.
Stopping cryoSPARC
command_core: stopped
command_rtp: stopped
command_vis: stopped
database: stopped
Shut down
Starting cryoSPARC System master process..
CryoSPARC is not already running.
configuring database
configuration complete
database: started
checkdb success
command_core: started
command_core connection succeeded
command_core startup successful
command_vis: started
command_rtp: started
command_rtp connection succeeded
command_rtp startup successful
app: ERROR (spawn error)
I checked the status and log app, the output is following down, shows an node error:
[yuexin@yxtaiyi ~]$ cryosparcm status | grep -v LICENSE
----------------------------------------------------------------------------
CryoSPARC System master node installed at
/home/yuexin/cryosparc/cryosparc_master
Current cryoSPARC version: v4.3.1
----------------------------------------------------------------------------
CryoSPARC process status:
app FATAL Exited too quickly (process log may have details)
app_api STOPPED Not started
app_api_dev STOPPED Not started
app_legacy STOPPED Not started
app_legacy_dev STOPPED Not started
command_core RUNNING pid 138047, uptime 0:03:12
command_rtp RUNNING pid 138660, uptime 0:03:03
command_vis RUNNING pid 138545, uptime 0:03:04
database RUNNING pid 137694, uptime 0:03:16
----------------------------------------------------------------------------
License is valid
----------------------------------------------------------------------------
global config variables:
export CRYOSPARC_MASTER_HOSTNAME="localhost"
export CRYOSPARC_DB_PATH="/home/yuexin/cryosparc/cryosparc_database"
export CRYOSPARC_BASE_PORT=39000
export CRYOSPARC_DEVELOP=false
export CRYOSPARC_INSECURE=false
export CRYOSPARC_CLICK_WRAP=true
export CRYOSPARC_HEARTBEAT_SECONDS=600
[HPM] Client disconnected
[HPM] Client disconnected
node: error while loading shared libraries: libnode.so.93: cannot open shared object file: No such file or directory
node: error while loading shared libraries: libnode.so.93: cannot open shared object file: No such file or directory
node: error while loading shared libraries: libnode.so.93: cannot open shared object file: No such file or directory
How should I deal with this? Many thanks!