Hi Folks, After run this command: sudo systemctl status gunicorn
*● gunicorn.service - gunicorn daemon Loaded: loaded (/etc/systemd/system/gunicorn.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2019-06-12 14:01:44 UTC; 10min ago Process: 20765 ExecStart=/home/sai/myproject/env/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/sai/myproject/gunicorn.sock clothproject1.wsgi:applica Main PID: 20765 (code=exited, status=1/FAILURE)Jun 12 14:01:44 sai-foundation gunicorn[20765]: self.stop()Jun 12 14:01:44 sai-foundation gunicorn[20765]: File "/home/sai/myproject/env/lib/python3.6/site-packages/gunicorn/arbiter.py", line 393, in stopJun 12 14:01:44 sai-foundation gunicorn[20765]: time.sleep(0.1)Jun 12 14:01:44 sai-foundation gunicorn[20765]: File "/home/sai/myproject/env/lib/python3.6/site-packages/gunicorn/arbiter.py", line 245, in handle_chldJun 12 14:01:44 sai-foundation gunicorn[20765]: self.reap_workers()Jun 12 14:01:44 sai-foundation gunicorn[20765]: File "/home/sai/myproject/env/lib/python3.6/site-packages/gunicorn/arbiter.py", line 525, in reap_workersJun 12 14:01:44 sai-foundation gunicorn[20765]: raise HaltServer(reason, self.WORKER_BOOT_ERROR)Jun 12 14:01:44 sai-foundation gunicorn[20765]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>Jun 12 14:01:44 sai-foundation systemd[1]: gunicorn.service: Main process exited, code=exited, status=1/FAILUREJun 12 14:01:44 sai-foundation systemd[1]: gunicorn.service: Failed with result 'exit-code'.lines 1-16/16 (END)* please help me guys if you know this solutions? Thank You Regards, Soumen -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPUw6WZFXvvW9BvVtxN4rMb5VEBGByRoPmajGOg-Eq0MBx%2Bf9Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

