When I install Bench, Frappe and ERPnext from scratch it appears to go without an error until the Setup Wizard, after entering the Company Information I get the following:
In the frappe-bench/logs/web.error.log
I have:
[2018-12-10 12:08:30 +0000] [3486] [INFO] Starting gunicorn 19.9.0
[2018-12-10 12:08:30 +0000] [3486] [INFO] Listening at: http://127.0.0.1:8000 (3486)
[2018-12-10 12:08:30 +0000] [3486] [INFO] Using worker: sync
[2018-12-10 12:08:30 +0000] [3523] [INFO] Booting worker with pid: 3523
fatal: Needed a single revision
fatal: Needed a single revision
fatal: Needed a single revision
fatal: Needed a single revision
fatal: Needed a single revision
fatal: Needed a single revision
I couldn’t find any other log files with issues in ~/frappe-bench/logs
, however in /var/log/supervisor/supervisord.log
I have:
2018-12-10 12:08:24,698 INFO supervisord started with pid 3451
2018-12-10 12:08:25,700 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:25,700 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:25,701 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:25,701 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:25,718 INFO spawned: 'frappe-bench-frappe-web' with pid 3486
2018-12-10 12:08:25,742 INFO spawned: 'frappe-bench-node-socketio' with pid 3487
2018-12-10 12:08:25,780 INFO spawned: 'frappe-bench-redis-queue' with pid 3488
2018-12-10 12:08:25,827 INFO spawned: 'frappe-bench-redis-cache' with pid 3489
2018-12-10 12:08:25,886 INFO spawned: 'frappe-bench-redis-socketio' with pid 3496
2018-12-10 12:08:26,987 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:26,987 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:26,987 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:26,988 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:26,988 INFO success: frappe-bench-frappe-web entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-12-10 12:08:26,988 INFO success: frappe-bench-node-socketio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-12-10 12:08:26,988 INFO success: frappe-bench-redis-queue entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-12-10 12:08:26,988 INFO success: frappe-bench-redis-cache entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-12-10 12:08:26,988 INFO success: frappe-bench-redis-socketio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-12-10 12:08:29,909 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:29,909 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:29,910 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:29,910 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:33,209 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:33,209 INFO gave up: frappe-bench-frappe-default-worker-0 entered FATAL state, too many start retries too quickly
2018-12-10 12:08:33,209 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:33,210 INFO gave up: frappe-bench-frappe-schedule entered FATAL state, too many start retries too quickly
2018-12-10 12:08:33,210 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:33,210 INFO gave up: frappe-bench-frappe-long-worker-0 entered FATAL state, too many start retries too quickly
2018-12-10 12:08:33,210 INFO spawnerr: can't find command 'None'
2018-12-10 12:08:33,210 INFO gave up: frappe-bench-frappe-short-worker-0 entered FATAL state, too many start retries too quickly
Does anyone have any suggestions regarding how I can debug this or what I can do to fix it?