mysociety / sayit.mysociety.org

A hosting service for data using the SayIt component
http://sayit.mysociety.org/
Other
5 stars 4 forks source link

about gunicorn sayit_mysociety_org.wsgi #51

Open johnfelipe opened 10 years ago

johnfelipe commented 10 years ago

Hi, when i put in my comand line ctrl+c in:

(virtualenv-sayit)notroot@felipeurrego:~/sayit/sayit.mysociety.org$ gunicorn sayit_mysociety_org.wsgi

show me this:

^CError in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.7/logging/__init__.py", line 1662, in shutdown
    h.release()
  File "/usr/lib/python2.7/logging/__init__.py", line 705, in release
    self.lock.release()
  File "/usr/lib/python2.7/threading.py", line 203, in release
    raise RuntimeError("cannot release un-acquired lock")
RuntimeError: cannot release un-acquired lock
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.7/logging/__init__.py", line 1662, in shutdown
    h.release()
  File "/usr/lib/python2.7/logging/__init__.py", line 705, in release
    self.lock.release()
  File "/usr/lib/python2.7/threading.py", line 203, in release
    raise RuntimeError("cannot release un-acquired lock")
RuntimeError: cannot release un-acquired lock

This is normal?

dracos commented 10 years ago

I'm afraid I don't know. It doesn't happen here that I can reproduce. I don't know what it means, or what versions of what software you have installed that could be causing it. None of the lines you quote are from within our repository, so I don't think it is anything to do with us. Does it happen with other Django projects? It doesn't sound like it should have any effect, though if you do find out what is causing it, do let us know.