You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get error:
Caused by UnknownHostException: bucketname.s3-us-east-1.amazonaws.com
->> 1280 | getAllByName0 in java.net.InetAddress
Cause:
/src/java/com/netflix/ice/common/AwsUtils.java has a "public static boolean downloadFileIfChangedSince" definition that is incorrectly formatting "s3Client.setEndpoint" as "("s3." + bucketFileRegion + ".amazonaws.com").
Resolution:
Manually modifying the local AwsUtils.java file, changing as follows: ("s3." + bucketFileRegion + ".amazonaws.com").
Restart service and errors should go away. Need this part of the codebase updated!!!
The text was updated successfully, but these errors were encountered:
Get error:
Caused by UnknownHostException: bucketname.s3-us-east-1.amazonaws.com
->> 1280 | getAllByName0 in java.net.InetAddress
Cause:
/src/java/com/netflix/ice/common/AwsUtils.java has a "public static boolean downloadFileIfChangedSince" definition that is incorrectly formatting "s3Client.setEndpoint" as "("s3." + bucketFileRegion + ".amazonaws.com").
Resolution:
Manually modifying the local AwsUtils.java file, changing as follows: ("s3." + bucketFileRegion + ".amazonaws.com").
Restart service and errors should go away. Need this part of the codebase updated!!!
The text was updated successfully, but these errors were encountered: