The error I'm seeing on the engine when loading VMs is:
Error parsing OVF due to Error loading ovf, message Content is not allowed in prolog.
Following a Google search for this error I cam up with:
https://bugzilla.redhat.com/show_bug.cgi?id=1684140
The Additional info section is what I am seeing as well:
Additional info:
The immediate difference I saw in the OVA logs is that the XML is now starting with a
quote: '<?xml version="1.0" encoding="UTF-8"?
.......</ovf:Envelope>'
while before(working) was without it: <?xml version="1.0"
encoding="UTF-8"? .......</ovf:Envelope>
Is this the cause and if so is there a quick fix?
Kind Regards
Simon...