Hi,
I need to modify an existing JVM option in payara server 4 cluster.
Configurations - ClusterConfig - JVM Settings - JVM Options
After changing the option (from ‘=true’ to ‘=false’) and clicking ‘Save’ I got the following error:
An error occurred during replication Failure: Command create-jvm-options failed on server instance instance1: 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 Failure: Command create-jvm-options failed on server instance instance2: 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 Failure: Command create-jvm-options failed on server instance instance1: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
Our cluster is working. Users can connect to our deployed applications. We use valid certificate (not self-signed).
Any help is appreciated.
Thanks,
Vasyl