-
Notifications
You must be signed in to change notification settings - Fork 645
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
IO Error while requesting logs: org.apache.http.ConnectionClosedException #1369
Comments
yes, this can be probably improved indeed. happy for any PR tackling this, I probably don't have enough spare room to work on it. |
i got this error everytime. on: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Is there a workarround? |
Same issue here. My specs:
Docker Desktop version: 2.5.0.1 Do we know what causes the issue? |
Anyone still facing this issue still? Anyone seeing this fixed and any help?
Docker engine: 20.10.6 |
It caused errors on MacOS due to a bug of the Docker plugin (fabric8io/docker-maven-plugin#1369 )
In case it is helpful to anyone, an engineer on our team was running into this issue on his M1 Mac. It turned out it was just a timeout waiting for the container to launch. We increased the wait timeout and he was able to move past this issue. We suspect that it is because the container we were attempting to launch (localstack) was just taking longer to start due to the Rosetta virtualization on the M1 architecture. Thats a band-aid for it, but it at least may get someone over the headache temporarily. |
Description
Intermittently, I see the following IO error which makes the plugin fail to start my container:
I think the plugin should be more resilient to this kind of IO error and continue polling the logs.
Info
mvn -v
) : 3.3.9The text was updated successfully, but these errors were encountered: