RE: Problem enabling read-through on cache - no suitable driver

2018-01-15 Thread slava.koptilin
Hi, please see my answer to that thread. I hope it solves the issue. Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: Problem enabling read-through on cache - no suitable driver

2018-01-15 Thread Thomas Isaksen
...@gmail.com] Sent: mandag 15. januar 2018 11.42 To: user@ignite.apache.org Subject: RE: Problem enabling read-through on cache - no suitable driver Hi Thomas, > however, when I try using my own templates I simply get SQL >Error[5] "Cache doesn't exist!" >- not su

RE: Problem enabling read-through on cache - no suitable driver

2018-01-15 Thread slava.koptilin
Hi Thomas, > however, when I try using my own templates I simply get SQL Error[5] > "Cache doesn't exist!" >- not sure why this is happening but maybe I'm not connecting to the right DB? Could you please provide us with the template you are trying to use? > Is the jdbc:ignite:thin connection

RE: Problem enabling read-through on cache - no suitable driver

2018-01-12 Thread Thomas Isaksen
legit" to use this instance to create my tables or do I have to use another database? ./t -Original Message- From: slava.koptilin [mailto:slava.kopti...@gmail.com] Sent: torsdag 11. januar 2018 17.26 To: user@ignite.apache.org Subject: Re: Problem enabling read-through on cache - no

Re: Problem enabling read-through on cache - no suitable driver

2018-01-11 Thread slava.koptilin
Hi Thomas, Please make sure that your h2 database is started and required tables are created. You can use the following test as example how to do that (please see, CacheJdbcPojoStoreAbstractSelfTest#beforeTest) https://github.com/apache/ignite/blob/master/modules/core/src/test/java/org/apache/igni