Can't install any appliance

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
karavan
Posts: 1
Joined: 29. May 2013, 01:49

Can't install any appliance

Post by karavan »

I seem to be unable to install any virtual appliance in VirtualBox right now. I've tried uninstalling and reinstalling VirtualBox, and have deleted and re-downloaded the VMs, but am having no luck. Each one gives me a different error, but they all seem to be pointing me to a .cpp file, which I cannot seem to locate, and if I did, I wouldn't know what to change.

These are VMs that worked fine on my previous machine with an earlier version of VirtualBox. These are fairly widely distributed machines, and I cannot find anyone else that has these problems, so I'm wondering if it's something local to my machine or VirtualBox install. Any ideas would be very welcome.

Details as follows:

Host machine: Mac OS X 10.8.3

VirtualBox: 4.2.12 with extension pack installed

Sample errors --

Command line and GUI errors are the same:

Code: Select all

$ VBoxManage import ~/Downloads/Islandora_6-13.1_7-1.1-v1.2.ovf 
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Appliance read failed
VBoxManage: error: Start tag expected, '<' not found.
VBoxManage: error: Location: '/Users/karavanmalssen/Downloads/Islandora_6-13.1_7-1.1-v1.2.ovf', line 1 (0), column 1
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance
VBoxManage: error: Context: "int handleImportAppliance(HandlerArg*)" at line 306 of file VBoxManageAppliance.cpp
another:

Code: Select all

$ VBoxManage import ~/Downloads/avalon-vm.ovf 
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Appliance read failed
VBoxManage: error: In 'xml::XmlError::XmlError(xmlError*)', '/Users/vbox/tinderbox/4.2-mac-rel/src/VBox/Runtime/r3/xml.cpp' at #123
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance
VBoxManage: error: Context: "int handleImportAppliance(HandlerArg*)" at line 306 of file VBoxManageAppliance.cpp
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Can't install any appliance

Post by mpack »

The error message seems clear - the ovf file is corrupted. Glancing at at with a suitable text editor should prove if it's a valid XML.
Post Reply