03-11-2014 02:28 PM
Hi,
Followed instructions on README.txt, i.e. from VirtualBox (v4.3.6 on OS X 10.9.2): In the interface, go to File -> Import Appliance and select nuxeovm.ovf.
However, I get the following error message:
Failed to import appliance /MYPATH/nuxeo-5.9.2-vm/nuxeovm.ovf. Could not find a valid medium format for the source disk 'nuxeovm.vmdk' Check correctness of the image format URL in the OVF description file..
Any suggestions will be welcome
03-19-2014 08:31 AM
The import was broken by some VirtualBox changes.
/>
Going through their changelog, the likely culprit is "OVF: improved logic for finding an appropriate image format during OVF import" (VBox 4.3.4)
We hope to find a fix for it, but in the meantime the workaround is to use an older version.
/>
I haven't tested 4.3.2, but it works on 4.2.10.
03-12-2014 05:20 PM
We have seen this on the 5.8 image as well.
03-19-2014 08:31 AM
The import was broken by some VirtualBox changes.
/>
Going through their changelog, the likely culprit is "OVF: improved logic for finding an appropriate image format during OVF import" (VBox 4.3.4)
We hope to find a fix for it, but in the meantime the workaround is to use an older version.
/>
I haven't tested 4.3.2, but it works on 4.2.10.
03-20-2014 09:22 AM
Thank you! I am now running nuxeo in the virtual environment.
03-25-2014 01:37 PM
Hi
My configuration : VirtualBox 4.3.6 with Debian 7.4
I just found how to do. You have to modified the ovf file because the vmware url is not yet valid:
previous (line 17 in your ovf file)
/>
<Disk ovf:diskId="nuxeovm" ovf:capacity="10240" ovf:capacityAllocationUnits="byte * 2^20" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#monolithicFlat" ovf:fileRef="nuxeovm.vmdk_id" ovf:populatedSize="10240"/>
now in my configuration
/>
<Disk ovf:diskId="nuxeovm" ovf:capacity="10240" ovf:capacityAllocationUnits="byte * 2^20" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" ovf:fileRef="nuxeovm.vmdk_id" ovf:populatedSize="10240"/>
I hope it will help
Regards
03-28-2014 09:29 PM
worked for me too, you need to restart virtualbox after the modification before retrying
08-06-2014 12:29 AM
Thanks! worked for me too.
08-06-2014 10:43 AM
I've applied this update for the VM for Nuxeo 5.9.5, seems to work fine on the latest VirtualBox version.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.