-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
local installation does not work on Ubuntu (with Docker and docker compose) #222
Comments
Hi @bbutel ! Thanks for your interest in ARA and sorry for the lack of response for now, busy period. Since the 4.1.0 version, we've applied a fix to the docker's entrypoint. Could you try with the new version of the docker images (or re run your |
Still not working but error is not the same (see attached logs). |
Hmm, it seems that your server is unable to communicate with your database... Could you please do a
And give me the output of this ? I'll investigate also on my own computer and keep you in touch |
Before running "docker-compose down": After running"docker-compose down": |
Interesting ! Can you try again a Note : When you do a |
Hello again @bbutel ! After doing a
and give me the output of these two commands ? I suspect that the docker-compose command doesn't download the newer version of the images and keep the one you have locally :) The retrieved SHA256 should be :
|
|
indeed, sha are not the same |
Could you try update the docker-compose file and replace the |
Done.
|
Ok, the error log shows that the Host What's the version of your Docker for mac ? (In your tray, click on the Docker icon, and in the menu click on
|
`docker version Server: Docker Engine - Community Note that I'm not on Mac but on Ubuntu |
Ok 😄 Could you check that the line I think that this is not a problem relative strictly to ARA but to Docker itself 🤔 Here I find someone who also got your problem and fix it (with a workaround) : https://dev.to/bufferings/access-host-from-a-docker-container-4099 I'll try with an Ubuntu OS if I reproduce your error |
Hi @bbutel ! Just to let you know : I managed to reproduce your error on a Ubuntu 18.04 LTS VM. I'll look into it a little deeper |
Hi again @bbutel ! I figured it out ! Like I thought, the bug was not in ARA but in Docker itself. It seems that the As a workaround, you can edit your On my side, I will update the docs. |
Regarding the dead link on https://github.com/Decathlon/ara/blob/version/4.1.0/docker/README.adoc#head, it's because those path are relatives and the branch |
Thx, its works |
Describe the bug
On documentation for Mac (or a GNU/Linux PC), it is written:
after retrieve docker-compose.yaml file, run "docker-compose up" failed
In console log, i've got : "Error: Could not find or load main class org.springframework.boot.loader.PropertiesLauncher"
Entire log provided in attachment.
Also note that some link into the document are dead: https://github.com/Decathlon/ara/blob/version/4.1.0/docker/README.adoc#head
error.log
The text was updated successfully, but these errors were encountered: