When I run /mnt/d/dataiku/DATA_DIR/bin/dss start I got: dss: DSS supervisor is not running *** dss : DSS supervisor failed to start.
Looking at /mnt/d/dataiku/DATA_DIR/run/supervisord.log I got:
2019-06-11 21:42:09,600 INFO RPC interface 'supervisor' initialized
2019-06-11 21:42:09,605 INFO daemonizing the supervisord process
2019-06-11 21:42:09,606 INFO set current directory: '/mnt/d/dataiku/DATA_DIR/run'
2019-06-11 21:42:09,609 INFO supervisord started with pid 3918
2019-06-11 21:42:10,623 INFO spawned: 'ipython' with pid 3921
2019-06-11 21:42:10,629 INFO spawned: 'nginx' with pid 3922
2019-06-11 21:42:10,636 INFO spawned: 'backend' with pid 3923
2019-06-11 21:42:15,637 INFO success: ipython entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2019-06-11 21:42:15,637 INFO success: nginx entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2019-06-11 21:42:20,936 INFO success: backend entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
2019-06-11 21:42:43,941 ERRO /mnt/d/dataiku/DATA_DIR/run/svd.sock:Server Error: , string index out of range: file: /mnt/d/dataiku/dataiku-dss-5.1.4/python.packages/supervisor/http.py line: 232
2019-06-11 21:45:30,662 INFO RPC interface 'supervisor' initialized
2019-06-11 21:45:30,683 INFO daemonizing the supervisord process
2019-06-11 21:45:30,684 INFO set current directory: '/mnt/d/dataiku/DATA_DIR/run'
2019-06-11 21:45:30,684 INFO supervisord started with pid 44
2019-06-11 21:45:31,723 INFO spawned: 'ipython' with pid 47
2019-06-11 21:45:31,728 INFO spawned: 'nginx' with pid 48
2019-06-11 21:45:31,734 INFO spawned: 'backend' with pid 49
2019-06-11 21:45:37,032 INFO success: ipython entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2019-06-11 21:45:37,032 INFO success: nginx entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2019-06-11 21:45:41,930 INFO success: backend entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
Any help?