Oracle JDKパッチの適用後にオブジェクトをバケットにアップロードできない
環境
StorageGRID 11.7.0.4
Oracle JDK
問題
StorageGRIDバケットにファイルをアップロードしようとすると、アプリケーションで次のエラーが発生していました。
Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty File deleted from Staging Location
Caused by: javax.net.ssl.SSLException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at sun.security.ssl.Alert.createSSLException(Alert.java:133) ~[?:?] at sun.security.ssl.TransportContext.fatal(TransportContext.java:376) ~[?:?] at sun.security.ssl.TransportContext.fatal(TransportContext.java:319) ~[?:?] at sun.security.ssl.TransportContext.fatal(TransportContext.java:314) ~[?:?] at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1555) ~[?:?] at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:431) ~[?:?] at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:388) ~[?:?] at org.apache. http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436) ~[ httpclient-4.5.13.jar!/:4.5.13]