It seems like you are trying to use client node binary from Ignite 1.5 for Ignite 1.6. You should build client node binary for the 1.6 instead to use with Ignite 1.6 as they are not cross-compatible.
Best Regards, Igor On Fri, Apr 29, 2016 at 8:39 PM, Igor Sapego <[email protected]> wrote: > Hi, > > Where have you got your C++ client node binary from? > > Best Regards, > Igor > > On Fri, Apr 29, 2016 at 8:32 PM, Murthy Kakarlamudi <[email protected]> > wrote: > >> Hi All, >> I downloaded the latest 1.6 binary from latest builds. I am trying to >> start a node from c++ and getting the below error. >> >> An error occurred: Failed to initialize JVM >> [errCls=java.lang.NoSuchMethodError, errMsg=executeNative] >> >> The same c++ node starts fine if I point my IGNITE_HOME to 1.5 instead >> of 1.6. >> >> Any help is much appreciated... >> >> Thanks. >> > >
