Re: IgniteCheckedException: Failed to validate cache configuration. Cache store factory is not s erializable.

2018-05-22 Thread rizal123
Is there any solutions? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

IgniteCheckedException: Failed to validate cache configuration. Cache store factory is not s erializable.

2018-05-22 Thread rizal123
Dear Master Ignite, i have exception "IgniteCheckedException: Failed to validate cache configuration. Cache store factory is not s erializable.". *Here is my code:* /** * */ package com.sybase365.mobiliser.custom.btpn.brand.ignite.custom.config; import java.io.Serializable; import

Re: C# client too slow to connect.

2018-05-22 Thread Pavel Tupitsyn
Hi, Have you tried Thin Client mode? https://apacheignite-net.readme.io/docs/thin-client Pavel On Tue, May 22, 2018 at 2:13 PM, F. D. wrote: > Hi Igor, > > it's almost the same. I'm considering startup + connection. I'm using > Ignite 2.4. The node excel is only

RE: Dependencies required to use ignite in embedded mode?

2018-05-22 Thread Stanislav Lukyanov
As you can see in the log, there is an exception -- 2018-05-23 00:41:58,863 ERROR [org.apache.ignite.logger.log4j.Log4JLogger] Got exception while starting (will rollback startup routine). class org.apache.ignite.IgniteException: Failed to load class names properties file packaged with ignite

Re: Support for polymorphic SQL Queries

2018-05-22 Thread ttlir
Yes, all models are stored in the same cache. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: Ignite equivalent of @GridUserResource

2018-05-22 Thread Stanislav Lukyanov
Well, with such a big leap between versions I’d say whatever works is good :) Being nervous about the jar hell is always wise. Going through the dependencies is probably the most straightforward option, unfortunately. You could try to reduce the number of Ignite modules you’re using - optional

RE: Dependencies required to use ignite in embedded mode?

2018-05-22 Thread the_palakkaran
@Stanislav *This is my configuration: * IgniteConfiguration igniteConfig = new IgniteConfiguration(); DataStorageConfiguration dataStorageCfg = new DataStorageConfiguration(); DataRegionConfiguration dataRegionCfg = new DataRegionConfiguration();

RE: SQL TX: Reads should see own's previous writes

2018-05-22 Thread Stanislav Lukyanov
This fix is a part of the transactional SQL feature (https://issues.apache.org/jira/browse/IGNITE-4191) which is not fully implemented yet. I believe it is pretty much impossible to pick this commit separately and apply to a previous Ignite version. Stan From: kotamrajuyashasvi Sent: 22 мая

Re: please explain this.....

2018-05-22 Thread Denis Magda
It doesn't collect any stats, check up the source of the page: https://ignite.apache.org/latest It's a plain text file that includes the recent version only. That's it, no more than that. -- Denis On Tue, May 22, 2018 at 10:27 AM, Paul Anderson wrote: > It should not be

RE: Dependencies required to use ignite in embedded mode?

2018-05-22 Thread Stanislav Lukyanov
Hi, Could you please start with -DIGNITE_QUIET=false and share the logs and the configuration? In general, Ignite can start with just ignite-core. A couple of modules that are also used very often are: - ignite-indexing to use SqlQuery and SqlFieldQuery - ignite-spring to use XML-based Ignite

Dependencies required to use ignite in embedded mode?

2018-05-22 Thread the_palakkaran
Hi, Can someone help me with the dependencies needed for starting ignite in embedded mode ? (Oracle DB). I miss something so that my ignition does not start and hence cache is not getting loaded, but no error thrown from Ignite. Please help. -- Sent from:

Re: please explain this.....

2018-05-22 Thread Paul Anderson
It should not be on by default... It serves no purpose other than data collection On Tue, 22 May 2018, 19:23 Ilya Kasnacheev, wrote: > Hello Paul! > > You can just run Apache Ignite with IGNITE_UPDATE_NOTIFIER system > property or environment variable set to false. >

Re: please explain this.....

2018-05-22 Thread Ilya Kasnacheev
Hello Paul! You can just run Apache Ignite with IGNITE_UPDATE_NOTIFIER system property or environment variable set to false. As in, -DIGNITE_UPDATE_NOTIFIER=false. This should completely prevent Apache Ignite from contacting this server. Regards, -- Ilya Kasnacheev 2018-05-22 16:19

Re: Ignite 2.4.0 ( dump data from mysql)

2018-05-22 Thread Ilya Kasnacheev
Hello! You can't use stand-alone distribution of Apache Ignite to run WebConsole-generated projects, which are managed by Maven. There should be a main class somewhere in new1, this is what you should be running. Possibly with mvn clean install; mvn exec:java

Re: Client IgniteStreamer broken after cluster restart

2018-05-22 Thread Ilya Kasnacheev
Hello! What an awesome perdu monocle have you found! I have created a ticket against Apache Ignite JIRA: https://issues.apache.org/jira/browse/IGNITE-8564 Regards, -- Ilya Kasnacheev 2018-05-18 22:30 GMT+03:00 npordash : > Sorry about that! Trying again. > > final

Re: please explain this.....

2018-05-22 Thread Paul Anderson
I'm sorry... contacting Microsoft identifying who's using what is unacceptable. Ignite is a significant piece of software, used by organisations and useless without a significant numbers of developers and a particular need. I is not Microsoft Office Home Edition, we are not consumers.

Re: please explain this.....

2018-05-22 Thread Evgenii Zhuravlev
Everyone know which version they use, but not all know which version is latest. Update checking is usual practice for software. Evgenii 2018-05-22 16:08 GMT+03:00 Paul Anderson : > It's stats collection, anyone using apache ignite knows very well which > version they are

Re: please explain this.....

2018-05-22 Thread Paul Anderson
It's stats collection, anyone using apache ignite knows very well which version they are using it should be off by default On Tue, May 22, 2018 at 2:54 PM, Evgenii Zhuravlev wrote: > It's an update notifier, which checks apache.org for new versions of > Ignite. >

Re: please explain this.....

2018-05-22 Thread Evgenii Zhuravlev
It's an update notifier, which checks apache.org for new versions of Ignite. Evgenii 2018-05-22 15:22 GMT+03:00 Paul Anderson : > ... could someone tell my why Ignite on startup established a connection > to a Microsoft IP address? > > (hosted apache.org server) > > java

Re: Turning off update checks...

2018-05-22 Thread Evgenii Zhuravlev
Set this environment/system property to “false” ignite.update.notifier.enabled.by.default 2018-05-22 15:45 GMT+03:00 Paul Anderson : > > > > > found the connection to microsoft.. dont want this to happen > > "upd-ver-checker" #86 daemon prio=5 os_prio=0

Turning off update checks...

2018-05-22 Thread Paul Anderson
found the connection to microsoft.. dont want this to happen "upd-ver-checker" #86 daemon prio=5 os_prio=0 tid=0x7fee08c1f000 nid=0x72e2 runnable [0x7fedcce04000] java.lang.Thread.State: RUNNABLE at java.net.PlainSocketImpl.socketConnect(Native Method) at

please explain this.....

2018-05-22 Thread Paul Anderson
... could someone tell my why Ignite on startup established a connection to a Microsoft IP address? (hosted apache.org server) java23892 root 118u IPv6 259029 0t0 TCP 192.168.43.15:44664->40.79.78.1:443 (ESTABLISHED) is this ignite itself of a dependant library?

Re: C# client too slow to connect.

2018-05-22 Thread F. D.
Hi Igor, it's almost the same. I'm considering startup + connection. I'm using Ignite 2.4. The node excel is only client, and I have only a server node on an other machine in my organization, and I cannot see particular activity of cpu or network. Thanks, F.D. On Tue, May 22, 2018 at 11:00

Re: Dose Iginte implement lock and latch in transaction,and where is the code ?

2018-05-22 Thread Stanislav Lukyanov
Let's keep the discussion in the newer thread: http://apache-ignite-users.70518.x6.nabble.com/How-dose-ignite-implement-concurrent-control-in-transaction-tt21580.html Thanks, Stan -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Dose Iginte implement lock and latch in transaction,and where is the code ?

2018-05-22 Thread Denis Mekhanikov
Duplicate thread: http://apache-ignite-users.70518.x6.nabble.com/How-dose-ignite-implement-concurrent-control-in-transaction-td21580.html вт, 22 мая 2018 г. в 11:32, Igor Sapego : > Re-sending to dev-list. > > Best Regards, > Igor > > On Sat, May 19, 2018 at 6:02 PM,

Re: control.bat authentication support

2018-05-22 Thread Alexey Kuznetsov
Stan, I think that we should add support for authentication in control.sh One more tool will confuse Ignite users. On Tue, May 22, 2018 at 3:53 AM, Stanislav Lukyanov wrote: > Hi, > > > > Ignite doesn’t provide built-in support for authentication, so the > built-in

Re: Cache not rebalanced after one node is restarted

2018-05-22 Thread Vadym Vasiuk
Has anyone some advice for this situation? Thanks. On Mon, May 21, 2018, 21:29 Vadym Vasiuk wrote: > HI All, > > I also noticed that if I bounce one of two nodes and data is then > distributed as I described (one node has all the PRIMARY entries and second > one has only

Re: AccessedExpirationPolicy with SQL

2018-05-22 Thread Denis Mekhanikov
Shaleen, This is a known issue: https://issues.apache.org/jira/browse/IGNITE-7687 Judging by a comment in the ticket, it's not going to be fixed in the nearest future. Cache API works with TTL correctly, so if you strongly depend on the expiration policy, you can move your access logic to cache

Re: C# client too slow to connect.

2018-05-22 Thread Igor Sapego
Hi, Try using "TcpDiscoveryStaticIpFinder" instead of "TcpDiscoveryMulticastIpFinder". Does it take 1 min for connection only or for start up + connection? Best Regards, Igor On Tue, May 22, 2018 at 11:45 AM, F. D. wrote: > Hi, > > I'm trying to use Ignite to develop

C# client too slow to connect.

2018-05-22 Thread F. D.
Hi, I'm trying to use Ignite to develop an internal system of data contribution. To do this, I'm launching Ignite inside Excel, and I'm using the C# binding. When try to connect it consumes a lot of time (~1 min.), this is my simple app.config:

Re: control.bat authentication support

2018-05-22 Thread Olexandr K
Hi Stan, Actually I see some support in CommandHandler.java which is called from control.bat At line 608 where configuration is created: GridClientConfiguration cfg = new GridClientConfiguration(); we just need to add something like: cfg.setSecurityCredentialsProvider(new

Re: Dose Iginte implement lock and latch in transaction,and where is the code ?

2018-05-22 Thread Igor Sapego
Re-sending to dev-list. Best Regards, Igor On Sat, May 19, 2018 at 6:02 PM, zhouxy1123 wrote: > Dose Iginte implement lock and latch in transaction,and where is the code ? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >

Re: Dose Iginte implement lock and latch in transaction,and where is the code ?

2018-05-22 Thread Denis Mekhanikov
Ignite performs implicit locking within transactions. The moment, when it does so depends on its concurrency and isolation level. Take a look at the documentation: https://apacheignite.readme.io/docs/transactions Here is an example of using transactions: CacheTransactionExample

Re: Support for polymorphic SQL Queries

2018-05-22 Thread Igor Sapego
Hi, Do you store all your models in the same cache? Best Regards, Igor On Thu, May 17, 2018 at 8:57 PM, ttlir wrote: > I am using ignite to store different model classes which inherit from the > same interface on a single ignite cache. The problem that I am facing is >

SEVERE error while starting ignite in embedded mode

2018-05-22 Thread the_palakkaran
Hi, When I am trying to start ignite in embedded mode, the below error is thrown. Can anyone help me understand what is wrong here? May 22, 2018 12:57:08 PM org.apache.ignite.logger.java.JavaLogger error SEVERE: Got exception while starting (will rollback startup routine). class