mall 1.0-SNAPSHOT maven编译失败了
Exception caught: Timeout: GET http://192.168.1.71:2375/version: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: com.spotify.docker.client.shaded.org.apache.http.conn.ConnectTimeoutException: Connect to 192.168.1.71:2375 [/192.168.1.71] failed: connect timed out -> [Help 1]
Building image mall/mall-admin:0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] mall-mbg ........................................... SUCCESS [ 0.925 s]
[INFO] mall-admin 0.0.1-SNAPSHOT .......................... FAILURE [ 9.172 s]
[INFO] mall-search 0.0.1-SNAPSHOT ......................... SKIPPED
[INFO] mall-portal 0.0.1-SNAPSHOT ......................... SKIPPED
[INFO] mall-demo 0.0.1-SNAPSHOT ........................... SKIPPED
[INFO] mall 1.0-SNAPSHOT .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.599 s
[INFO] Finished at: 2019-01-03T19:46:49+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.spotify:docker-maven-plugin:1.1.0:build (build-image) on project mall-admin: Exception caught: Timeout: GET http://192.168.1.71:2375/version: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: com.spotify.docker.client.shaded.org.apache.http.conn.ConnectTimeoutException: Connect to 192.168.1.71:2375 [/192.168.1.71] failed: connect timed out -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请问解决了吗,遇到同样的问题