mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 574 forks source link

xmlrpc/client (LoadError) #531

Open pnik073 opened 6 years ago

pnik073 commented 6 years ago

I am getting an xmlrpc/client (LoadError) while trying to launch a new AWS instance. I was using successfully vagrant-aws plugin for almost a year, where my scripts are versioned controlled and not changing for several months. Did something change in the latest plugin version, that causes such an error?

I even tried to reinstall everything again, but the error persits. See below the versions:

$ vagrant --version
Vagrant 2.0.2

$ sudo gem install xmlrpc
Successfully installed xmlrpc-0.3.0
Parsing documentation for xmlrpc-0.3.0
Done installing documentation for xmlrpc after 0 seconds
1 gem installed

$ vagrant plugin install vagrant-aws
Installing the 'vagrant-aws' plugin. This can take a few minutes...
Installed the plugin 'vagrant-aws (0.3.0)'!

$ vagrant up --provider=aws
...
/opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- xmlrpc/client (LoadError)
...
yan0s commented 6 years ago

vagrant plugin install xmlrpc

pnik073 commented 6 years ago

Thank you @yan0s I installed that, but my vagrant AWS fails on a new error #535. I will confirm that it is all good, after I resolve the #535. Rgrds