You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: