Skip to content

Instantly share code, notes, and snippets.

@jberkus
Created February 3, 2016 17:54
Show Gist options
  • Save jberkus/3c6e4ff31c4d489b477c to your computer and use it in GitHub Desktop.
Save jberkus/3c6e4ff31c4d489b477c to your computer and use it in GitHub Desktop.
worker.init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py", line 193, in init_process
super(GeventWorker, self).init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 114, in init_process
self.wsgi = self.app.wsgi()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 66, in wsgi
self.callable = self.load()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 65, in load
return self.load_wsgiapp()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/local/lib/python2.7/dist-packages/gunicorn/util.py", line 356, in import_app
__import__(module)
File "/usr/local/lib/python2.7/dist-packages/docker_registry/wsgi.py", line 27, in <module>
from .search import * # noqa
File "/usr/local/lib/python2.7/dist-packages/docker_registry/search.py", line 14, in <module>
INDEX = index.load(cfg.search_backend.lower())
File "/usr/local/lib/python2.7/dist-packages/docker_registry/lib/index/__init__.py", line 82, in load
return db.SQLAlchemyIndex()
File "/usr/local/lib/python2.7/dist-packages/docker_registry/lib/index/db.py", line 86, in __init__
self._setup_database()
File "/usr/local/lib/python2.7/dist-packages/docker_registry/toolkit.py", line 330, in wrapper
os.remove(lock_path)
OSError: [Errno 2] No such file or directory: './registry._setup_database.lock'
[2016-02-03 04:21:01 +0000] [13] [INFO] Worker exiting (pid: 13)
[2016-02-03 04:21:02 +0000] [19] [INFO] Worker exiting (pid: 19)
[2016-02-03 04:21:02 +0000] [20] [INFO] Worker exiting (pid: 20)
[2016-02-03 04:21:02 +0000] [14] [INFO] Worker exiting (pid: 14)
[2016-02-03 04:21:02 +0000] [1] [INFO] Shutting down: Master
[2016-02-03 04:21:02 +0000] [1] [INFO] Reason: Worker failed to boot.
[2016-02-03 04:21:13 +0000] [1] [INFO] Starting gunicorn 19.1.1
[2016-02-03 04:21:13 +0000] [1] [INFO] Listening at: http://0.0.0.0:5000 (1)
[2016-02-03 04:21:13 +0000] [1] [INFO] Using worker: gevent
[2016-02-03 04:21:13 +0000] [14] [INFO] Booting worker with pid: 14
[2016-02-03 04:21:13 +0000] [15] [INFO] Booting worker with pid: 15
[2016-02-03 04:21:13 +0000] [16] [INFO] Booting worker with pid: 16
[2016-02-03 04:21:13 +0000] [17] [INFO] Booting worker with pid: 17
03/Feb/2016:04:21:13 +0000 WARNING: Cache storage disabled!
03/Feb/2016:04:21:13 +0000 WARNING: Cache storage disabled!
03/Feb/2016:04:21:13 +0000 WARNING: Cache storage disabled!
03/Feb/2016:04:21:13 +0000 WARNING: LRU cache disabled!
03/Feb/2016:04:21:13 +0000 WARNING: LRU cache disabled!
03/Feb/2016:04:21:13 +0000 WARNING: LRU cache disabled!
03/Feb/2016:04:21:13 +0000 DEBUG: Will return docker-registry.drivers.file.Storage
03/Feb/2016:04:21:13 +0000 DEBUG: Will return docker-registry.drivers.file.Storage
03/Feb/2016:04:21:13 +0000 DEBUG: Will return docker-registry.drivers.file.Storage
03/Feb/2016:04:21:14 +0000 WARNING: Cache storage disabled!
03/Feb/2016:04:21:14 +0000 WARNING: LRU cache disabled!
03/Feb/2016:04:21:14 +0000 DEBUG: Will return docker-registry.drivers.file.Storage
[2016-02-03 04:21:14 +0000] [17] [ER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment