Advertisement
aironman

maven output

Dec 11th, 2018
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. [INFO] Building image aironman/MyStreamjava8
  2. dic 11, 2018 1:58:51 PM com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute
  3. INFORMACIÓN: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: Broken pipe
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] BUILD FAILURE
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] Total time: 8.354 s
  8. [INFO] Finished at: 2018-12-11T13:58:51+01:00
  9. [INFO] ------------------------------------------------------------------------
  10. [ERROR] Failed to execute goal com.spotify:docker-maven-plugin:1.2.0:build (default-cli) on project MyStreamjava8: Exception caught: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: com.spotify.docker.client.shaded.org.apache.http.client.ClientProtocolException: Cannot retry request with a non-repeatable request entity: Broken pipe -> [Help 1]
  11. [ERROR]
  12. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  13. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  14. [ERROR]
  15. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  16. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  17.  
  18. $ docker --version
  19. Docker version 18.09.0, build 4d60db4
  20. MacBook-Pro-Retina-de-Alonso:MyStreamJava8Test aironman$ docker ps
  21. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement