java.lang.NoSuchFieldError: INSTANCE

前端 未结 4 1893
醉酒成梦
醉酒成梦 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条回答
  •  Happy的楠姐
    2020-11-30 14:09

    I faced similar issue like this, In my class path there was two jar contains same class, httpcore-4.3 and apache-httpcomponents-httpcore, I have removed apache-httpcomponents-httpcore from class path solved the issue.

提交回复
热议问题