Hi Folks,

Thanks for the prompt replies! The debug log definitely shows some extra 
information as below. This in turn looks remarkably like this 
issue https://github.com/mitchellh/vagrant/issues/3764 I get this 100% 
consistently BTW; I've only tried it from within my office although I can't 
imagine there's a network issue here... Now I'm wondering which repo's 
issues should I be adding to?

Paul




 INFO cli: CLI: [] "plugin" ["install", "vagrant-softlayer"]
DEBUG cli: Invoking command class: 
VagrantPlugins::CommandPlugin::Command::Root ["install", 
"vagrant-softlayer"]
DEBUG root: Invoking command class: 
VagrantPlugins::CommandPlugin::Command::Install ["vagrant-softlayer"]
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Configuration loaded successfully, finalizing and returning
 INFO host: Autodetecting host type for [#<Vagrant::Environment: 
C:/repos/vagrant2>]
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
DEBUG host: Trying: freebsd
DEBUG host: Trying: gentoo
DEBUG host: Trying: opensuse
DEBUG host: Trying: redhat
DEBUG host: Trying: slackware
DEBUG host: Trying: bsd
DEBUG host: Trying: linux
DEBUG host: Trying: null
DEBUG host: Trying: windows
 INFO host: Detected: windows!
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x39fb790>
 INFO warden: Calling IN action: 
#<VagrantPlugins::CommandPlugin::Action::InstallGem:0x379b168>
 INFO interface: info: Installing the 'vagrant-softlayer' plugin. This can 
take a few minutes...
Installing the 'vagrant-softlayer' plugin. This can take a few minutes...
ERROR warden: Error occurred: Bundler, the underlying system Vagrant uses 
to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

Net::HTTPNotFound: No gems found matching "vagrant-share" "0.9.6" nil
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: 
#<VagrantPlugins::CommandPlugin::Action::InstallGem:0x379b168>
 INFO warden: Recovery complete.
 INFO environment: Running hook: environment_unload
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x41db4f0>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::BundlerError: Bundler, the underlying 
system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

Net::HTTPNotFound: No gems found matching "vagrant-share" "0.9.6" nil>
ERROR vagrant: Bundler, the underlying system Vagrant uses to install 
plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

Net::HTTPNotFound: No gems found matching "vagrant-share" "0.9.6" nil
ERROR vagrant: 
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/plugin/manager.rb:87:in
 
`rescue in install_plugin'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/plugin/manager.rb:44:in
 
`install_plugin'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/action/install_gem.rb:28:in
 
`call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in
 
`call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builder.rb:116:in
 
`call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:in
 
`block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/util/busy.rb:19:in
 
`busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:in
 
`run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/base.rb:14:in
 
`action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/install.rb:32:in
 
`block in execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/install.rb:31:in
 
`each'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/install.rb:31:in
 
`execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/root.rb:56:in
 
`execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/cli.rb:42:in 
`execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/environment.rb:252:in
 
`cli'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/bin/vagrant:166:in 
`<main>'
 INFO interface: error: Bundler, the underlying system Vagrant uses to 
install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

Net::HTTPNotFound: No gems found matching "vagrant-share" "0.9.6" nil
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

Net::HTTPNotFound: No gems found matching "vagrant-share" "0.9.6" nil
 INFO interface: Machine: error-exit ["Vagrant::Errors::BundlerError", 
"Bundler, the underlying system Vagrant uses to install plugins,\nreported 
an error. The error is shown below. These errors are usually\ncaused by 
misconfigured plugin installations or transient network\nissues. The error 
from Bundler is:\n\nNet::HTTPNotFound: No gems found matching 
\"vagrant-share\" \"0.9.6\" nil"]


On Monday, June 30, 2014 11:52:54 PM UTC-7, Torben Knerr wrote:
>
> Hi Paul,
>
> you can run `VAGRANT_LOG=DEBUG vagrant plugin install vagrant-softlayer` 
> to get more information on what's going wrong.
>
> I suspect you might need to have the Ruby DevKit installed for compiling 
> the json gem:
> http://rubyinstaller.org/add-ons/devkit/
>
> HTH,
> Torben 
>
>
>
>
> On Tue, Jul 1, 2014 at 7:20 AM, Paul O'Flynn <[email protected] 
> <javascript:>> wrote:
>
>> I'd love to use this plugin but I can't install it :-( I am on Win 7, 
>> Cygwin, vagrant 1.6.3 (got the same error with 1.5.1). 
>>
>> Also, while I'm here, where is the best place to get support/ask 
>> questions?
>>
>> Thanks in advance,
>>
>> Paul
>>
>>
>>
>> $ vagrant plugin install vagrant-softlayer
>> Installing the 'vagrant-softlayer' plugin. This can take a few minutes...
>> Bundler, the underlying system Vagrant uses to install plugins,
>> reported an error. The error is shown below. These errors are usually
>> caused by misconfigured plugin installations or transient network
>> issues. The error from Bundler is:
>>
>> An error occurred while installing json (1.8.1), and Bundler cannot 
>> continue.
>> Make sure that `gem install json -v '1.8.1'` succeeds before bundling.
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to