Re: SpiQuery fails with exception

2016-03-21 Thread vkulichenko
Hi Kamil, Is it reproduced each time you run the query or only under the load? Is it possible for you to share the code with us, so that we can investigate? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/SpiQuery-fails-with-exception-tp3615p3617.html

Re: Ignite Topic Based Messaging

2016-03-21 Thread vkulichenko
Hi, Can you please properly subscribe to the mailing list so that the community receives email notifications? Her is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 hemanta wrote > I have two machines with one configured as ignite

SpiQuery fails with exception

2016-03-21 Thread knowak
Hi, We’ve setup custom IndexSpi but when trying to run SpiQuery exception below shows up. Is there anything we’re missing? Worth adding that after excluding this validation for SPI queries (at GridCacheQueryManager.java:663) all seem to be working as expected. Ignite version - 1.5.0.final.

Re: Is there a way to get original object reference from IgniteCache?

2016-03-21 Thread vkulichenko
Hi Jimmy, Ignite stores data in serialized form, i.e. the object that you put is serialized and saved as a byte array. Having said that, you have to use IgniteCache.put() to update the cache. Note that you can always acquire Ignite instance using Ignition.ignite() method. It's static, so you

Re: Node discovery

2016-03-21 Thread babu prasad
Sorry, my mistake. I realized it was a networking issue. Its fixed now. What ports should I be whitelisting for the setup to work in a firewall? On Mon, Mar 21, 2016 at 11:33 AM, babu prasad wrote: > Thank you! > Here is the configuration. > > > > >

Re: Hibernate loadcache error?

2016-03-21 Thread Denis Magda
Ravi, If you start a node using ignite.sh/ignite.bat provided with Ignite bundles then perform the following steps: - go to {ignite_bundle}/libs/optional folder; - move ignite-hibernate directory from {ignite_bundle}/libs/optional to {ignite_bundle}/libs folder - start the node using

Re: Hibernate connection inspite of jdbc?

2016-03-21 Thread Denis Magda
Ravi, Have you tried to launch CacheHibernateStoreExample that is delivered as a part of Ignite bundles and can be located in 'examples\src\main\java-lgpl\..' directory? Try to check everything directly from IDE (like IntellijIdea, Eclipse). Start additional server nodes from IDE as well. --

Re: JMS Data Streamer: Not writing to data to cache when message received by Streamer

2016-03-21 Thread Denis Magda
Raul, /If I understand correctly, flushing controls when the changes in the streamer will be sent to the grid (can someone confirm?). / Your understanding is correct. Autoflush allows to trigger data flushing to the grid periodically. If autoflush is disabled then the data is sent either

question about how to monitor ignite

2016-03-21 Thread minisoft_rm
I am using ignite to "select" lots of DB records into cache. after that, I want to follow the "To start Console Management & Monitoring run ignitevisorcmd.{sh|bat}". however, not get correct idea how to use it. the reason is that I ran ignite test from eclipse... and not xml Configuration File.

Node discovery

2016-03-21 Thread babu prasad
Hi, I am trying to automate ignite cluster build. I am using apache-ignite-fabric-1.5.0.final-bin.zip. Looks like the nodes are starting up as individual nodes and not as part of the cluster. I tried using both the AWS configuration(using S3) and static IP and I am still running into the issue

Re: Hibernate loadcache error?

2016-03-21 Thread Ravi Puri
how to enable ignite hibernate module? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-loadcache-error-tp3534p3597.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.