are you using Local Service Development or remote IS-based development?
how to know whether its LSD or IS-based development?
i’ve IS running on my localhost, and i’m connected to my locally running IS from designer using the server definitions.
now i’ve designer side eclipse config changed to
javax.net.ssl.trustStore=C:\temp\oct26\cacertsfordesigner\designerTrustStore.jks
javax.net.ssl.trustStoreType=JKS
javax.net.ssl.trustStorePassword=cigna123
javax.net.ssl.keyStore=C:\temp\oct26\clientkeystore\clientkeystore.jks
javax.net.ssl.keyStoreType=JKS
javax.net.ssl.keyStorePassword=cigna123
javax.net.debug=ssl:handshake
restarted the designer
also added the Truststore and clientkeystore details in the IS admin → security → keystores aliases
still in my designer’s logs (i.e in .metadata folder)
i see below error
Caused by: java.security.NoSuchAlgorithmException: JKS KeyStore not available
at sun.security.jca.GetInstance.getInstance(GetInstance.java:159)
at java.security.Security.getImpl(Security.java:695)
at java.security.KeyStore.getInstance(KeyStore.java:613)
… 90 more
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB