Sudhir,

 

> Are there any samples for ReadThrough operation done from normal ignite client node?

 

I tried the AspNetCachestore example with two nodes and it worked well for me.

 

> I can not share snippet now but I will try to type it later...:(

That’s ok. Feel free to add details whenever you get ready.

 

From: Sudhir Patil
Sent: Wednesday, November 13, 2019 4:30 PM
To: user@ignite.apache.org
Subject: Re: Ignite.Net Read through approach - error : could not create .Net cachestore

 

Alexandr,

 

Thanks for details.

 

I can not share snippet now but I will try to type it later...:(

 

I am getting cacheexception with message as - 
could not create .Net CacheStore.

 

From ignite samples i rendered same sample code e.g. AspNetCachestore one. This works when used with thin client but when I use it with normal ignite node with ClientMode =true, it is throwing above exception with that message when I call GetCache function call from client node for a key from cache created in server node.

 

Are there any samples for ReadThrough operation done from normal ignite client node?

 

 

Regards,

Sudhir
On Wednesday, November 13, 2019, Alexandr Shapkin <lexw...@gmail.com> wrote:

Sudhir,

 

What exception are you getting?

Can you share a full stacktrace/code snippet?

Most likely you have an issue with the underlying DB configuration.

 

You could have a look at Pavel’s examples for 3rd party persistence:

https://github.com/ptupitsyn/ignite-net-examples

 

From: Sudhir Patil
Sent: Wednesday, November 13, 2019 3:07 PM
To: user@ignite.apache.org
Subject: Re: Ignite.Net Read through approach - error : could not create .Net cachestore

 

I am extremely sorry for typing mistakes.

 

Here is correct details

 

Hi All,

 

I have started 2 nodes - 

1) Server node - using Ignition.Start. On Server node cache is created with ReadThrough = true with CacheStoreFactory value set to property implementation.

 

2) Client one - using Ignition.Start (for client with Ignition.ClientMode = true). 

 

With this when i do 1st GetCache call for same cache from client mode, hoping it will do a readthrough operation connecting db & filling the data in cache, i am getting error as - could not create .Net CacheStore.

 

Can you please help me on this?


On Wednesday, November 13, 2019, Sudhir Patil <patilsudhi...@gmail.com> wrote:

Hi All,

 

I have started 2 nodes - 

1) Server node - using Ignition.Start. On Server node cache is created with ReadThrough = true with CacheStoreFactory value set to property implementation.

 

2) Client one - using Ignition.Start (for client with Ignition.ClientMode = true). 

 

With this when i do 1st GetCache call, on same cache from client mode, hoping it will do a readthrough operation connecting db & filling the data in cache, i am setting terrorist as could not create .Net CacheStore.

 

Can you please help me on this?

 

 



--
Thanks & Regards,
Sudhir Patil,
+91 9881095647.



--
Thanks & Regards,
Sudhir Patil,
+91 9881095647.

 



--
Thanks & Regards,
Sudhir Patil,
+91 9881095647.

 

Reply via email to