This question already has answers here:
Error - trustAnchors parameter must be non-empty
                                
                                    (39个答案)
                                
                        
                                3年前关闭。
            
                    
我正在从主服务器到报告服务器进行cfhttp调用。直到几天前它都运行良好。

但是突然之间,当我尝试通过cfhttp进行http调用时,它开始出现错误。
以下是错误转储:

Charset     [empty string]
ErrorDetail     I/O Exception: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Filecontent     Connection Failure
Header  [empty string]
Mimetype    Unable to determine MIME type of file.
Responseheader
struct [empty]
Statuscode  Connection Failure. Status code unavailable.
Text    YES


由于此错误突然开始出现,我怀疑是由于Java自动更新造成的。

我看到一些与信任库密钥相关的链接丢失了,但是与Coldfusion没有任何关系。

有人对此有想法吗?

提前致谢

最佳答案

在两台服务器上将Java升级到最新版本,即“ jre1.8.0_60”,解决了我的问题。

07-26 04:26