Created
August 15, 2012 13:32
-
-
Save superdaigo/3360187 to your computer and use it in GitHub Desktop.
gunicorn の起動エラー
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/oreore/app/env/bin/gunicorn_django", line 8, in <module> | |
load_entry_point('gunicorn==0.14.6', 'console_scripts', 'gunicorn_django')() | |
File "/home/oreore/app/env/lib/python2.6/site-packages/gunicorn/app/djangoapp.py", line 132, in run | |
DjangoApplication("%prog [OPTIONS] [SETTINGS_PATH]").run() | |
File "/home/oreore/app/env/lib/python2.6/site-packages/gunicorn/app/base.py", line 124, in run | |
Arbiter(self).run() | |
File "/home/oreore/app/env/lib/python2.6/site-packages/gunicorn/arbiter.py", line 72, in __init__ | |
cwd = os.getcwd() | |
OSError: [Errno 2] No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gunicorn 0.14.5 だと起動してたのだが、 0.14.6 になったら動かなくなった。
起動スクリプトの中で
cd /tmp
すると動くようになった。