Re: LOOK THORUGH THIS ERROR

2016-09-08 Thread vkulichenko
Ravi, Did you check my link? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/LOOK-THORUGH-THIS-ERROR-tp6977p7616.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: LOOK THORUGH THIS ERROR

2016-09-08 Thread Ravi Puri
hello, can u provide with other method to load data into cache or nay other way ? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/LOOK-THORUGH-THIS-ERROR-tp6977p7600.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: LOOK THORUGH THIS ERROR

2016-08-29 Thread vkulichenko
Ravi, You can use data streamer [1] as an alternative. But I'm pretty sure you app will fail on any interaction between Hibernate and Ignite. I strongly recommend to use Maven or any other dependency management tool. [1] https://apacheignite.readme.io/docs/data-loading -Val -- View this

Re: LOOK THORUGH THIS ERROR

2016-08-26 Thread Ravi Puri
All classpaths have same jars. Any other options to cache data apart from loadCache() method?? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/LOOK-THORUGH-THIS-ERROR-tp6977p7346.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: LOOK THORUGH THIS ERROR

2016-08-26 Thread Vladislav Pyatkov
Ravi, The exception means, what wrong jar-file hits to a classpath your application. Please, use maven or other buld to to resolve dependencies and provide example if this doesn't help. On Fri, Aug 26, 2016 at 1:17 PM, Ravi Puri wrote: > I wont be able to use maven

Re: LOOK THORUGH THIS ERROR

2016-08-26 Thread Ravi Puri
I wont be able to use maven and neither uplaod a project. But I found the class error using debugger. It was found in cache.loadCache(null,1) . During this process it throws error. Is there any other way to load cache data using IgniteCache Object. -- View this message in context:

Re: LOOK THORUGH THIS ERROR

2016-08-17 Thread Ravi Puri
is it necessary to provide project? Error can be resolved without that also ryt?? -jars version matched . still error not resolved -dependencies send to u and i changed it from beta version to normal 1.5 finl version jars. still error not resolved what will be other reasons for this error as

Re: LOOK THORUGH THIS ERROR

2016-08-17 Thread Vladislav Pyatkov
Ravi, Can you provide example project, where throwing the exception? On Wed, Aug 17, 2016 at 9:58 AM, Ravi Puri wrote: > No i'm not using maven . I am adding this jars to project and using it.. > Everything was working fine but this error doesnt allow me to go

Re: LOOK THORUGH THIS ERROR

2016-08-17 Thread Ravi Puri
No i'm not using maven . I am adding this jars to project and using it.. Everything was working fine but this error doesnt allow me to go forward..? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/LOOK-THORUGH-THIS-ERROR-tp6977p7125.html Sent from the Apache

Re: LOOK THORUGH THIS ERROR

2016-08-16 Thread Ravi Puri
THIS IS MY JAR LIST IN DEPENDENCIES which i reduced and matched as per ur suggestions . Still the same error , now what to do ? -- View this message in context:

Re: LOOK THORUGH THIS ERROR

2016-08-16 Thread Ravi Puri
-- View

Re: LOOK THORUGH THIS ERROR

2016-08-15 Thread Vladislav Pyatkov
Hello, Can you please provide list of dependencies of your project. If you using maven, do like this: *mvn dependency:tree > dependencies.txt* On Sat, Aug 13, 2016 at 6:49 PM, Ravi kumar Puri wrote: > no i dont have any other version of hibernate. no i was unable to

Re: LOOK THORUGH THIS ERROR

2016-08-13 Thread Ravi kumar Puri
no i dont have any other version of hibernate. no i was unable to resolve at that time too. coz i didnt get any proper answer from forum. Now what to do ? On Sat, Aug 13, 2016 at 12:40 AM, vkulichenko wrote: > Is it possible that you already have another version

Re: LOOK THORUGH THIS ERROR

2016-08-12 Thread vkulichenko
Is it possible that you already have another version of Hibernate in your application? Actually, I remember you having the same issue a while ago. Were you able to resolve it? -Val -- View this message in context:

Re: LOOK THORUGH THIS ERROR

2016-08-12 Thread Ravi Puri
Still the same error as i matched ignite-core 1.5 ver with ignite-hibernate 1.5... but still it is not resolved. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/LOOK-THORUGH-THIS-ERROR-tp6977p7017.html Sent from the Apache Ignite Users mailing list archive at

Re: LOOK THORUGH THIS ERROR

2016-08-12 Thread Dmitriy Setrakyan
Val, do we have this documented? > On Aug 11, 2016, at 10:18 AM, vkulichenko > wrote: > > Ravi, > > You have to use the same version of ignite-hibernate as the ignite-core (the > latest is 1.7). The ignite-hibernate module is not deployed to Maven central >

Re: LOOK THORUGH THIS ERROR

2016-08-11 Thread vkulichenko
Ravi, You have to use the same version of ignite-hibernate as the ignite-core (the latest is 1.7). The ignite-hibernate module is not deployed to Maven central anymore due to licensing restrictions, but you can use the repo provided by GridGain [1]. Another option is to build this module from

Re: LOOK THORUGH THIS ERROR

2016-08-11 Thread Ravi kumar Puri
Ignite-hibernate 1.2 incubating jar.. is this what u meant? On 11-Aug-2016 18:40, "Alisher Alimov" wrote: > Hi! > > Can you specify hibernate version that you use? > > With best regards > Alisher Alimov > alimovalis...@gmail.com > > > > > On 11 авг. 2016 г., at 16:01,

Re: LOOK THORUGH THIS ERROR

2016-08-11 Thread Alisher Alimov
Hi! Can you specify hibernate version that you use? With best regards Alisher Alimov alimovalis...@gmail.com > On 11 авг. 2016 г., at 16:01, Ravi Puri wrote: > > java.lang.NoSuchMethodError: > org.hibernate.SessionFactory.openSession()Lorg/hibernate/Session; >