5 Replies Latest reply on Jul 23, 2019 3:53 AM by belaban

    S3_Ping - Authentication Failed

    balajiora

      Hi All,

       

      If I configure the S3 detail as below and running the server

       

      <S3_PING

                  host="dummyhost"

                  access_key="dummy_access_key"

                  secret_access_key="dummy_secret_access_key"

          />

       

      I am getting the error message as

       

      Caused by: java.io.IOException: bucket '/tmp/jgroups' could not be accessed (rsp=403 (Forbidden). Maybe the bucket is owned by somebody else or the authentication failed

       

      If I configure adding bucket name in S3_PING

       

      <S3_PING

                  host="dummyhost"

                  access_key="dummy_access_key"

                  secret_access_key="dummy_secret_access_key"

       

                  location="bucketname"

          />

       

      Error Message in server

       

      bucketname.hostname.net  - Unknown host exception.

       

      Can anyone help me, how to configure S3_PING in JGroup XML File?

       

       

      Regards

      Balaji Subramaniam