Re: Ignite 3 API changes

2024-11-06 Thread JP Moresmau
Thank you. Our main issue with Ignite 2 is that running on Java 17 requires lots of flags. I see a 2.x version built on Java 11 is planned, is there any schedule for that release? JP Moresmau On Wed, Nov 6, 2024 at 10:52 AM Pavel Tupitsyn wrote: > Hello, > > - IgniteCache is now Key

Ignite 3 API changes

2024-11-06 Thread JP Moresmau
e/locks APIs? I know that Ignite 3 hasn't been released but is there somewhere a document summarizing the big changes? Thank you! JP Moresmau

Re: Failed to parse query. Column "...._KEY" not found;SQL statement:

2021-05-26 Thread JP
Hi, Thanks for reply.Appriciated. Please use SqlFieldsQuery and list specific columns. Actually i m getting values corresponding to the query column. how to get key value pair as result instead of getting list of value using SqlFieldsQuery .Any sample query reference if possible. Thanks in advanc

Re: Failed to parse query. Column "...._KEY" not found;SQL statement:

2021-05-26 Thread JP
1. What if you do "select * from CommonConstruction" - does it work? yes it is working with sqlquery. 2. Can you try listing specific columns instead of "*"? if i am using specific column then i have to go with sqlfieldsquery instead of using sqlquery. -- Sent from: http://apache-ignit

Failed to parse query. Column "...._KEY" not found;SQL statement:

2021-05-25 Thread JP
Hi, I am with Apache Ignite V2.9.1.And using .net thin client to perform query on cache. And using cache query as SqlQuery. here is the query statement: SELECT * FROM "F2DEDF6E-393E-42BC-9BB3-E835A1063B30_6EFB69B0-269F-4F92-98CF-24BC0D34BA98_COMMON".CommonConstruction As t1 INNER JOIN "F2DEDF6E

Re: IN Operator not working with sub query on different cache

2021-05-25 Thread JP
Continue with previous query I also tried with distrubutedJoin=true in result no selected rows. But if am using inner join result is returning.for example query: SELECT * FROM "F2DEDF6E-393E-42BC-9BB3-E835A1063B30_6EFB69B0-269F-4F92-98CF-24BC0D34BA98_COMMON".CommonConstruction AS t1 INNER Join

IN Operator not working with sub query on different cache

2021-05-25 Thread JP
Hi, I am using apache Ignite v2.9.1 as .Net client server. I have two caches and each cache is belong to separate cache group. Not working query: SELECT * FROM "F2DEDF6E-393E-42BC-9BB3-E835A1063B30_6EFB69B0-269F-4F92-98CF-24BC0D34BA98_COMMON".CommonConstruction Where TableName='common_project

Re: How to extracts value from json string in .Net Ignite

2020-12-22 Thread JP
Hello, This link might help you, http://apache-ignite-users.70518.x6.nabble.com/ignite-net-custom-sql-functions-td27190.html -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: REST API Configuration for Ignite.net

2020-04-04 Thread JP
Hi, Thanks for the tips.. in spring config XML, what's kind of configuration need to add for rest http module.. What's the property name in config XML ?so that I can mention the path of rest http module... -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

REST API Configuration for Ignite.net

2020-04-04 Thread JP
Hi, is there any workaround to configure an HTTP rest endpoints in dot net nodes? http://apache-ignite-users.70518.x6.nabble.com/REST-API-Configuration-for-Ignite-net-td11879.html -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: IgniteCheckedException: Error while creating file page store caused by NullPointerException

2018-06-19 Thread JP
Exception not coming after running ignite with sudo. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: IgniteCheckedException: Error while creating file page store caused by NullPointerException

2018-06-19 Thread JP
Additional logs, caused by AccessDeniedException 2018-06-19 16:27:51 ERROR GridDhtPartitionsExchangeFuture:495 - Failed to activate node components [nodeId=7ff3a67c-ed86-452a-9097-2626a0252a6e, client=false, topVer=AffinityTopologyVersion [topVer=2, minorTopVer=1]] class org.apache.ignite.IgniteC

IgniteCheckedException: Error while creating file page store caused by NullPointerException

2018-06-19 Thread JP
I am using Ignite 2.4 and using 2 server nodes and 1 client node. Due to power failure my nodes shutdown. So, After started two server nodes. I am getting following error. Even, I tried to activate cluster by control.sh --activate. But it's not responding anything. Even same for baseline topology

Re: Local Client not connecting to Server deployed in azure cloud.

2018-05-10 Thread JP
I am just running only one node. I didn't run other nodes... -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Local Client not connecting to Server deployed in azure cloud.

2018-05-10 Thread JP
Please check this https://blogs.msdn.microsoft.com/mast/2015/05/18/what-is-the-ip-address-168-63-129-16/ That ip belongs to Azure -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Local Client not connecting to Server deployed in azure cloud.

2018-05-10 Thread JP
Hi, Please find the logs from this link https://files.fm/u/mprbmab3#/view/logs.txt -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Local Client not connecting to Server deployed in azure cloud.

2018-05-10 Thread JP
Now, I am just running only one server. In that only I am facing this error 2018-05-10 16:42:31 INFO TcpDiscoverySpi:475 - Started serving remote node connection [rmtAddr=/168.63.129.16:64338, rmtPort=64338] 2018-05-10 16:42:32 ERROR TcpCommunicationSpi:495 - Failed to process selector key [ses=G

Re: Local Client not connecting to Server deployed in azure cloud.

2018-05-10 Thread JP
Just noticed that three ipaddress assigned to server vm. Change my configuration with communication api. Still facing issue. 2018-05-10 16:12:33 ERROR TcpDiscoverySpi:495 - Failed to initialize connection (this can happen

Re: Local Client not connecting to Server deployed in azure cloud.

2018-05-10 Thread JP
what I thought is, if we are not setting communication api it will take default value as local only. Is that the scenario right? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Local Client not connecting to Server deployed in azure cloud.

2018-05-10 Thread JP
This is my Ignite Configurations for both server in vm1 and client in vm2, public static IgniteConfiguration getIgniteConfig() throws Throwable { TcpDiscoverySpi discoverySpi = new TcpDiscoverySpi(); discoverySpi.setLocalPort(47500); TcpDisc

Re: Local Client not connecting to Server deployed in azure cloud.

2018-05-10 Thread JP
Hi, Now I have two VM in azure cloud. In one vm started Ignite Server and in another Ignite Clients. Both are configured with same subnet. Server and Client are connected. But below error throwing continuously.. Can you give some suggestions to solve this issue?. 2018-05-10 13:45:45 ERROR TcpCo

Re: Local Client not connecting to Server deployed in azure cloud.

2018-05-10 Thread JP
Hi, I am running ignite with -Djava.net.preferIPv4Stack=true and also ports 47100, 47101, 47500. Server nodes and Client nodes are connecting but after some interval it throwing connection timeout. and in visior, if queried for cache -scan then going to hang and after some time throwing fai

Local Client not connecting to Server deployed in azure cloud.

2018-05-08 Thread JP
4dff-b743-673b6760a52d, prevId=b1425d4f-b126-452c-a944-b14330bc714f, locNode=TcpDiscoveryNode [id=b1425d4f-b126-452c-a944-b14330bc714f, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1, 192.168.1.31, 2001:0:9d38:6abd:20c3:3ba3:3f57:fee0], sockAddrs=[/0:0:0:0:0:0:0:1:0, /127.0.0.1:0, /2001:0:9d38:6abd:20c3:3ba3:3f57:fee

Re: Continuous query - Exactly once based event across multiple nodes..

2018-05-07 Thread JP
Vkulichenko, I want to update in multiple databases based on event triggered in the ignite cache. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Continuous query - Exactly once based event across multiple nodes..

2018-05-07 Thread JP
Thanks... This solution worked but problem is, it creating multiple remote filter instance.. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Services not initializing in persistence enabled cluster nodes

2018-05-07 Thread JP
Hi, I am using Ignite 2.4 and trying to deploy services as node singleton in cluster. Steps: 1. Start node 1 with persistence enabled 2. Make cluster active 3. Initialize service with node singleton 4. Start Node 2. 5. Inserted data from Node 2. Issue 1: Expected

Continuous query - Exactly once based event across multiple nodes..

2018-05-06 Thread JP
Using continuous query, How to achieve event trigger for cache exactly only once per key even if continuous query is listening in multiple nodes or multiple listener. example: 1. Scenario 1: Node A: Start Continuous query Node B: Start Continuous query Node C: Insert or Update or Delete recor

Re: Service Grid and .net core 2

2018-05-03 Thread JP
I am also facing same issue. Steps involved: 1. Start node 1 with service name MYSERVICE and deployed as DeployClusterSingleton 2. Start node 2 and here, exception occurs while getting the instance of service proxy. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-10 Thread JP
Thanks Alexey... I will try this out. But we have to figure out whether this approach would suits for our large scale application.. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-10 Thread JP
As per our need, tenant's are created at runtime. That's why we are not preferring pre-configured tenants names and Tenant ID in ignite config file. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: (Cross Platform)c# wrapper for java CacheStoreAdapter for database persistence

2017-10-09 Thread JP
Could you read this topic, http://apache-ignite-users.70518.x6.nabble.com/Persistence-store-MSSQL-using-cross-platform-c-Ignite-Client-windows-and-java-Ignite-Server-linux-ve-td17238.html Actually, I am looking for using JavaCachStore in C# not .NETCacheStore. -- Sent from: http://apache-ignit

(Cross Platform)c# wrapper for java CacheStoreAdapter for database persistence

2017-10-09 Thread JP
Hi, Working on persisting data in the database from the .NET ignite client(windows) to Ignite server(ubuntu). I have created CacheJdbcPersonStore in Java and deployed in Ignite Server(Ubuntu). https://apacheignite.readme.io/docs/3rd-party-store#section-cachestore-example >From .NET Ignite client

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-07 Thread JP
Hi, Alexey **You would have to create a C# wrapper for your Java Cache store if you must use code-based configuration approach.* Can you give me a hint on creating a c# wrapper for java cache store..? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: BinaryInvalidTypeException: Due to usage of Cross Platform Java and .Net

2017-10-05 Thread JP
Even I have tried in java also. *Same exception* Maybe I was thinking the problem in ignite version(I am using 2.2)...? or any configuration missed..? I am stuck on this... -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: BinaryInvalidTypeException: Due to usage of Cross Platform Java and .Net

2017-10-05 Thread JP
I have tried like this from c# api, IIgnite ignite = Ignition.Start("default-config.xml"); ignite.GetBinary().ToBinary(new CustomerInfo()); Still, I am getting the same issue. As per your reply: I have understood that while sending a message from the client(c#) to server(java), convert it to th

Re: BinaryInvalidTypeException: Due to usage of Cross Platform Java and .Net

2017-10-05 Thread JP
I have added that in configuration. Still same exception. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: BinaryInvalidTypeException: Due to usage of Cross Platform Java and .Net

2017-10-05 Thread JP
I am using Apache Ignite 2.2 Version Java as server --- CustomerCacheStore.java CustomerInfo.java SQLServerTest

BinaryInvalidTypeException: Due to usage of Cross Platform Java and .Net

2017-10-05 Thread JP
I have one java server node and c# client node. >From the csharp client, I am trying to send data(Using POJO class) to the server node. In both server and client node started with same configuraions.

BinaryInvalidTypeException: Due to usage of cross platform Java and .NET

2017-10-05 Thread JP
I have one java server node and c# client node. >From the csharp client, I am trying to send data(Using POJO class) to the server node. In both server and client node started with same configuraions.

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-04 Thread JP
Thanks for the reply... -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
Does this same approach will work if I have used ignite client as SQL api instead of c# api ? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
I also thought of doing this. But I am using code based approach because In that cache store factory I am dynamically passing the SQL credentials for persisting the data in multiple databases. If XML based configuration, I think it won't scale much(if we have to insert in multiple tables and data

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
ok, I got it. But In c#, we need to provide "cacheStoreFactory" in the cache configuration right. What I have to mention in "cacheStoreFactory" property value..? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
Hi, Alexey Kukushkin I am confused here, can you describe me about Java cache store. and How to utilize that in c# ignite client...? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
ok, I got it. Can guide me how I can achieve this kind of persistence. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
"Your servers are on Ubuntu and are Java-only, so .NET code can't run there." Then can I know what's the use of this package Package org.apache.ignite.platform.dotnet Contains .Net platform-related classes. -- Sen

Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
Hi, I am trying to use cross-platform for data persistence(SQL server) using c# and java. c# as Ignite client in windows machine. The standalone servers in Ubuntu. So, can anyone tell me how to implement this..? I am also working on this. But I am facing the issue on updating the cache u