Previously i was using JDK8U261 and recently upgraded to jdk8u411 after upgrading, facing the java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES/CBC/PKCS5Padding.
I tried providing unlimited policy strength as well still not working.
I only difference i found in the logs is the ciphers are not getting loaded even though the providers are present.
Please help to resolve this issue.
Thanks
Pavan