Page 1 of 1

[Fixed] Beta2 importing appliance without a hard drive fails

Posted: 21. Apr 2015, 16:35
by mskov
How to reproduce: create a new VM with the default options and choose the setting "Do not add a virtual hard drive". Export the VM into ovf format and try to import it. VirtualBox 5.0.0 beta2 gives an error:

Seeking within the archive failed (VERR_TAR_UNEXPECTED_EOS).

Fehlercode:
VBOX_E_IPRT_ERROR (0x80BB0005)
Komponente:
ApplianceWrap
Interface:
IAppliance {d9432012-2740-499f-b3b3-0991da3679f3}

A sample .ova file is attached.

Best regards,
Mikhail

Re: Beta2 importing appliance without a hard drive fails

Posted: 22. Apr 2015, 16:10
by vvp
your OVA package is little bit strange. Where did you create OVA package? Windows 7,8.1, Ubuntu, Solaris or something else.

Re: Beta2 importing appliance without a hard drive fails

Posted: 23. Apr 2015, 10:39
by mskov
Windows 7 x64. what's strange about it? is the problem not reproducible ? I've tried to to create .ova packages with both beta2 and with 4.3.26 and in both cases I cannot import them to beta2.

Re: Beta2 importing appliance without a hard drive fails

Posted: 23. Apr 2015, 11:02
by loukingjr
can verify OSX host.

Code: Select all

Failed to import appliance /Users/louis/Documents/Windows XP.ova.

Seeking within the archive failed (VERR_TAR_UNEXPECTED_EOS).

Result Code: VBOX_E_IPRT_ERROR (0x80BB0005)
Component: ApplianceWrap
Interface: IAppliance {d9432012-2740-499f-b3b3-0991da3679f3}

It's interesting the appliance number is identical to the OPs.

Re: Beta2 importing appliance without a hard drive fails

Posted: 23. Apr 2015, 11:36
by michaln
loukingjr wrote:It's interesting the appliance number is identical to the OPs.
If you mean the "Appliance" interface UUID then yes, it's the same everywhere on a particular VirtualBox version. It is not related to anything in the actual appliance, just internal implementation. Whether printing the UUID in the error message is helpful is a different question :D

Re: Beta2 importing appliance without a hard drive fails

Posted: 23. Apr 2015, 11:42
by loukingjr
Yes, that's what I meant. :D

Re: Beta2 importing appliance without a hard drive fails

Posted: 5. May 2015, 12:44
by frank
Should be now fixed. The fix will be available in 5.0 Beta 3.