Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openstack_registry_ctl start migration failed #51

Closed
rkoster opened this issue Feb 19, 2013 · 1 comment
Closed

openstack_registry_ctl start migration failed #51

rkoster opened this issue Feb 19, 2013 · 1 comment

Comments

@rkoster
Copy link
Contributor

rkoster commented Feb 19, 2013

I created a microbosh stemcell from master for openstack. When deploying this microbosh every thing looks fine. But when I have targeted it and trying to deploy a release I get:

Compiling packages
  wordpress/1: Connection refused - connect(2) (http://10.200.7.4:25777) (00:00:37)                 
  apache2/1: Connection refused - connect(2) (http://10.200.7.4:25777) (00:00:43)                   
  nginx/1: Connection refused - connect(2) (http://10.200.7.4:25777) (00:00:51)

When diving deeper I found that the openstack_registry was not running on the mirobosh vm. When trying to start it manually with openstack_registry_ctl start I get:
migration failed
openstack_registry/migrate.stderr.log shows:

/var/vcap/packages/openstack_registry/gem_home/gems/bosh_openstack_registry-1.5.0.pre/bin/migrate:7:in `<top (required)>': uninitialized constant OptionParser (NameError)
    from /var/vcap/packages/openstack_registry/bin/migrate:23:in `load'
    from /var/vcap/packages/openstack_registry/bin/migrate:23:in `<main>'

Looks like require "optparse" should be added here

@frodenas
Copy link
Contributor

Good catch, it seems we forgot to add several required components when we reorganized the repo. Fixed at 91a1e59.

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

No branches or pull requests

2 participants