java.lang.NoSuchFieldError: INSTANCE

前端 未结 4 1902
醉酒成梦
醉酒成梦 2020-11-30 13:33

When trying to submit my topology through StormSubmitter, I am getting -

Caused by: java.lang.NoSuchFieldError: INSTANCE  
at org.apache.http.impl.io.Defaul         


        
4条回答
  •  情书的邮戳
    2020-11-30 14:20

    I had the below jar files in the path inside the plugin folder:
    ./var/lib/jenkins/plugins/build-pipeline-plugin/WEB-INF/lib/httpcore-4.2.1.jar
    ./var/lib/jenkins/plugins/git-client/WEB-INF/lib/httpcore-4.3.2.jar
    ./var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/httpcore-4.2.4.jar

    After, I removed the below file, it worked for me
    /var/lib/jenkins/plugins/build-pipeline-plugin/WEB-INF/lib/httpcore-4.2.1.jar

提交回复
热议问题