Hello,
I have a VCF3.5 installed and I am trying to deploy vRA thorught the SDDC manager interface.
When trying to deploy the vRA Iaas Website I have the following error in life Cycle Manager:
LCMVRACONFIG50026: vRA IaaS Website Installation Failed.
com.vmware.vrealize.lcm.common.exception.EngineException: Failure: ---BEGIN---
{"code":400,"message":"Parameters with wrong format: WebCertificate(The value must be a valid thumbprint.); VraWebCertificateThumbprint(The value must be a valid thumbprint.); \n"}
---END---
Use -e option to get more details.
at com.vmware.vrealize.lcm.plugin.core.vra70.task.iaas.InstallIaasWebTask.execute(InstallIaasWebTask.java:169)
at com.vmware.vrealize.lcm.platform.automata.service.Task.retry(Task.java:80)
at com.vmware.vrealize.lcm.platform.automata.core.ExecutionTask.run(ExecutionTask.java:39)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
I have created SAN certificates, and in the life Cycle Manager logs I have got:
2019-02-05 09:11:38.940 INFO [pool-2-thread-6] c.v.v.l.u.CertificateUtil - -- Issuer DN : CN=sddc-manager, DC=parntx, DC=net
2019-02-05 09:11:38.940 INFO [pool-2-thread-6] c.v.v.l.d.v.h.VraInstallHelper - -- installObject : IaasWebsite [vraAddress=vraappliance01.parntx.net, defaultTenant=vsphere.local, vidmAdminUser=administrator@vsphere.local, webCertificate=null, useEncryption=false, iaaSWebAddress=vraiaasws01.parntx.net, sqlServer=sddc-vrasqlserv.parntx.net,1433, sqlUser=parntx\administrator, useExistingDatabase=true, vraWebCertificateThumbprint=null, databaseName=SDDCvRA, httpsPort=443, websiteName=Default Web Site, validationMode=true, serviceUser=parntx\administrator, useWindowsAuthentication=true, installationPath=]
2019-02-05 09:11:41.065 INFO [pool-2-thread-6] c.v.v.l.d.v.h.CafeEndpoint - -- PUT config/execute/command/install-web/node/BFC1B0F3-39FF-4E0C-B91B-2A7392D4D41C: 500 Internal Server Error
2019-02-05 09:11:41.066 INFO [pool-2-thread-6] c.v.v.l.d.v.h.VraInstallHelper - -- installActionOutput : Failure: ---BEGIN---
{"code":400,"message":"Parameters with wrong format: WebCertificate(The value must be a valid thumbprint.); VraWebCertificateThumbprint(The value must be a valid thumbprint.); \n"}
Where can I find more logs ?