Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Unable to connect to endpoint #3114

Closed
Vleena1 opened this issue Sep 13, 2024 · 5 comments
Closed

ERROR: Unable to connect to endpoint #3114

Vleena1 opened this issue Sep 13, 2024 · 5 comments
Labels
bug This issue is a bug. closed-for-staleness response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days. third-party This issue is related to third-party libraries or applications.

Comments

@Vleena1
Copy link

Vleena1 commented Sep 13, 2024

we are trying the access the AWS bucket from the Linux server using the utility call ssadrv as shown below

ssadrv -a aws_sdk://<bucket_name>/<aws_url_along with bucketname>

Eg: ssadrv -a aws_sdk://PER/https://s3.us-east-1.aws.amazon.com/infagcs/PER

bucket was not accessible from Linux server, hence we have added the following library "libaws-cpp-sdk-core.so" to the Linux server and issue got resolved, now we are try to delete the data from the AWS bucket file from the Linux server, but it is failing with the following error message
"ERROR: ERROR: Exception Name:, Error Message:Unable to connect to endpoint".

Please let us the answers for below queries:
1: Which scenario the endpoint error will trigger, Is there any configuration missing?
2: How we can find the aws sdk version from RHEL 8 Linux server ?
3: Is this library "libaws-cpp-sdk-core.so" is compatible with RHEL 8 server?

@Vleena1
Copy link
Author

Vleena1 commented Sep 16, 2024

Hello Team,

Any update?

@bhoradc
Copy link

bhoradc commented Sep 16, 2024

Hello @Vleena1,

Thank you for providing the detailed issue description. From the information you've shared, it appears that you're using the AWS C++ SDK to interact with Amazon S3 from a Linux server.

To better assist you and troubleshoot the issue more effectively, we need to confirm the specific AWS SDK you're using. Based on the mention of the libaws-cpp-sdk-core.so library, it seems likely that you're utilizing the AWS C++ SDK.

If you could confirm that you're indeed using the AWS C++ SDK, it would be helpful to transfer this issue to the appropriate repository for the AWS C++ SDK. This way, the team responsible for maintaining and supporting the C++ SDK can provide more targeted guidance and assistance.

Regards,
Chaitanya

@bhoradc bhoradc added bug This issue is a bug. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days. labels Sep 16, 2024
@bhoradc bhoradc self-assigned this Sep 16, 2024
@Vleena1
Copy link
Author

Vleena1 commented Sep 18, 2024 via email

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days. label Sep 18, 2024
@bhoradc bhoradc transferred this issue from aws/aws-sdk Sep 18, 2024
@bhoradc bhoradc removed their assignment Sep 18, 2024
@sbiscigl
Copy link
Contributor

using the utility call ssadrv

what is this utility? where is it defined? how do the call the aws sdk?

hence we have added the following library "libaws-cpp-sdk-core.so" to the Linux server and issue got resolved

why did adding the library fix it? how are you actually using the SDK?

We are using AWS C++ SDK version 1.4.50.

That commit is 6 years old, why are you using that old of a version?

Overall I'm not following what you are asking. This sounds like a third party tool that is using a very old version of the SDK. I would suggest contacting the owner of this tool.

If you can provide code using the SDK to replicate your issue we can help

@sbiscigl sbiscigl added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days. third-party This issue is related to third-party libraries or applications. labels Sep 18, 2024
Copy link

Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one.

@github-actions github-actions bot added closing-soon This issue will automatically close in 4 days unless further comments are made. closed-for-staleness and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Sep 29, 2024
@github-actions github-actions bot closed this as completed Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. closed-for-staleness response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days. third-party This issue is related to third-party libraries or applications.
Projects
None yet
Development

No branches or pull requests

3 participants