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

Vagrant box setup fails with exception #75

Open
RadicalZephyr opened this issue Nov 23, 2014 · 0 comments
Open

Vagrant box setup fails with exception #75

RadicalZephyr opened this issue Nov 23, 2014 · 0 comments

Comments

@RadicalZephyr
Copy link

I got this exception when trying to run setup-model on the Ubuntu Trusty Tahr vagrant box.

(setup-model "https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/1/providers/virtualbox.box"
             my-server
             :meta {:os-family :ubuntu
             :os-version "14.04"
             :os-64-bit true})

java.lang.ClassCastException
java.lang.Long cannot be cast to java.util.List

image.clj:   54  vmfest.virtualbox.image/register-model
image.clj:  210  vmfest.virtualbox.image/threaded-register-model
image.clj:  261  vmfest.virtualbox.image/setup-model

My host OS is Mac OS X 10.9.5, and I'm using Virtualbox 4.3.18. The version of vmfest I'm using came from pallet-vmfest 0.4.0-alpha.1, so I believe it is the same version of vmfest.

The strange thing is that image.clj:54 is explicitly casting the offending argument to a long.

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

1 participant