NoClassDefFoundError issue when use PreBuiltTransportClient

When running PreBuiltTransportClient in ES 5.1 environment, the following error occurs.

it is my pom.xml
I deleted the 2.3 version, and registered the 5.1 version of the transport.

and i changed the log4j
version 2.4.1 to 2.7.

Does maven dependency:tree show the netty 3 plugin included with the
transport client dependency? It should....

Transport has both netty 3.0 and 4.0.
However, not recognize netty3plugin, so i added the following transport-netty3-client dependency.


But it did not work.

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