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

Cannot extend service 'es' in ~/git/invenio-app-ils/docker-services.yml: Service not found #1184

Open
thehale opened this issue May 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@thehale
Copy link

thehale commented May 27, 2023

Package version (if known): 8343ddf

Describe the bug

Attempting to run Invenio ILS to see the demo data fails with the error listed in the issue title

Steps to Reproduce

  1. Clone the latest version of the code
  2. cd into the directory
  3. Boot the services using the docker command from the docs for the Preview to see the error.
$ docker --version
Docker version 23.0.1, build a5ee5b1
$ docker-compose --version
docker-compose version 1.29.2, build unknown
$ docker-compose -f docker-compose.full.yml up
ERROR: Cannot extend service 'es' in /home/jhale/git/invenio-app-ils/docker-services.yml: Service not found

Expected behavior

I would expect the docker services to boot so that I install the demo data as specified in the rest of the docs.

Screenshots (if applicable)

n/a. The full command and error messages are shown above.

Additional context

Running in WSL2 (Ubuntu 20.04) on Windows.

It appears that changing one line in docker-compose.full.yml fixes this error message:

  es:
    extends:
      file: docker-services.yml
-      service: es
+      service: search

I'm trying to configure InvenioILS as a personal home library system to manage physical books, movies, cds, and electronic documents/research. I'm excited for it due to its MIT license and usage of technologies I am familiar with (i.e. can contribute to). However, my inability to set up a functional server, even for any sort of demo, means I will be looking for another solution until Invenio becomes more stable OR better documented.

@thehale thehale added the bug Something isn't working label May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant