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

Apache Superset build error #31812

Open
3 tasks done
NDHINE opened this issue Jan 13, 2025 · 3 comments
Open
3 tasks done

Apache Superset build error #31812

NDHINE opened this issue Jan 13, 2025 · 3 comments
Labels
install:docker Installation - docker container

Comments

@NDHINE
Copy link

NDHINE commented Jan 13, 2025

Bug description

This is the error that I am facing when bringing up the apache superset docker-compose file.

"Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/app/docker/docker-bootstrap.sh": stat /app/docker/docker-bootstrap.sh: no such file or directory: unknown"

How can this be solved?

Screenshots/recordings

Image

Superset version

master / latest-dev

Python version

3.9

Node version

16

Browser

Chrome

Additional context

No response

Checklist

  • I have searched Superset docs and Slack and didn't find a solution to my problem.
  • I have searched the GitHub issue tracker and didn't find a similar bug report.
  • I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.
@dosubot dosubot bot added the install:docker Installation - docker container label Jan 13, 2025
Copy link

dosubot bot commented Jan 13, 2025

Hello @NDHINE! I'm here to help you with the Apache Superset build error you're experiencing. I can assist with bug solving, answering your questions, and guiding you to become a contributor. Let's work together to tackle this issue!

There are a couple of similar discussions that might be relevant to your issue:

  1. Going crazy trying to get 2.1.0 running using Docker Compose - This discussion is still open and might provide some insights or solutions that could be applicable to your situation [1].

  2. docker-compose up: Cannot start services superset_init, superset_worker_beat... - This is another open discussion that might have relevant information [2].

Regarding the specific error you're encountering, it seems that the docker-bootstrap.sh script is missing from the expected location. This script is crucial for initializing and starting various Superset services within the Docker environment. It should be located in the docker directory of the Superset repository [3].

To resolve this issue, ensure that the docker-bootstrap.sh script is present in the docker directory. If it's missing, you might need to check out the correct branch or tag of the repository that includes this script. Additionally, verify that your Docker setup is correctly mounting the docker directory as a volume, as specified in the docker-compose.yml file [4].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@rusackas
Copy link
Member

Does docker-bootstrap.sh indeed exist and have permissions to be executed?

@NDHINE
Copy link
Author

NDHINE commented Jan 13, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install:docker Installation - docker container
Projects
None yet
Development

No branches or pull requests

2 participants