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

Error building backend image (tests fail in gradle build process) #429

Open
w2thro opened this issue Sep 19, 2024 · 0 comments
Open

Error building backend image (tests fail in gradle build process) #429

w2thro opened this issue Sep 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@w2thro
Copy link

w2thro commented Sep 19, 2024

Current Behavior

During the build process of the backend image gradle fails with a test error:
TransferApiEndToEndTest > initializationError FAILED
org.testcontainers.containers.ContainerLaunchException at TransferApiEndToEndTest.java:40
Caused by: org.rnorth.ducttape.RetryCountExceededException at TransferApiEndToEndTest.java:40
Caused by: org.testcontainers.containers.ContainerLaunchException at TransferApiEndToEndTest.java:40
Caused by: com.github.dockerjava.api.exception.InternalServerErrorException at TransferApiEndToEndTest.java:40

So the build of the image fails and the whole mxd does not work.

Expected Behavior

Expected behavior: No error in the backend build process

Steps To Reproduce

using openjdk-21 on ubuntu 24.01.1
followed the gradlew command as in the README.md

@w2thro w2thro added the bug Something isn't working label Sep 19, 2024
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