The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Recommended Posts

Posted

I followed the steps to generate self signed certificate and imported it using keytool successfully.

After which, I restarted the Tibco Data virtualization server and when I logged in through studio i received the RMI invocation error.

I checked the truststore and it does have the new self signed certificate. So, not sure what is causing the error.

Any suggestion if anyone faced same issue before.

Erro detail:

ERROR 2019-11-16 14:25:57.686 +0530 Utility -

---------------------- SUMMARY --------------------

An internal error has occurred.

Cause: Failed to connect to https://localhost:9402/cdms/webapi; nested exception is:

java.rmi.RemoteException: HTTP transport error: 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; nested exception is:

HTTP transport error: 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

---------------------------------------------------

Thanks & Regards,

Amit

Posted

This issue occurs when a server changes their HTTPS SSL certificate, and older version of java doesnt recognize the root certificate authority (CA). Try to add the latest version of JDK.

Generally, the error means that the CA certificate is not in your trusted CA store and therefore the JVM doesn't trust it.

Your trusted CA store, unless overwritten by configuration settings, is usally the /lib/security/cacerts file. You can check its content with the Java keytool application and add/remove certificates using the same tool.

Also try to copy the generated Keystore file to your $JAVA_HOMEjrelibsecurity(c:javajdklibsecuritycacerts)folder and try to runyour web service client again.

  • 2 weeks later...
Posted

Is it resolved If not then can you please tell your TDV version and in which truststore file you have installed the certs This issue occurs when TDV is unable to locate the certs in intended truststore file. So its important to install the cert in correct trustore file.

 

 

  • 2 weeks later...
Posted

Thank you for the response. It is resolved. The certs were not present in Studio truststore (cis_studio_truststore) On importing in studio truststore it worked fine.

 

Thanks & Regards,

 

Amit Singh

Posted

Thank you for the response. It is resolved. The certs were not present in Studio truststore (cis_studio_truststore) On importing in studio truststore it worked fine.

Thanks & Regards,

Amit Singh

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...