xdissent / iectrl

Command line interface and Node module for managing ievms virtual machines
http://xdissent.github.io/iectrl
MIT License
198 stars 14 forks source link

rearm fails - cannot read property 'Location' #15

Closed jasonkarns closed 8 years ago

jasonkarns commented 9 years ago

attempting to rearm throws an error:

$ iectrl rearm 8
ERROR: TypeError: Cannot read property 'Location' of null

my env:

$ node --version
v0.10.32
$ npm --version
2.0.0
$ iectrl --version
0.0.5
$ iectrl list
Available virtual machines:

IE8 - Win7
IE9 - Win7
IE10 - Win7
IE11 - Win7
stevelacey commented 9 years ago

I am also getting this, when I run iectrl status, I don't have any vm's installed atm– and trying to install them just hangs.

NickTomlin commented 9 years ago

@stevelacey @jasonkarns

I'm also seeing this using iectrl status. What OS and version of virtual box are running on the host machine? I've recently upgraded Vbox and i'm wondering if the output of VBoxManage list hdds is causing parseHdds to fail, which leads to the property error in hddStat.

stevelacey commented 9 years ago

VirtualBox will be the only thin that'll have changed in my env since this last worked, that and the fact I trashed my vms... I am on version 4.3.10 r93012

jnobbe commented 9 years ago

Bump. Seeing the issue with iectrl status as well.

VB 4.3.18 r96516 OS X Yosemite

jnobbe commented 9 years ago

After wiping everything and reinstalling with ievms and getting the latest VirtualBox this doesn't appear to be an issue any longer.