Skip to content
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

Die Verbindung wurde vom Kommunikationspartner zurückgesetzt #428

Closed
donkon opened this issue Apr 8, 2016 · 3 comments
Closed

Die Verbindung wurde vom Kommunikationspartner zurückgesetzt #428

donkon opened this issue Apr 8, 2016 · 3 comments

Comments

@donkon
Copy link

donkon commented Apr 8, 2016

Any ideas why I get this error when building the image?

OS: Ubuntu 14.04 LTS
Docker version 1.10.3, build 20f81dd
io.fabric8:docker-maven-plugin:0.14.2:build

[INFO] --- docker-maven-plugin:0.14.2:build (start) @ myapp ---
[INFO] DOCKER> ... openjdk-7 Pulling from library/java
[INFO] DOCKER> ... efd26ecc9548 Already exists
[INFO] DOCKER> ... a3ed95caeb02 Already exists
[INFO] DOCKER> ... d1784d73276e Already exists
[INFO] DOCKER> ... 72e581645fc3 Already exists
[INFO] DOCKER> ... 1e6509b4af69 Already exists
[INFO] DOCKER> ... a3ed95caeb02 Already exists
[INFO] DOCKER> ... a3283d54b740 Already exists
[INFO] DOCKER> ... a3ed95caeb02 Already exists
[INFO] DOCKER> ... a3ed95caeb02 Already exists
[INFO] DOCKER> ... a3ed95caeb02 Already exists
[INFO] DOCKER> ... 5308fe3d04fe Already exists
[INFO] DOCKER> ... Digest: sha256:8277c972cff1b55101f36515f77f1e641a504ddb179a3783dd1428efbc89b6c4

[INFO] DOCKER> ... Status: Image is up to date for java:openjdk-7
[INFO] Reading assembly descriptor: .../src/main/docker/assembly.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] Copying files to .../build/maven
[INFO] Building tar: .../tmp/docker-build.tar
[INFO] I/O exception (java.io.IOException) caught when processing request to {}->unix://127.0.0.1:1: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
[INFO] Retrying request to {}->unix://127.0.0.1:1
[INFO] I/O exception (java.io.IOException) caught when processing request to {}->unix://127.0.0.1:1: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
[INFO] Retrying request to {}->unix://127.0.0.1:1
[INFO] I/O exception (java.io.IOException) caught when processing request to {}->unix://127.0.0.1:1: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
[INFO] Retrying request to {}->unix://127.0.0.1:1
[ERROR] DOCKER> Unable to build image [...]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.936 s
[INFO] Finished at: 2016-04-08T09:22:16+02:00
[INFO] Final Memory: 26M/260M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.14.2:build (start) on project ...: Unable to build image [...]: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt -> [Help 1]
@rhuss
Copy link
Collaborator

rhuss commented Apr 8, 2016

Does the name of your image you are building contain uppercase letters ?

@rhuss
Copy link
Collaborator

rhuss commented Apr 8, 2016

See #419 for similar symptoms.

@donkon
Copy link
Author

donkon commented Apr 8, 2016

yes - removing uppercase letters did the trick
thx

@rhuss rhuss closed this as completed Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants