Vagrantfile seems to create and destroy VM

Playing around with Vagrant and getting stuck. On running ‘vagrant up’ on
the Vagrantfile, the logs seem to indicate that it runs through Vagrantfile
and then straight after destroys the VM. Any idea why this is happening?

Bringing machine ‘licode_dev’ up with ‘virtualbox’ provider…
==> licode_dev: Importing base box ‘precise32’…
==> licode_dev: Matching MAC address for NAT networking…
==> licode_dev: Setting the name of the VM:
vagrant_licode_dev_1397598092299_10685
==> licode_dev: Clearing any previously set network interfaces…
==> licode_dev: Preparing network interfaces based on configuration…
licode_dev: Adapter 1: nat
==> licode_dev: Forwarding ports…
licode_dev: 3000 => 3000 (adapter 1)
licode_dev: 3001 => 3001 (adapter 1)

licode_dev: 22 => 2222 (adapter 1)

==> licode_dev: Destroying VM and associated drives…
==> licode_dev: Running cleanup tasks for ‘shell’ provisioner…
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/util/subprocess.rb:108:in
rescue in execute': The parameter is incorrect. (87) (Vagrant::Util::Subprocess::LaunchError) from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/util/subprocess.rb:101:inexecute’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/util/subprocess.rb:22:in
execute' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/driver/base.rb:367:inblock in raw’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/util/busy.rb:19:in
busy' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/driver/base.rb:366:inraw’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/driver/base.rb:305:in
block in execute' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/util/retryable.rb:17:inretryable’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/driver/base.rb:300:in
execute' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/driver/version_4_3.rb:157:inforward_ports’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/forward_ports.rb:83:in
forward_ports' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/forward_ports.rb:29:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/network.rb:121:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/clear_network_interfaces.rb:26:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/prepare_nfs_settings.rb:15:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/synced_folders.rb:76:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/synced_folders/nfs/action_cleanup.rb:19:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/prepare_nfs_valid_ids.rb:12:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb:118:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb:30:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/env_set.rb:19:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/provision.rb:76:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/clear_forwarded_ports.rb:15:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/set_name.rb:50:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/clean_machine_folder.rb:17:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/check_accessible.rb:18:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:95:inblock in finalize_action’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builder.rb:116:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:69:inblock in run’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/util/busy.rb:19:in
busy' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:69:inrun’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/call.rb:51:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:95:in
block in finalize_action' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builder.rb:116:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:69:in
block in run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/util/busy.rb:19:inbusy’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:69:in
run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/call.rb:51:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:95:inblock in finalize_action’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builder.rb:116:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:69:inblock in run’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/util/busy.rb:19:in
busy' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:69:inrun’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/call.rb:51:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/box_check_outdated.rb:33:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/config_validate.rb:25:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/call.rb:57:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/config_validate.rb:25:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builtin/call.rb:57:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/warden.rb:34:incall’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/builder.rb:116:in
call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:69:inblock in run’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/util/busy.rb:19:in
busy' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:69:inrun’
from
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/machine.rb:157:in
action' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/batch_action.rb:72:inblock (2 levels) in run’