zoukankan      html  css  js  c++  java
  • bladex-boot推送harbor出错

    出错信息:

    Building image harbor.zhangshuiqing.com:8081/blade/Bladex-boot:2.2.1.release
    十二月 13, 2019 11:22:56 下午 com.spotify.docker.client.shaded.org.apache.http.impl.execchain.RetryExec execute
    信息: I/O exception (java.net.SocketException) caught when processing request to {}->http://harbor.zhangshuiqing.com:2375: Connection reset by peer
    : socket write error

    Failed to execute goal com.spotify:docker-maven-plugin:1.1.0:build (default-cli) on project Bladex-boot: Exception caught: java.util.concur
    rent.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: Connection reset by peer: socket write error -> [Help 1]

    填坑:

    镜像文件不能有大写,将对应的

    <artifactId>BladeX-Boot</artifactId>
    <version>2.2.1.RELEASE</version>

    中的大写换成小写即可

  • 相关阅读:
    flash盖住层的解决办法
    编译Chromium
    关于Ubuntu上的版本依赖问题
    GridBagLayout
    使用JList遇到的奇怪问题
    Swing常用整理
    Swing中改变Table的column大小
    SwingUtilities.invokeLater
    git常用命令
    小马过河(bupt 311)
  • 原文地址:https://www.cnblogs.com/edrp/p/12037797.html
Copyright © 2011-2022 走看看