Hi everyone, i'm installing IAAS Server on WIndows Server 2012 R2 (PreCheck Passed) poiting to a vCAC Appliance 6.2 with a configured vCenter SSO 5.5 U2 (not identity appliance)
Im getting error "<html><head><title>Error report</title></head><body><h1>HTTP Status 500 - System exception.</h1></body></html>" every time i test administrator@vsphere.local credentials (tried them also at vSphere Client and they are correct)
Im getting the following error trace if i ignore the alert and keep isntalling:
Info : 2015-01-23 02 54 25 402 AM :InitializeRepo:
Info : 2015-01-23 02 54 25 402 AM : ##InitializeRepo Registering solution user in the VA, initializing Repository MetaModel and Authorization
Info : 2015-01-23 02 54 25 417 AM : "D:\Program Files (x86)\VMware\vCAC\Server\Model Manager Data\Cafe\Vcac-Config.exe" RegisterSolutionUser -url https://vcacAppliance.lab.local --Tenant "vsphere.local" -cu "administrator@vsphere.local" -cp ****** --FileName "D:\Program Files (x86)\VMware\vCAC\Server\Model Manager Data\Cafe\Vcac-Config.data" -v
Info : 2015-01-23 02 54 31 698 AM : VMware.Cafe.HtmlResponseException: Internal Server Error (500)
Info : 2015-01-23 02 54 31 698 AM : Request:
Info : 2015-01-23 02 54 31 698 AM : POST https://vcacAppliance.lab.local/component-registry/services/registration
Info : 2015-01-23 02 54 31 698 AM : Response:
Info : 2015-01-23 02 54 31 698 AM : <html><head><title>Error report</title></head><body><h1>HTTP Status 500 - System exception.</h1></body></html>
Info : 2015-01-23 02 54 31 698 AM : at VMware.Cafe.JsonRestClient.<HandleErrorResponse>d__9f`1.MoveNext()
Info : 2015-01-23 02 54 31 698 AM : --- End of stack trace from previous location where exception was thrown ---
Info : 2015-01-23 02 54 31 698 AM : at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
Info : 2015-01-23 02 54 31 698 AM : at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Info : 2015-01-23 02 54 31 698 AM : at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
Info : 2015-01-23 02 54 31 698 AM : at VMware.Cafe.JsonRestClient.<CreateResource>d__2f`1.MoveNext()
Info : 2015-01-23 02 54 31 698 AM : --- End of stack trace from previous location where exception was thrown ---
Info : 2015-01-23 02 54 31 698 AM : at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
Info : 2015-01-23 02 54 31 698 AM : at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Info : 2015-01-23 02 54 31 698 AM : at VMware.Cafe.ComponentRegistryClient.<CreateSolutionUserAsync>d__5.MoveNext()
Info : 2015-01-23 02 54 31 698 AM : HTTP response:
Info : 2015-01-23 02 54 31 698 AM : StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
Info : 2015-01-23 02 54 31 698 AM : {
Info : 2015-01-23 02 54 31 698 AM : Vary: Accept-Encoding
Info : 2015-01-23 02 54 31 698 AM : Vary: User-Agent
Info : 2015-01-23 02 54 31 698 AM : Connection: close
Info : 2015-01-23 02 54 31 698 AM : Date: Fri, 23 Jan 2015 05:54:27 GMT
Info : 2015-01-23 02 54 31 698 AM : Content-Length: 110
Info : 2015-01-23 02 54 31 698 AM : Content-Language: en
Info : 2015-01-23 02 54 31 698 AM : Content-Type: text/html; charset=utf-8
Info : 2015-01-23 02 54 31 698 AM : }
Info : 2015-01-23 02 54 31 698 AM : Warning: Non-zero return code. Command failed.
Thanks in advance for any suggestion or help!
Francisco.-