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

Trying to start docker debug locally encounters an error #11593

Open
KingRx opened this issue Oct 11, 2024 · 2 comments
Open

Trying to start docker debug locally encounters an error #11593

KingRx opened this issue Oct 11, 2024 · 2 comments
Assignees
Labels
bug Bug report

Comments

@KingRx
Copy link

KingRx commented Oct 11, 2024

Describe the bug
Download the v0.14.0.2 version of the code from github release, try to start docker debug locally, and encounter an "Container datahub-opensearch-setup-1 service "opensearch-setup" didn't complete successfully: exit 1
service "opensearch-setup" didn't complete successfully: exit 1

" error during the startup process

Expected behavior
When starting up, I refer to the document: "https://datahubproject.io/docs/docker/development" and want to start up docker debug locally

Screenshots
image

image

Desktop (please complete the following information):

  • OS: MacOS
  • DataHub Version V0.14.0.2
  • JDK: 17
  • Docker: 27.3.1
  • Docker compose: 2.29.7
  • Python:3.10.14

Additional context
elasticsearch image operation log:
image

opensearch image operation log:
image

@KingRx KingRx added the bug Bug report label Oct 11, 2024
@david-leifker david-leifker self-assigned this Oct 11, 2024
@david-leifker
Copy link
Collaborator

Does it work if you execute the gradlew command again? It seems like perhaps that opensearch is up, but not fully initialized when the setup job runs.

@KingRx
Copy link
Author

KingRx commented Oct 14, 2024

I tried the command "./gradlew quickstartDebug" several times, but none of them seemed to work.

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

No branches or pull requests

2 participants