I have issue in running the freshly installed expnext application. I tried to debug a issue by running the command - sudo supervisorctl status all
I found below services are not running.
erpnext-workers:erpnext-frappe-schedule: ERROR (no such file)
erpnext-workers:erpnext-frappe-default-worker-0: ERROR (no such file)
erpnext-workers:erpnext-frappe-long-worker-0: ERROR (no such file)
erpnext-workers:erpnext-frappe-short-worker-0: ERROR (no such file)
I tried to manually restart. But no luck it end up with same above error.
Greatly apricate, if somebody can help me to resolve this issue.
Thanks for immediate response. I installed the application in virtual environment inside VM.
Down you can see the complete result of running the status command. When I tried to connect to the application from browser the error is site not found.
I had tryton which is an another erp application installed in my VM. Some of the services used by tryton had clashing with this application. I’m guessing that could be the issue.