Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on April 15, 2024 9:15PM
Likes: 0
Replies: 1
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
"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.