spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.66k stars 575 forks source link

Could not build image: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory #374

Closed Yamini-TWG closed 6 years ago

Yamini-TWG commented 6 years ago

Description

I am trying to run a Jenkins pipeline i make maven build, and using a spotify to convert artifact to docker image and to push it to docker hub.

I am running build on kuberenetes pod with a docker dind/jdk/mvn/ image

but its on failing with one constant error: Mar 27, 2018 2:12:48 AM com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory Mar 27, 2018 2:12:48 AM com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->unix://localhost:80 Mar 27, 2018 2:12:48 AM com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory Mar 27, 2018 2:12:48 AM com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->unix://localhost:80 Mar 27, 2018 2:12:48 AM com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory Mar 27, 2018 2:12:48 AM com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->unix://localhost:80

[ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.0:build (default) on project stocky-service: Could not build image: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory -> [Help 1] [ERROR]

when I am running on my local machine, I am not finding any issue, but when it comes to Jenkins pipeline its throwing error

fatihdemirez commented 6 years ago

I faced same issue How to resolve it ?