dsys / match

:crystal_ball: Scalable reverse image search built on Kubernetes and Elasticsearch
Other
1.24k stars 150 forks source link

Unable to run out-of-box #15

Closed dcurletti closed 7 years ago

dcurletti commented 7 years ago

Traceback (most recent call last): File "/usr/local/bin/gunicorn", line 11, in <module> sys.exit(run()) File "/usr/local/lib/python3.5/site-packages/gunicorn/app/wsgiapp.py", line 74, in run WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run() File "/usr/local/lib/python3.5/site-packages/gunicorn/app/base.py", line 192, in run super(Application, self).run() File "/usr/local/lib/python3.5/site-packages/gunicorn/app/base.py", line 72, in run Arbiter(self).run() File "/usr/local/lib/python3.5/site-packages/gunicorn/arbiter.py", line 218, in run self.halt(reason=inst.reason, exit_status=inst.exit_status) File "/usr/local/lib/python3.5/site-packages/gunicorn/arbiter.py", line 331, in halt self.stop() File "/usr/local/lib/python3.5/site-packages/gunicorn/arbiter.py", line 381, in stop time.sleep(0.1) File "/usr/local/lib/python3.5/site-packages/gunicorn/arbiter.py", line 231, in handle_chld self.reap_workers() File "/usr/local/lib/python3.5/site-packages/gunicorn/arbiter.py", line 506, in reap_workers raise HaltServer(reason, self.WORKER_BOOT_ERROR) gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3> make: *** [run] Error 1

I'm assuming it has something to do with ports?

Adarsh1999 commented 3 years ago

hey @dcurletti how did you solved the error?