Loading data into cache timing issue?

2016-09-27 Thread Ravi Puri
How to manage time issue when loading data using loadCache() method. It takes 10 mins to load 170 number of data's. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Loading-data-into-cache-timing-issue-tp7965.html Sent from the Apache Ignite Users mailing list arc

Re: LOOK THORUGH THIS ERROR

2016-09-09 Thread Ravi Puri
yes i saw streamer and tried with maven dependencies by adding pom.xml but i convert in java project and run the same. still the same error ? i tried every possible way to face this error. I think there is bug in method of loadCache() while integrating with multiple java classes and there is no a

Re: LOOK THORUGH THIS ERROR

2016-09-07 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-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 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: http

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 thi

Re: LOOK THORUGH THIS ERROR

2016-08-16 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 Igni

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: http://apache-ignite-users.70518.x6.nabble.com/LOOK-THORUGH-T

Re: LOOK THORUGH THIS ERROR

2016-08-15 Thread Ravi Puri
-- View

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 Nab

LOOK THORUGH THIS ERROR

2016-08-11 Thread Ravi Puri
java.lang.NoSuchMethodError: org.hibernate.SessionFactory.openSession()Lorg/hibernate/Session; at org.apache.ignite.cache.store.hibernate.CacheHibernateStoreSessionListener.onSessionStart(CacheHibernateStoreSessionListener.java:178) at org.apache.ignite.internal.processors.cache.sto

Clear the cached data?

2016-08-11 Thread Ravi Puri
I want to clear all the data cached in server and client nodes. So how to do it as i have to do it another class. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Clear-the-cached-data-tp6946.html Sent from the Apache Ignite Users mailing list archive at Nabble.co

Address bind error

2016-08-09 Thread Ravi Puri
I got the below error as i am running tomcat server at localhost and also the ignite-config.xml at same host. is this the problem due to this? or is it something error not related to i mentioned above?? WARNING: FAILED ServerConnector@e11eade{HTTP/1.1}{0.0.0.0:8080}: java.net.BindException: Add

Just a basic query generally?

2016-05-09 Thread Ravi Puri
how many years experince needed to use the ignite smoothly and what should be d basic things should be cleared like springs or java to learn ignite easily ? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Just-a-basic-query-generally-tp4852.html Sent from the Apa

Re: how to fetch data when its loaded using cache.loadCache(null,100_00)?

2016-04-28 Thread Ravi Puri
i am getting this error while fetching cache.get(1); at client side Exception in thread "main" org.hibernate.LazyInitializationException: could not initialize proxy - no Session at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersiste

how to fetch data when its loaded using cache.loadCache(null,100_00)?

2016-04-28 Thread Ravi Puri
i loaded my data into cache from database id fname Lname 1 ravi puri 2 ravi load 3 ravi nikita configuration usign cache.loadCache(null,10). but i want to access data from cache. so how can i do it? -- View this message in context: http://apache

Re: Automatic persistence ?

2016-04-26 Thread Ravi Puri
yea i tried but i generated schema from schema import and i want run cache.loadCache after loading the configuration which is generated automatically. how can i do it. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Automatic-persistence-tp4413p4537.html Sent f

asm.writer error

2016-04-26 Thread Ravi Puri
error at cache.loadCache(null,100_00); please provide the reason as i tried with asm-all 4.2 jar and even with spring.jar and also asm-2.2.3 jar & asm-1.5.3 jar java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.(Z)V at net.sf.cglib.core.DebuggingClassWriter.(DebuggingClassWriter.

At client side unable to use excute transaction?

2016-04-22 Thread Ravi Puri
server side -- at server side i loaded my data with person and also configured with my database.. cache.loadCache(null,100_000); cache.size();// It returns length of cache. client side -- public static void main (String args[]) { Ignition.setClientMode(true

Automatic persistence ?

2016-04-21 Thread Ravi Puri
i generated all the related pojo and xml classess. please let me knw how to test that thing? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Automatic-persistence-tp4413.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

can we make generic class for cachehibernatepojostore?

2016-04-20 Thread Ravi Puri
i have a query i have one class which loads cacheconfiguration class(CacheConfig) with its cachehibernatepojostore(specific to class) passed in factory builder which i passed as T. public class CacheConfig { private static final long serialVersionUID = 1L; private static final

Re: do you support json based cache?

2016-04-15 Thread Ravi Puri
nopes. It will complicate my json. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/do-you-support-json-based-cache-tp4160p4224.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

do you support json based cache?

2016-04-14 Thread Ravi Puri
I want to know do you support json based data to be cached and implemnented? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/do-you-support-json-based-cache-tp4160.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

how to connect hibernate database to fetch and put data in ocnfiguration.xml

2016-04-14 Thread Ravi Puri
i want to connect my sql hibernate database in your ignite.xml and once the configuration is loaded it should be automatically connected to database. is there any option so that i can fetch the data from database (which is already defined in configuration ignite.xml ) and retrieve it at client sid

link cache to object class?

2016-04-13 Thread Ravi Puri
how can i link the cache created in configuration to the object class so that i can decide which cache is for which class? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/link-cache-to-object-class-tp4119.html Sent from the Apache Ignite Users mailing list archiv

how to check whether server and client connected?

2016-04-13 Thread Ravi Puri
where to configure the client and server to interact. Ignition.setClientMode(true); this has been set but how to access local and remote nodes and how to start caching the data remotely available? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-check-w

Re: hibernate open session error while running with tomcat server

2016-04-11 Thread Ravi Puri
yea it was fixed when i used to run the project as an individual but when i try to integrate with other project it throws an error . as i use all the jars to refr the othr project but stil it throws an error. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/hibern

hibernate open session error while running with tomcat server

2016-04-11 Thread Ravi Puri
this is the error throws while executing with long start = System.currentTimeMillis(); System.out.println("Entering into loadCache ApacheIgniteCacheConfiguration"); // Start loading cache from persistent store on all caching nodes. cache.loadCache(null,100_000);// here thro

hibernate named query with ignite

2016-03-30 Thread Ravi Puri
Can i fetch the data from database using NamedQuery feature of hibernate ? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/hibernate-named-query-with-ignite-tp3770.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Hibernate loadcache error?

2016-03-29 Thread Ravi Puri
thanks I rectified the error. antlr.jar was missing. :) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-loadcache-error-tp3534p3729.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Hibernate loadcache error?

2016-03-28 Thread Ravi Puri
Already tried everything.I didnt think u understnd it. Do me a favour can u provide the working prjct related to hibernate integrated with ignite at ravikumarpur...@gmail.com . NOTE: PLEASE DO NOT SEND THE below LINK . PROVIDE ME THE WORKING THING as it does not work with dynamic web project as j

Error in cache.loadCache(null,ENTRY_COUNT);

2016-03-28 Thread Ravi Puri
Error at cache.loadCache(null,100_000) Caused by: class org.apache.ignite.compute.ComputeUserUndeclaredException: Failed to execute job due to unexpected runtime exception [jobId=a2275acb351-93f69876-63cd-4130-b8b6-b82956f489f1, ses=GridJobSessionImpl [ses=GridTaskSessionImpl [taskName=org.apache

Re: Hibernate loadcache error?

2016-03-27 Thread Ravi Puri
yes its pointing the correct folder. Still facing this issue. I think there is problem with hibernate open sesssion which is not mentioned anywhere in program? Session hibSes = ses.attachment(); n mostly it throws error in this statement cache.loadCache(null, 1); it should go

Re: Hibernate loadcache error?

2016-03-25 Thread Ravi Puri
still its not working . i am facing the same issue again and again. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-loadcache-error-tp3534p3680.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Hibernate connection inspite of jdbc?

2016-03-25 Thread Ravi Puri
yes its pointing the correct folder. Still facing this issue. I think there is problem with hibernate open sesssion which is not mentioned anywhere in program? Session hibSes = ses.attachment(); n mostly it throws error in this statement cache.loadCache(null, 1); it should go to loadcache

Re: Hibernate connection inspite of jdbc?

2016-03-22 Thread Ravi Puri
yes .. its the same issue -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3618.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Hibernate connection inspite of jdbc?

2016-03-21 Thread Ravi Puri
i tried adding hibernate jars and its related jars also.. but it stil shows the same error...? any other way to do it through hibernate? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3603.html Sent from the Apache Ig

Re: Hibernate loadcache error?

2016-03-21 Thread Ravi Puri
how to enable ignite hibernate module? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-loadcache-error-tp3534p3597.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Hibernate loadcache error?

2016-03-16 Thread Ravi Puri
i am unable to get rid of this error. tried with different jars and changes in hibernate way to cache the data. Suggest some ways. after this line of code it throws error. cache.loadCache(null,1); [13:30:21,642][ERROR][ignite-#7%pub-null%][GridJobWorker] Failed to execute job due to

Re: Hibernate connection inspite of jdbc?

2016-03-15 Thread Ravi Puri
How would i know which version ignite hibernate is using. as per your example hibernate 3 jar is used so what will be the matching ignite hibernate version of jar??? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3511.

Re: Hibernate connection inspite of jdbc?

2016-03-15 Thread Ravi Puri
i resolved that.. now what is java.lang.VerifyError [14:13:29,374][ERROR][exchange-worker-#49%null%][GridDhtPartitionsExchangeFuture] Failed to reinitialize local partitions (preloading will be stopped): GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=1, minorTopVer=1], nodeId=4

Re: Hibernate connection inspite of jdbc?

2016-03-14 Thread Ravi Puri
NOW I AM GETTING THIS ERROR ? [17:12:19,118][ERROR][ignite-#7%pub-null%][GridJobWorker] Failed to execute job due to unexpected runtime exception [jobId=dddeee47351-25626d3f-89d5-4482-a7ae-73faa09b8eac, ses=GridJobSessionImpl [ses=GridTaskSessionImpl [taskName=o.a.i.i.processors.cache.GridCacheAd

Re: Hibernate connection inspite of jdbc?

2016-03-14 Thread Ravi Puri
now i got this error [16:34:55,477][ERROR][ignite-#7%pub-null%][GridJobWorker] Failed to execute job due to unexpected runtime exception [jobId=d21bcc47351-c022f034-e4a4-4d2a-9b98-6f7824de393b, ses=GridJobSessionImpl [ses=GridTaskSessionImpl [taskName=o.a.i.i.processors.cache.GridCacheAdapter$Lo

Re: Hibernate connection inspite of jdbc?

2016-03-13 Thread Ravi Puri
Just added mySql configuration to that configuration.Still its not working -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3481.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Hibernate connection inspite of jdbc?

2016-03-10 Thread Ravi Puri
can U tell me what will be probable error in this part as it throws after returning listner succesfully? code: * cacheCfg.setCacheStoreSessionListenerFactories(new Factory() { @Override public CacheStoreSessionListener create() { CacheHibernateStoreSessionListe

Hibernate connection inspite of jdbc?

2016-03-08 Thread Ravi Puri
Given below load method of cachejdbcpersonstore. this is done using preparedstatement n resultset. I want to implement the same using hibernate n hql query how to do this ? and what is CacheStoreSession ? where to use the same if i want to implement using hibernate by replacing this Connection c

storekeepbinary error?

2016-02-29 Thread Ravi Puri
how to resolve above error? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/storekeepbinary-error-tp3284.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: update the sql database after a particular limit?

2016-02-29 Thread Ravi Puri
Suppose i have a employee data and its login time . I want to fetch the data from database and store it in cache and everytime i login if its changes in database then i want to reflect back in cache too. As i want my code to work consistently with cache data rather than database ?? please suggest

update the sql database after a particular limit?

2016-02-29 Thread Ravi Puri
How to update the sql database using cache after a particular time interval?? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/update-the-sql-database-after-a-particular-limit-tp3250.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Linking sessions and nodes ?

2016-02-25 Thread Ravi Puri
I want to run separate nodes for separate session.. eg. difrnt node for login n another node fr logout . How can i do this via configuration or some code chnges in ignite?? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Linking-sessions-and-nodes-tp3199.html Sen

Re: binding exception?

2016-02-16 Thread Ravi Puri
System.setProperty("org.eclipse.jetty.util.log.class", "org.eclipse.jetty.util.log.StdErrLog"); System.setProperty("org.eclipse.jetty.util.log.StdErrLog", "ERROR"); it helped me thanx.. -- View this message in cont

Re: binding exception?

2016-02-15 Thread Ravi Puri
how to set either in configuration or in code? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/binding-exception-tp2999p3018.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: binding exception?

2016-02-15 Thread Ravi Puri
the line of code is Cachemanager obj=(CacheManager) cachingProvider.getCacheManager(uri,null); and whole error is [18:41:55]__ [18:41:55] / _/ ___/ |/ / _/_ __/ __/ [18:41:55] _/ // (7 7// / / / / _/ [18:41:55] /___/\___/_/|_/___/ /_/ /___/