org.rnorth.ducttape.TimeoutException: Timeout waiting for result with exception
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
org.testcontainers.containers.ContainerLaunchException: Container failed to start
at org.testcontainers.containers.JdbcDatabaseContainer.lambda$waitUntilContainerStarted$2(JdbcDatabaseContainer.java:70)
at org.rnorth.ducttape.unreliables.Unreliables.lambda$retryUntilSuccess$0(Unreliables.java:41)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)