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

Open metadata is not getting connected from SDK #51

Open
RupaDosapati opened this issue Dec 5, 2024 · 0 comments
Open

Open metadata is not getting connected from SDK #51

RupaDosapati opened this issue Dec 5, 2024 · 0 comments

Comments

@RupaDosapati
Copy link

I have deployed the open metadata using docker. It is running on docker container.
https://docs.open-metadata.org/latest/quick-start/local-docker-deployment

I was trying to run standalone java SDK to connect to open metadata but getting below error.
https://github.com/open-metadata/openmetadata-demo/tree/main/java-sdk-examples
feign.FeignException$InternalServerError: [500 Internal Server Error] during [GET] to [http://host.docker.internal:8585/api/v1/version] [CatalogApi#getCatalogVersion()]: [{"responseMessage":"An exception with message [HTTP 404 Not Found] was thrown while processing request.","errorType":"UNHANDLED_SERVER_EXCEPTION"}]
at feign.FeignException.serverErrorStatus(FeignException.java:259)
Even trying to access the api's from postman getting this error
{
"responseMessage": "An exception with message [HTTP 404 Not Found] was thrown while processing request.",
"errorType": "UNHANDLED_SERVER_EXCEPTION"
}
Can some one help what is the problem here.
Thanks
Rupa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant