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

The box you attempted to add doesn't match the provider you specified. #65

Closed
andreas-dai opened this issue Jan 29, 2016 · 2 comments
Closed
Assignees

Comments

@andreas-dai
Copy link

Trying to start the Virtual Machine on AWS I get get the following error message:
andreas@dai160 /cygdrive/d/heute/idomaar-3.1-aws/computingenvironments/01.linux/01.centos/01.mahout
$ vagrant up --provider=aws
Bringing machine 'mahout' up with 'aws' provider...
==> mahout: Box 'dummy' could not be found. Attempting to find and install...
mahout: Box Provider: aws
mahout: Box Version: >= 0
==> mahout: Adding box 'dummy' (v0) for provider: aws
mahout: Downloading: https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box
mahout: Progress: 100% (Rate: 8161k/s, Estimated time remaining: --:--:--)
The box you attempted to add doesn't match the provider you specified.
Provider expected: aws
Provider of box: virtualbox

The same error also occurs on MacOS. I tested it with the Idomaar downloaded from https://github.com/crowdrec/idomaar/releases/tag/v3.1-aws (.zip and .tgz)

@davidemalagoli
Copy link

Could you try to add the dummy image with the following command:

"vagrant box add dummy
https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box"

if it works could you please also update the wiki or create an issue and assing it to me?

@andreas-dai
Copy link
Author

I added the hint to the getting started guide.

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