Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Exception in worker process #696

Closed
yaronr opened this issue Nov 7, 2014 · 3 comments
Closed

Exception in worker process #696

yaronr opened this issue Nov 7, 2014 · 3 comments
Milestone

Comments

@yaronr
Copy link

yaronr commented Nov 7, 2014

https://gist.github.com/yaronr/2dce00d7c4623b1dfc87

0.9.0, didn't happen in 0.8.1
Changing the startup script below to the :0.8.1 resolves the issue.

OS: CoreOS 444.5
Docker 1.2

ExecStart=/bin/bash -c '/usr/bin/docker run
--name=${CONTAINER_NAME}
-e SETTINGS_FLAVOR=s3
-e AWS_BUCKET=...
-e STORAGE_PATH=/registry
-e AWS_KEY=...
-e AWS_SECRET=...
-e SEARCH_BACKEND=sqlalchemy
-p 5000:5000
${CONTAINER_NAME}:latest'

@dmp42
Copy link
Contributor

dmp42 commented Nov 7, 2014

@yaronr sql initialization failing - using preload should fix that for the first run: https://github.com/docker/docker-registry#sqlalchemy

@wking this is growing out of control...

@dmp42 dmp42 added this to the 1.0 milestone Nov 7, 2014
@yaronr
Copy link
Author

yaronr commented Nov 7, 2014

@dmp42 confirmed.

I would recommend to promote this somehow, to help others.

@yaronr yaronr closed this as completed Nov 7, 2014
@dmp42
Copy link
Contributor

dmp42 commented Nov 7, 2014

@yaronr thanks

I updated the documentation to no longer include the search endpoint by default - at least it will prevent the bulk of people from shooting themselves in the foot right away...

Will figure out something better ASAP.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants