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

Misleading error message on missing plugin #245

Closed
Preeticp opened this issue Feb 19, 2016 · 4 comments
Closed

Misleading error message on missing plugin #245

Preeticp opened this issue Feb 19, 2016 · 4 comments

Comments

@Preeticp
Copy link
Contributor

[pchandra@pchandra adb-test]$ vagrant box outdated
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path: /home/pchandra/Vagrant/adb-test/Vagrantfile
Line number: 8
Message: RuntimeError: vagrant-service-manager plugin is not installed, run `vagrant plugin install vagrant-service-manager` to install the plugin.

It looks like the file has a syntax error and not that something is missing on my computer.

@coolbrg
Copy link
Contributor

coolbrg commented Feb 23, 2016

@Preeticp : It is not a syntax error.
To make it work, you need to first install plugin vagrant-service-manager.

@Preeticp
Copy link
Contributor Author

Exactly @budhrg, so the error message is misleading. Especially the first part of the message, which reads ' There was an error loading a Vagrantfile. The file being loaded and the error message are shown below. This is usually caused by a syntax error.'
So it implies that the file has a syntax error and not that the vagrant-service-manager plugin is missing on my computer.

@hferentschik
Copy link
Contributor

This is really a duplicate of #256

@praveenkumar
Copy link
Contributor

I am going to close this issue because this is already in discussion #256

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

4 participants