dss: DSS supervisor is not running
rafael_rosado97
Posts: 64 Partner
I want to check Dataiku status running ./dss status command and it returns: dss: DSS supervisor is not running
Dataiku is working fine without any problem but the command is not working.
I validated my data dir and it is right where I am running it.
Do you know the reason why it is ocurring?
Thank you!!
Operating system used: Linux
Tagged:
Answers
-
"DSS supervisor is not running" doesn't mean DSS is not running. It means the supervisord process which looks after the DSS processes is not running. Have a look at the ./run/supervisord.log to see what the problem with the supervisord process was or do "dss restart" to restart all processes.