Appliance import from OCI fails consistently

Discussions about using Windows guests in VirtualBox.
Post Reply
omegasupreme
Posts: 1
Joined: 25. Apr 2018, 05:12

Appliance import from OCI fails consistently

Post by omegasupreme »

Hello All,
I have tried VB 6.1.10 (oldest v6.1) as well as the latest VB 6.1.24. Attempts to import an appliance from OCI fails with the same error (it successfully discovers the instance in OCI and then subsequently fails). Similar error in both the VB
desktop app or the VBoxManage CLI. Doesn't also matter what I set the ostype to:

VBoxManage import OCI:// --cloud --vmname itaubuntu1804 --memory 4000 --cpus 2 --ostype Oracle_64 --cloudprofile itababa --cloudinstanceid ocid1.instance.oc1.iad.anuwcljt53tsksqcifosnunvtftbtk7gsultunjzs5dq4rfjkvfqhdfage4a --cloudbucket itabuucket
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Virtual system 0:
1: VM name specified with --vmname: "itaubuntu1804"
2: Cloud instance id specified with --cloudinstanceid: "ocid1.instance.oc1.iad.anuwcljt53tsksqcifosnunvtftbtk7gsultunjzs5dq4rfjkvfqhdfage4a"
3: Suggested cloud base image id "ocid1.image.oc1.iad.aaaaaaaah2ms24xr6slrtpppgaipfixozl7utwnf2qwqonb2muk4g43wfzgq"
4: OS type specified with --ostype: "Oracle_64"
8: Suggested cloud shape "VM.Standard.E2.1.Micro"
9: Guest memory specified with --memory: 4000 MB
10: No. of CPUs specified with --cpus: 2
11: Cloud profile name specified with --cloudprofile: "itababa"
12: Description "VM with id ocid1.instance.oc1.iad.anuwcljt53tsksqcifosnunvtftbtk7gsultunjzs5dq4rfjkvfqhdfage4a imported from the cloud provider OCI"
(change with "--vsys 0 --description <desc>")
0%...
Progress state: E_FAIL
VBoxManage.exe: error: Appliance import failed
VBoxManage.exe: error: Rollback action for Import Cloud operation failed. Some leavings may exist on the local disk or in the Cloud.
VBoxManage.exe: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component ApplianceWrap, interface IAppliance
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleImportAppliance(struct HandlerArg *)" at line 1119 of file VBoxManageAppliance.cpp
Post Reply