-
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
Connection is still allocated error on Windows #1152
Comments
Running into exactly the same issue. Reverting to 0.27.2 as a workaround for now.
|
0.28.0 does not work on Windows fabric8io/docker-maven-plugin#1152
0.28.0 does not work on Windows fabric8io/docker-maven-plugin#1152
I have same problem: d-m-p version : 0.28.0 Docker version : Docker desctop community Version 2.0.0.2 (30215) Channel: stable Build: 0b030e1 |
Same problem here, also downgraded to 0.27.2. |
👍 Seeing the same here, downgrade to 0.27.2 works. |
Looking at the source code and the changes between 0.27.2 and 0.28, this is might be a connection leak in DockerAccessWithHcClient.fetchApiVersionFromServer as the CloseableHttpResponse is never closed. |
Thanks! When will this fixed version be released? |
@LorenzoBettini : Umm, I think it would be available in 2-3 weeks. Roland manages the release process; if he is too busy, maybe it can be delayed by 1-2 weeks. |
I'm going to make a release this weekend. Sorry for any inconvenience and the long delay. |
Thank you. |
Thanks. But latest version 4.1.0 on https://mvnrepository.com/artifact/io.fabric8/fabric8-maven-plugin uses still docker-maven-plugin 0.28.0. When a new release will be available? |
@meier297 had same issue with 0.28.0 but I updated for latest version 0.30.0 and worked fine |
We are still seeing this error with docker-maven 0.44.0 version. |
@sramshek : Could you please open a new issue with a reproducer project and your environment details? |
Description
d-m-p 0.28.0 is not working on Windows, e.g.
mvn docker:build
Error:
Connection is still allocated
0.28.0 works fine on Linux. Old version 0.27.2 works on Windows.
The issue is reproducible with d-m-p version switching back and forth, restarting, colleagues machine.
I found this issue from f-m-p, which looks related: fabric8io/fabric8-maven-plugin#1468
Info
mvn -v
) : 3.5.4 or 3.6.0The text was updated successfully, but these errors were encountered: