elasticsearch-river-web icon indicating copy to clipboard operation
elasticsearch-river-web copied to clipboard

Getting error right after installing quartz and river-web

Open iouri-kostine opened this issue 11 years ago • 3 comments

ES version 1.2.1 river-web version 1.2.0 Followed docs to install quartz and river-web. Started ES and got this error:

{1.2.1}: Initialization Failed ...
1) InvocationTargetRuntimeException[[ESSR0043]The target which org.apache.http.impl.conn.PoolingHttpClientConnectionManager invoked is illegal, because java.lang.NoSuchFieldError: INSTANCE]
    NoSuchFieldError[INSTANCE]

Any ideas what might be causing it?

iouri-kostine avatar Aug 16 '14 09:08 iouri-kostine

Could you check if your ES has other httpclient jar file?

$ ls [ES_HOME]/plugins/*/httpclient*

marevol avatar Aug 16 '14 09:08 marevol

It does. I have one other, version 4.2 inside of AWS plugin.

iouri-kostine avatar Aug 16 '14 09:08 iouri-kostine

Copied newer version into the AWS plugin, ES is starting without an error. Workaround but at least I can continue with testing. Thanks

iouri-kostine avatar Aug 16 '14 09:08 iouri-kostine