[ERROR] Exception in worker process:
Traceback (most recent call last):
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
worker.init_process()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process
self.wsgi = self.app.wsgi()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
self.callable = self.load()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
return self.load_wsgiapp()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp
return util.import_app(self.app_uri)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
__import__(module)
File "/home/mikechung/Q/QWebAppProj/QWebAppProj/wsgi.py", line 26, in <module>
server.serve_forever()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/baseserver.py", line 282, in serve_forever
self.start()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/baseserver.py", line 234, in start
self.init_socket()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/pywsgi.py", line 639, in init_socket
StreamServer.init_socket(self)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 78, in init_socket
self.socket = self.get_listener(self.address, self.backlog, self.family)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 89, in get_listener
return _tcp_listener(address, backlog=backlog, reuse_addr=self.reuse_addr, family=family)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 153, in _tcp_listener
sock.bind(address)
File "<string>", line 1, in bind
error: [Errno 98] Address already in use: ('', 8000)
Traceback (most recent call last):
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
worker.init_process()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process
self.wsgi = self.app.wsgi()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
self.callable = self.load()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
return self.load_wsgiapp()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp
return util.import_app(self.app_uri)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
__import__(module)
File "/home/mikechung/Q/QWebAppProj/QWebAppProj/wsgi.py", line 26, in <module>
server.serve_forever()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/baseserver.py", line 282, in serve_forever
self.start()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/baseserver.py", line 234, in start
self.init_socket()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/pywsgi.py", line 639, in init_socket
StreamServer.init_socket(self)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 78, in init_socket
self.socket = self.get_listener(self.address, self.backlog, self.family)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 89, in get_listener
return _tcp_listener(address, backlog=backlog, reuse_addr=self.reuse_addr, family=family)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 153, in _tcp_listener
sock.bind(address)
File "<string>", line 1, in bind
error: [Errno 98] Address already in use: ('', 8000)
2014-03-20 17:37:44 [3849] [INFO] Worker exiting (pid: 3849)
2014-03-20 17:37:44 [3850] [ERROR] Exception in worker process:
Traceback (most recent call last):
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
worker.init_process()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process
self.wsgi = self.app.wsgi()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
self.callable = self.load()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
return self.load_wsgiapp()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp
return util.import_app(self.app_uri)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
__import__(module)
File "/home/mikechung/Q/QWebAppProj/QWebAppProj/wsgi.py", line 26, in <module>
server.serve_forever()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/baseserver.py", line 282, in serve_forever
self.start()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/baseserver.py", line 234, in start
self.init_socket()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/pywsgi.py", line 639, in init_socket
StreamServer.init_socket(self)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 78, in init_socket
self.socket = self.get_listener(self.address, self.backlog, self.family)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 89, in get_listener
return _tcp_listener(address, backlog=backlog, reuse_addr=self.reuse_addr, family=family)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 153, in _tcp_listener
sock.bind(address)
File "<string>", line 1, in bind
error: [Errno 98] Address already in use: ('', 8000)
Traceback (most recent call last):
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
worker.init_process()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process
self.wsgi = self.app.wsgi()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
self.callable = self.load()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
return self.load_wsgiapp()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp
return util.import_app(self.app_uri)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
__import__(module)
File "/home/mikechung/Q/QWebAppProj/QWebAppProj/wsgi.py", line 26, in <module>
server.serve_forever()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/baseserver.py", line 282, in serve_forever
self.start()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/baseserver.py", line 234, in start
self.init_socket()
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/pywsgi.py", line 639, in init_socket
StreamServer.init_socket(self)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 78, in init_socket
self.socket = self.get_listener(self.address, self.backlog, self.family)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 89, in get_listener
return _tcp_listener(address, backlog=backlog, reuse_addr=self.reuse_addr, family=family)
File "/home/mikechung/stackEnv/lib/python2.7/site-packages/gevent/server.py", line 153, in _tcp_listener
sock.bind(address)
File "<string>", line 1, in bind
error: [Errno 98] Address already in use: ('', 8000)
2014-03-20 17:37:44 [3850] [INFO] Worker exiting (pid: 3850)
^C2014-03-20 17:37:50 [3848] [INFO] Worker exiting (pid: 3848)
2014-03-20 17:37:50 [3837] [INFO] Shutting down: Master
2014-03-20 17:37:50 [3837] [INFO] Reason: Worker failed to boot.
I forgot to mention that I am having nginx create file socket that gunicorn subscribes to.