I am unable to resolve this error of "Unable to find valid certificate path". I am setting all required system property e.g
System.setproperty(javax.net.ssl.trustStoreType,"jks")
System.setproperty(javax.net.ssl.trustStore,keystorePath)
System.setproperty(javax.net.ssl.trustStorePassword,password)
I tried setting the VM arguments, but nothing is working for me. I am using Guidewire studio localServer (jetty).