Unable to Access StorageGRID S3 Bucket from Application due to timeout
Applies to
StorageGRID
Issue
Unable to Access StorageGRID S3 Bucket from Application due to timeout with the below error message from application side
ERROR 2026-01-28 00:00:22 Trigger:55 - Contingency Report Exporter - failedjava.lang.RuntimeException: java.lang.RuntimeException: Failed to export XLSX and upload to S3 at com.bny.dse.service.WireTransReportService.generateWireTransReport(WireTransReportService.java:71) ~[contingency-report-exporter-0.0.4.jar:?] at com.bny.dse.Trigger.run(Trigger.java:42) [contingency-report-exporter-0.0.4.jar:?] at com.bny.dse.Trigger.main(Trigger.java:21) [contingency-report-exporter-0.0.4.jar:?]Caused by: java.lang.RuntimeException: Failed to export XLSX and upload to S3 at com.bny.dse.service.StoreDataInS3.storeWireTransDataInS3(StoreDataInS3.java:253) ~[contingency-report-exporter-0.0.4.jar:?] at com.bny.dse.service.WireTransReportService.generateWireTransReport(WireTransReportService.java:66) ~[contingency-report-exporter-0.0.4.jar:?] ... 2 moreCaused by: software.amazon.awssdk.core.exception.SdkClientException: Unable to execute HTTP request: Connect to <endpoint>:4443 [<endpoint>] failed: Connect timed out at software.amazon.awssdk.core.exception.SdkClientException$BuilderImpl.build(SdkClientException.java:111) ~[sdk-core-2.21.29.jar:?] at software.amazon.awssdk.core.exception.SdkClientException.create(SdkClientException.java:47) ~[sdk-core-2.21.29.jar:?] at software.amazon.awssdk.core.internal. http.pipeline.stages.utils.RetryableStageHelper.setLastException(RetryableStageHelper.java:223) ~[sdk-core-2.21.29.jar:?]
