Wednesday, February 25, 2015

Re: Gunicorn sock file is missing?

> Den 25/02/2015 kl. 07.16 skrev Kaloian <kaloian.minkov@gmail.com>:
>
> I have an ansible provisioned VM based on this one https://github.com/jcalazan/ansible-django-stack but for some reason trying to start Gunicorn gives the following error:
>
> Can't connect to /path/to/my/gunicorn.sock
>
> [...]
>
> Can anyone point me to any direction what could be causing the missing gunicorn.sock file ?

Is gunicorn even running? If not, you ned to find out why it failed to start, or why it crashed. As a start, try adding the absolute path to gunicorn in your gunicorn_start script instead of just "exec gunicorn".

Erik

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/F5273312-7606-45BD-9042-0807A7F030D1%40cederstrand.dk.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment