Problem with upgrading from ES 2.4 to ES 5.2

Hello brothers,

I'm upgrading the project from ES2.4 to ES5.2 with Oracle ADF. Unfortunately the following error is encountered in the creation of client.

Caused by: java.lang.ClassNotFoundException: org.elasticsearch.transport.Netty3Plugin

I didn't use maven. Here is my libraries.

What i should now? Please

You need to add all the transitive dependencies that the Transport client needs.
You can create a simple pom.xml with elasticsearch client and then run

mvn dependencies:tree

And that will give you that list.

Thank you dear,
It's running.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.