TECHIES WORLD

For Techs.... Techniques.... Technologies....

BashLinux

Error: Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

This error happens due to the missing of java ca certificates and can resolve it using the following commands.

#apt-get install ca-certificates-java

That's all…