Hello,
I have the following configuration:
VCD 5.1.1
VSM 5.1.1
Vcenter 5.0 update 1
ESXi 5.0 update1
When trying to create an Edge gateway in the VCD GUI, I got the following error:
Deployment of edge gateway vcdedge1 failed.
com.vmware.vcloud.fabric.nsm.error.VsmException: VSM response error (10105): Failed to publish configuration on vShield Edge. OVF Manager internal error. For more details, refer to the rootCauseString or the VC logs
I gathered the log from VSM and I can see the following error:
Loading KeyStore /usr/java/jre1.6.0_33/lib/security/cacerts...
Starting SSL handshake...
Opening connection to vcenter2:443...
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown Source)
at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source)
looks like there is some kind problem of the vcenter certificate in the VSM key store.