Re: IgniteUtils NoClassDefFoundError

2018-09-11 Thread akurbanov
Hello, Did you properly set IGNITE_HOME pointing to binaries/build sources? Regards -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: IgniteUtils NoClassDefFoundError

2018-09-11 Thread Павлухин Иван
Hi Jack, Could you provide logs and full console output? NoClassDefFoundError -- can be thrown when class in question is on classpath but fails to initialize (e.g. exception thrown from static initializer). 2018-09-11 6:05 GMT+03:00 Jack Lever : > Hi All, > > I'm getting an error on application

IgniteUtils NoClassDefFoundError

2018-09-10 Thread Jack Lever
Hi All, I'm getting an error on application startup which has me stumped. I've imported ignite-core, indexing, slf4j and spring-data via maven, version 2.6.0. I'm using ignite to do some cache operations, basic stuff cross-node. However when I start it, it runs until the config of static ip