出现javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlg
此次在liunx上安装ksql的一个插件就是以下命令./confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:0.1.0结果出现javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.In...
·
此次在liunx上安装ksql的一个插件就是以下命令
./confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:0.1.0
结果出现javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
先在jre/lib/security目录下运行
keytool -list -keystore cacerts命令 看是否有可用证书
此次显示为0
解决:当我将我的jre/lib/security/cacerts
文件从Windows 复制到linux时,它运行正常。
更多推荐
已为社区贡献2条内容
所有评论(0)