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

mortgage run failed #4

Open
simo735 opened this issue Jan 7, 2020 · 1 comment
Open

mortgage run failed #4

simo735 opened this issue Jan 7, 2020 · 1 comment

Comments

@simo735
Copy link

simo735 commented Jan 7, 2020

Hello,

I bought your book and I try to follow the example on chapter 5 "Mise en oeuvre d'une architecture logicielle" , when i launch the mortgage application on a centos 7.7 server via the command
docker-compose up i get this error message:

W: There is no public key available for the following key IDs:
AA8E81B4331F7F50
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-backports/main/binary-amd64/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

ERROR: Service 'notifier' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y maven' returned a non-zero code: 100

@jp-gouigoux
Copy link
Member

Hello,

Thanks for the alert. Dependencies have changed and these versions seem to not be available anymore. Sadly, a third release of the book will have to be done in order to keep up to date. I tried to use versions that are as stable as possible, but this one is missing. Best way to go is to change the image in the FROM line of the Dockerfile in order to point to a newer version. You can find the values in https://hub.docker.com/_/openjdk (yes, even the name of the image has changed, and "java" now points to "openjdk").

HTH,

JP

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

2 participants