ERROR c.v.tca.jwt.client.TcaCpClientImpl - Unable to execute request...
Cause: javax.net.ssl.SSLHandshakeException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetERROR dispatcherServlet - Request processing failed:
java.lang.IllegalArgumentException: TCA-CP url 'https://<FQDN>' is already in use by another TCA-CP
TCA 3.4
TCP 5.0
During deployment, the user configured TCA-CP appliances with the External FQDN of the TCA Manager (TCA-M) appliance instead of their own unique FQDNs.
As Both TCA-CP appliances shared the manager's FQDN , cross-appliance HTTPS calls failed TLS path validation (SSLHandshakeException). Additionally, TCA Manager rejected duplicate registration attempts for an existing FQDN URL (IllegalArgumentException), preventing the EventMesh and VIM state machines from initializing.
To resolve this issue, redeploy the TCA-CP appliances with their correct, unique FQDNs.