[ https://issues.apache.org/jira/browse/CLOUDSTACK-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13877294#comment-13877294 ]
ASF subversion and git services commented on CLOUDSTACK-5883: ------------------------------------------------------------- Commit 28b5d0a9ed4e87b93626d2f2cf3dc30eb02d9192 in branch refs/heads/4.3 from [~htrippaers] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=28b5d0a ] CLOUDSTACK-5883 Convert ovf file to proper format for ESXi Virtualbox export creates an OVF file that is not compatible with VMware import functions. This causes import errors when the systemvm ova is imported into cloudstack. This patch fixes the issue by using an XSLT transformation to convert the generated ovf into a format this is compatible with vmware. This is a squashed commit Based on the following commits in master: 794d47c5f279bc8cbd212d9dd87673b8302de9db bf26efc551e56d21a24049952ebe81f9686df5ec 5d24843ef59b4d28a9a81ade4510c44b2a048b06 95a92ad2e3e7a8ceade4e5cd2e4ebd717c1cc2ab da8ee45a249f89f2ef2a74d225854b37785f6922 50054fe0603673d04655362ea515d3b5c5bb3610 50054fe0603673d04655362ea515d3b5c5bb3610 ecf57c368a9790e28e47bb83b51201763bd2b1ef > unable to copy vmware routing template to primary storage > --------------------------------------------------------- > > Key: CLOUDSTACK-5883 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5883 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Management Server > Affects Versions: 4.3.0 > Environment: CloudStack > branch 4.3, 9ed4ab731fc5d722e3e0b819958ec8a2f4beccdb > vCenter vApp: vSphere 5.1 > Hypervisor: VMware ESXi, 5.1.0, 799733 > Reporter: Hugo Trippaers > Assignee: Animesh Chaturvedi > Priority: Blocker > Fix For: 4.3.0 > > > The following error is observed while doing a clean installation: > 2014-01-16 10:22:00,521 ERROR [c.c.s.r.VmwareStorageProcessor] > (DirectAgent-6:ctx-a6667180 10.200.23.49) Unable to copy templa > te to primary storage due to exception:Exception: > javax.xml.ws.soap.SOAPFaultException > Message: > Required parameter spec is missing > while parsing call information for method ImportVApp > at line 1, column 110 > while parsing SOAP body > at line 1, column 102 > while parsing SOAP envelope > at line 1, column 38 > while parsing HTTP request for method importVApp > on object of type vim.ResourcePool > at line 1, column 0 > javax.xml.ws.soap.SOAPFaultException: > Required parameter spec is missing > while parsing call information for method ImportVApp > at line 1, column 110 > while parsing SOAP body > at line 1, column 102 > while parsing SOAP envelope > at line 1, column 38 > while parsing HTTP request for method importVApp > on object of type vim.ResourcePool > at line 1, column 0 > at > com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:178) > at > com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:119) > at > com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:108) > -- This message was sent by Atlassian JIRA (v6.1.5#6160)