关于“Deployment Manager: Package and deploy”的评价
17868 条评价
Good Ideas for work !!!
Braicot E. · 已于 over 6 years前审核
Good ... but very complicated lab
Mohammed B. · 已于 over 6 years前审核
Prakhar K. · 已于 over 6 years前审核
Rajesh B. · 已于 over 6 years前审核
amir s. · 已于 over 6 years前审核
Sivakumar T. · 已于 over 6 years前审核
Rajesh B. · 已于 over 6 years前审核
David K. · 已于 over 6 years前审核
Mariusz S. · 已于 over 6 years前审核
gunicorn keeps throwing errors. Here's the traceback output for it: student-00-62f2eb545cfb@echo-test-instance:~$ errlog.txt | sudo gunicorn -b 0.0.0.0:80 -w 4 echo:app [2019-11-28 15:44:50 +0000] [7953] [INFO] Starting gunicorn 19.10.0 [2019-11-28 15:44:50 +0000] [7953] [INFO] Listening at: http://0.0.0.0:80 (7953) [2019-11-28 15:44:50 +0000] [7953] [INFO] Using worker: sync errlog.txt: command not found [2019-11-28 15:44:50 +0000] [7958] [INFO] Booting worker with pid: 7958 [2019-11-28 15:44:50 +0000] [7959] [INFO] Booting worker with pid: 7959 [2019-11-28 15:44:50 +0000] [7960] [INFO] Booting worker with pid: 7960 [2019-11-28 15:44:50 +0000] [7961] [INFO] Booting worker with pid: 7961 [2019-11-28 15:44:51 +0000] [7958] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 586, in spawn_worker worker.init_process() File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 135, in init_process self.load_wsgi() File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 144, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load return self.load_wsgiapp() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python2.7/dist-packages/gunicorn/util.py", line 350, in import_app __import__(module) File "/usr/local/lib/python2.7/dist-packages/echo/__init__.py", line 15, in <module> app.config.from_pyfile('default.cfg') File "/usr/local/lib/python2.7/dist-packages/flask/config.py", line 129, in from_pyfile with open(filename, mode='rb') as config_file: IOError: [Errno 2] Unable to load configuration file (No such file or directory): '/usr/local/lib/python2.7/dist-packages/echo/default.cfg' [2019-11-28 15:44:51 +0000] [7958] [INFO] Worker exiting (pid: 7958) [2019-11-28 15:44:51 +0000] [7959] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 586, in spawn_worker worker.init_process() File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 135, in init_process self.load_wsgi() File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 144, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load return self.load_wsgiapp() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python2.7/dist-packages/gunicorn/util.py", line 350, in import_app __import__(module) File "/usr/local/lib/python2.7/dist-packages/echo/__init__.py", line 15, in <module> app.config.from_pyfile('default.cfg') File "/usr/local/lib/python2.7/dist-packages/flask/config.py", line 129, in from_pyfile with open(filename, mode='rb') as config_file: IOError: [Errno 2] Unable to load configuration file (No such file or directory): '/usr/local/lib/python2.7/dist-packages/echo/default.cfg' [2019-11-28 15:44:51 +0000] [7959] [INFO] Worker exiting (pid: 7959) [2019-11-28 15:44:51 +0000] [7960] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 586, in spawn_worker worker.init_process() File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 135, in init_process self.load_wsgi() File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 144, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load return self.load_wsgiapp() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python2.7/dist-packages/gunicorn/util.py", line 350, in import_app __import__(module) File "/usr/local/lib/python2.7/dist-packages/echo/__init__.py", line 15, in <module> app.config.from_pyfile('default.cfg') File "/usr/local/lib/python2.7/dist-packages/flask/config.py", line 129, in from_pyfile with open(filename, mode='rb') as config_file: IOError: [Errno 2] Unable to load configuration file (No such file or directory): '/usr/local/lib/python2.7/dist-packages/echo/default.cfg' [2019-11-28 15:44:51 +0000] [7960] [INFO] Worker exiting (pid: 7960) [2019-11-28 15:44:51 +0000] [7961] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 586, in spawn_worker worker.init_process() File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 135, in init_process self.load_wsgi() File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 144, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load return self.load_wsgiapp() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python2.7/dist-packages/gunicorn/util.py", line 350, in import_app __import__(module) File "/usr/local/lib/python2.7/dist-packages/echo/__init__.py", line 15, in <module> app.config.from_pyfile('default.cfg') File "/usr/local/lib/python2.7/dist-packages/flask/config.py", line 129, in from_pyfile with open(filename, mode='rb') as config_file: IOError: [Errno 2] Unable to load configuration file (No such file or directory): '/usr/local/lib/python2.7/dist-packages/echo/default.cfg' [2019-11-28 15:44:51 +0000] [7961] [INFO] Worker exiting (pid: 7961) Traceback (most recent call last): File "/usr/local/bin/gunicorn", line 8, in <module> sys.exit(run()) File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 61, in run WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 223, in run super(Application, self).run() File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 72, in run Arbiter(self).run() File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 232, in run self.halt(reason=inst.reason, exit_status=inst.exit_status) File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 345, in halt self.stop() File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 396, in stop time.sleep(0.1) File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 245, in handle_chld self.reap_workers() File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 528, in reap_workers raise HaltServer(reason, self.WORKER_BOOT_ERROR) gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
Fatehpaul D. · 已于 over 6 years前审核
Hamza F. · 已于 over 6 years前审核
Ievgen G. · 已于 over 6 years前审核
Abu S. · 已于 over 6 years前审核
Khushbu J. · 已于 over 6 years前审核
Ismael C. · 已于 over 6 years前审核
Chaitanya G. · 已于 over 6 years前审核
Rafal W. · 已于 over 6 years前审核
ok
Padmanaban M. · 已于 over 6 years前审核
Good
Arulmani K. · 已于 over 6 years前审核
Maksim S. · 已于 over 6 years前审核
Ivan S. · 已于 over 6 years前审核
Athira c. · 已于 over 6 years前审核
Lijin P. · 已于 over 6 years前审核
Makis T. · 已于 over 6 years前审核
not sure what is going on
Alex P. · 已于 over 6 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。