-
Notifications
You must be signed in to change notification settings - Fork 30
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
docker storage container keeps restarting #978
Comments
Dear @Pin0 thank you for your report. To be sure, you just run following locally? git clone https://github.com/linkedpipes/etl.git
cd etl
docker compose up |
Yep, thats exactly what I did. |
@Pin0 can you describe your system where you are trying this? Windows 11
|
Docker version 24.0.6, build ed223bc |
@Pin0 thanks. Unfortunately, we do not have a Mac to test this on, if it turns out to be a Mac-specific issue. |
@Pin0 Can you execute following commands and share the output? # In the LP:ETL directory, start the storage container.
docker compose run -it storage bash
# In the container, check content and existence of the data directory.
ls -la /data/lp-etl/storage
# Print content of the file
cat /data/lp-etl/storage/repository-info.json
# Exit container
exit |
I'm proably doing something wrong here. I followed the readme on the letter. De application runs but I get errors on the pipeline page.
Closer inspections shows an 500 internal server error in http://localhost:8080/api/v1/pipelines-list
with the following response:
Closer looking at the docker containers the storage container keeps restarting I think that is related.
Sorry for the long docker log...
Is there something I'm missing/doing wrong here?
The text was updated successfully, but these errors were encountered: