Skip to main content

 The migration starts, but at the very end the above message appears in log files:

 

„Error while cleaning up the virtual. Error while getting the token end point. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target”

 

and the whole thing ends with an error. What could be the reason for this? Where to look for the error?

 

It sounds like Java, on the client (the JVM you use to run the FS mig tool) does not trust the SSL/TLS certificate of the IFS Cloud server, or cannot verify/validate it. Make sure to import it (google on how to use the keytool that is available in Java) to that Java/JVM.


Reply