VirtualBox

Opened 13 years ago

Last modified 8 years ago

#8621 closed defect

Broken import of the machine from OVA/OVF container by vboxjws.jar on the linux host running VirtualBox 4.0.4 — at Initial Version

Reported by: Anton Owned by:
Component: virtual disk Version: VirtualBox 4.0.4
Keywords: vboxjws import media Cc:
Guest type: Windows Host type: Linux

Description

After the import operation of the machine from OVA container with the help of Java API on the linux host running VirtualBox 4.0.4 the imported machine does not have its disks. This bug doesn't reproduces on the windows host and early VirtualBox versions. Here is part of code which extracts the machine from container:

IAppliance app = vbox.createAppliance(); IProgress prog = app.read("/home/vboxuser/container.ova"); prog.waitForCompletion(-1); app.interpret(); List<String> warn = app.getWarnings(); for (String w : warn) System.out.println("Warning: " + w); prog = app.importMachines(); prog.waitForCompletion(-1);

Change History (0)

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use