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

tokern_worker container keep restarting with error: /docker-entrypoint.sh: 11: exec: rq: not found #109

Open
kevindany opened this issue Jan 31, 2023 · 5 comments

Comments

@kevindany
Copy link

Steps to reproduce:

  1. wget https://raw.githubusercontent.com/tokern/data-lineage/master/install-manifests/docker-compose/tokern-lineage-engine.yml
  2. configure to use an external Postgres database, change the following parameters in tokern-lineage-engine.yml:
    CATALOG_HOST
    CATALOG_USER
    CATALOG_PASSWORD
    CATALOG_DB
  3. docker-compose -f tokern-lineage-engine.yml up -d
  4. run: docker ps (to list the status)
  5. ru: docker logs -f tokern_worker (to get the logs)

image

@ignaski
Copy link

ignaski commented Feb 23, 2023

@kevindany were you able to solve this?

@hendrix04
Copy link

I am on a Mac M1 and I am running into this same problem.
It's also worth pointing out that the python docker that they are using as a base has 21 critical vulnerabilities.

@hendrix04
Copy link

Looking a bit more into this, I can confirm that for some reason rq and redis packages are not installed in the python environment for whatever reason.

@hendrix04
Copy link

Looking a bit more into this, I think that I have found the issue (though I haven't been able to successfully build my own docker container).

It seems that Poetry has changed the way in which it should be installed and https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py now returns a 404. It is very likely that nothing is getting installed via Poetry and I would be shocked if any of the containers appropriately work.

The new URL is https://install.python-poetry.org.

@hendrix04
Copy link

I created a fix for this at https://github.com/hendrix04/data-lineage/tree/poetry_fix. I have tested that all containers launch and don't go into a restart loop, but haven't tested that functionality actually works.

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

3 participants