Hello All,
I'm battling through a full ha deployment of vRA 7.1
all checks & pre-req's are OK, however I am getting a failure here:
[UTC:2017-02-14 11:48:47 Local:2017-02-14 03:48:47] [VMware.Cafe]: [sub-thread-Id="26" context="" token=""] (629) PUT config/nodes/AD5828CE-7E70-454C-B251-8D22F501178C/ping
[UTC:2017-02-14 11:48:47 Local:2017-02-14 03:48:47] [VMware.Cafe]: [sub-thread-Id="23" context="" token=""] (629) Response: OK 0:00.213
[UTC:2017-02-14 11:48:47 Local:2017-02-14 03:48:47] [Trace]: [sub-thread-Id="22" context="" token=""] Task Ping execution cycle has finished.
[UTC:2017-02-14 11:49:16 Local:2017-02-14 03:49:16] [Trace]: [sub-thread-Id="20" context="" token=""] Task Process next command is executing...
[UTC:2017-02-14 11:49:16 Local:2017-02-14 03:49:16] [VMware.Cafe]: [sub-thread-Id="20" context="" token=""] (630) GET config/nodes/AD5828CE-7E70-454C-B251-8D22F501178C/commands/next-command
[UTC:2017-02-14 11:49:17 Local:2017-02-14 03:49:17] [VMware.Cafe]: [sub-thread-Id="15" context="" token=""] (630) Response: OK 0:00.211
[UTC:2017-02-14 11:49:17 Local:2017-02-14 03:49:17] [VMware.Cafe]: [sub-thread-Id="20" context="" token=""] (631) PUT config/commands/537db2cb-ab6b-44ec-9bd6-3054567e5ea3
[UTC:2017-02-14 11:49:17 Local:2017-02-14 03:49:17] [Trace]: [sub-thread-Id="22" context="" token=""] Task Ping is executing...
[UTC:2017-02-14 11:49:17 Local:2017-02-14 03:49:17] [VMware.Cafe]: [sub-thread-Id="22" context="" token=""] (632) PUT config/nodes/AD5828CE-7E70-454C-B251-8D22F501178C/ping
[UTC:2017-02-14 11:49:17 Local:2017-02-14 03:49:17] [VMware.Cafe]: [sub-thread-Id="5" context="" token=""] (632) Response: OK 0:00.271
[UTC:2017-02-14 11:49:17 Local:2017-02-14 03:49:17] [Trace]: [sub-thread-Id="20" context="" token=""] Task Ping execution cycle has finished.
[UTC:2017-02-14 11:49:19 Local:2017-02-14 03:49:19] [VMware.Cafe]: [sub-thread-Id="5" context="" token=""] (631) Response: OK 0:00.271
[UTC:2017-02-14 11:49:21 Local:2017-02-14 03:49:21] [Debug]: [sub-thread-Id="26" context="" token=""] Error: Trusted connectivity validation failed for address "https://vravip.acme.local/": Authentication failed because the remote party has closed the transport stream.(10046)
System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at VMware.IaaS.Installation.Common.ConnectivityValidationHelper.GetResultFromCall(Uri address, WebRequestHandler handler)
at VMware.IaaS.Installation.Common.ConnectivityValidationHelper.VerifyConnectionIsTrusted(Uri address, String thumbprint, ICredentials credentials, Boolean getSslErrors)
---> (Inner Exception #0) System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- End of inner exception stack trace ---<---
note sure where to start looking - load balancer/ web server?
any ideas?
thx