Re: Ignite Cassandra Integration Configuration for C#

2023-01-09 Thread Charlin S
Hi Pavel, I am using the same jar file but no luck for me. I am missing something related to classpath of this jar file. Regards, Charlin On Mon, 9 Jan 2023 at 17:49, Pavel Tupitsyn wrote: > You can find Cassandra jars inside the full distribution [1] at > > apache-ignite-2.10.0-bin.zip/apache

Re: Ignite Cassandra Integration Configuration for C#

2023-01-09 Thread Pavel Tupitsyn
You can find Cassandra jars inside the full distribution [1] at apache-ignite-2.10.0-bin.zip/apache-ignite-2.10.0-bin/libs/optional/ignite-cassandra-store [1] https://ignite.apache.org/download.cgi On Mon, Jan 9, 2023 at 2:01 PM Charlin S wrote: > Hi Pavel, > Where can I find the Ignite cassand

Re: Ignite Cassandra Integration Configuration for C#

2023-01-09 Thread Charlin S
Hi Pavel, Where can I find the Ignite cassandra jar file? Could you please share. Note: I am using Ignite 2.10 now. Regards, Charlin On Mon, 9 Jan 2023 at 16:34, Charlin S wrote: > Hi Pavel, > Thank you for your response. > I have placed the ignite-cassandra-store > & ignite-cassandra-serializ

Re: Ignite Cassandra Integration Configuration for C#

2023-01-09 Thread Charlin S
Hi Pavel, Thank you for your response. I have placed the ignite-cassandra-store & ignite-cassandra-serializers(which is available in optional) folder under /home/soft/apache-ignite-2.10.0-bin/libs. and classpath has been set as by command export CLASSPATH="/home/soft/apache-ignite-2.10.0-bin/libs"

Re: Ignite Cassandra Integration Configuration for C#

2023-01-09 Thread Pavel Tupitsyn
Check inner exceptions, probably Cassandra jars are missing On Mon, Jan 9, 2023 at 10:01 AM Charlin S wrote: > Hi Pavel, > Thank you for your reply. > I have tried the following options. > 1. Moved connection-settings.xml inside the Ignite spring xml > configuration file. > 2. added classpath by

Re: Ignite Cassandra Integration Configuration for C#

2023-01-09 Thread Charlin S
Hi Pavel, Thank you for your reply. I have tried the following options. 1. Moved connection-settings.xml inside the Ignite spring xml configuration file. 2. added classpath by this command export CLASSPATH="/home/soft/apache-ignite-2.10.0-bin/libs". but still same error class org.apache.ignite.Igni