【发布时间】:2017-05-27 23:12:14
【问题描述】:
尝试在 Ubuntu 上构建 jhipster 应用程序的 Docker 映像时。出现错误:
INFO: Retrying request to {}->unix://localhost:80
Jan 12, 2017 11:45:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: Permission denied
Jan 12, 2017 11:45:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->unix://localhost:80
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:19 min
[INFO] Finished at: 2017-01-12T11:45:49-06:00
[INFO] Final Memory: 77M/730M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.spotify:docker-maven-plugin:0.4.13:build (default-cli) on project poetry: Exception caught: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: java.io.IOException: Permission denied -> [Help 1]
【问题讨论】:
-
尝试使用 `--debug` 标志运行 maven 以查看是否获得更多详细信息