KeyStore error on java server: BKS not found
This error indicates that keytool tries to instantiate a BKS
keystore but no Cryptographic Service Provider (CSP) is able to provide such an implementation. BKS
keystore type is a type implemented by the BouncyCastle CSP
So you have to install BouncyCastle provider with Java. Installing Providers
And Look into this also.