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
After upgrading the docker version to 2.4.0 I started to get errors:
[testcontainers-ryuk] - Can not connect to Ryuk at localhost:32768 java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:607)
at java.net.Socket.connect(Socket.java:556)
at java.net.Socket.<init>(Socket.java:452)
at java.net.Socket.<init>(Socket.java:229)
at org.testcontainers.utility.ResourceReaper.lambda$null$1(ResourceReaper.java:138)
at org.rnorth.ducttape.ratelimits.RateLimiter.doWhenReady(RateLimiter.java:27)
at org.testcontainers.utility.ResourceReaper.lambda$start$2(ResourceReaper.java:136)
at java.lang.Thread.run(Thread.java:748)
seems like its a known issue in testcontainers-java as well and they have a new version that fixes it.
I will submit a PR with the relevent testcontainers-java that solves it.
The text was updated successfully, but these errors were encountered:
After upgrading the docker version to 2.4.0 I started to get errors:
seems like its a known issue in testcontainers-java as well and they have a new version that fixes it.
I will submit a PR with the relevent testcontainers-java that solves it.
The text was updated successfully, but these errors were encountered: