Snapshot creation error in s3 repo

Hi all,

while taking snapshot in s3 repo, getting below expections

{"error":"RemoteTransportException[[nodename][inet[/ip:port]][cluster/snapshot/create]]; nested: SnapshotCreationException[[my_s3_repository:snapshot_1] failed to create snapshot]; nested: IOException[Failed to get [snapshot-snapshot_1]]; nested: AmazonS3Exception[AWS authentication requires a valid Date or x-amz-date header (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: xxxxxxxxxxxxxxxxx)]; ","status":500}

FYI, we are using ES 1.3.7 with JVM 2GB

can any one help us!!!

What is your Java version?

BTW 1.x series is EOL now.

using java version 1.8

can you please help us!

Can you give the exact output of java -version please?

Exact java version is 1.8.0_92

we are pointing java folder to ES in startup so java -version shows wrong version

I remember that there have been issues like this one in the past: https://github.com/elastic/elasticsearch-cloud-aws/issues/233

You have to downgrade your JVM version (not recommended) or upgrade your elasticsearch version (recommended).

The fix has been made for elasticsearch 1.7 (cloud-aws 2.7.1).

See:

thanks much @dadoonet

Its works!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.