Ignite 2.1 with Karaf 4.1.2

2017-08-11 Thread devis76
Hi guys, i'm testing with Ignite 2.1 with Karaf 4.1.2. "Feature install ignite" doesn't works for me like was with Ignite 1.7. The problem is with ignite-indexing, other bundles works fine. I have modify your ignite-indexing manifest and i have installed manually 213 │ Active │ 80 │ 1.4.196

RE: Custom SQL Functions - ClassNotFoundException

2017-07-21 Thread devis76
Thank you for your mail, I will be on vacation until August 8th with no access to mail or voice mail so please expect some delay in my answers. urgent request write to supp...@flexvalley.com Best regards Devis Balsemin Devis Balsemin, FlexValley SRL (Italy) , Via Dante Alighieri 4, I-36075 M

benchmark

2017-07-21 Thread devis76
Thank you for your mail, I will be on vacation until August 8th with no access to mail or voice mail so please expect some delay in my answers. urgent request write to supp...@flexvalley.com Best regards Devis Balsemin Devis Balsemin, FlexValley SRL (Italy) , Via Dante Alighieri 4, I-36075 M

Re: Ignite2.0 Topology

2017-07-21 Thread devis76
Thank you for your mail, I will be on vacation until August 8th with no access to mail or voice mail so please expect some delay in my answers. urgent request write to supp...@flexvalley.com Best regards Devis Balsemin -- View this message in context: http://apache-ignite-users.70518.x6.n

Re:Re: TcpCommunicationSpi - Caught unhandled exception in NIO worker thread (restart the node) java.lang.OutOfMemoryError: Java heap space

2017-07-21 Thread devis76
Thank you for your mail, I will be on vacation until August 8th with no access to mail or voice mail so please expect some delay in my answers. urgent request write to supp...@flexvalley.com Best regards Devis Balsemin -- View this message in context: http://apache-ignite-users.70518.x6.n

Re: Ignite2.0 Topology

2017-07-21 Thread devis76
Thank you for your mail, I will be on vacation until August 8th with no access to mail or voice mail so please expect some delay in my answers. urgent request write to supp...@flexvalley.com Best regards Devis Balsemin -- View this message in context: http://apache-ignite-users.70518.x6.n

Issue Connecting Ignite via ODBC

2017-07-21 Thread devis76
Thank you for your mail, I will be on vacation until August 8th with no access to mail or voice mail so please expect some delay in my answers. urgent request write to supp...@flexvalley.com Best regards Devis Balsemin -- View this message in context: http://apache-ignite-users.70518.x6.n

R: Memory Leak or my Error?

2017-06-06 Thread devis76
that any disclosure, copying, or distribution of this communication, or the taking of any action based on it, is strictly prohibited. Da: Vladimir Ozerov [via Apache Ignite Users] [mailto:ml+s70518n1342...@n6.nabble.com] Inviato: martedì 6 giugno 2017 16:47 A: devis76 Oggetto: Re: Memory Leak

R: Memory Leak or my Error?

2017-06-06 Thread devis76
] [mailto:ml+s70518n1342...@n6.nabble.com] Inviato: martedì 6 giugno 2017 16:47 A: devis76 Oggetto: Re: Memory Leak or my Error? Hi Devis, Is it correct that your application create lots of threads? Currently we cache connections on per-thread level for performance reasons. If there are many

Re: Timeout was reached before computation completed

2017-03-06 Thread devis76
Hi Val, thank you very much now works with your suggestions Devis -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Timeout-was-reached-before-computation-completed-tp10712p11046.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: SQLQuery

2016-11-09 Thread devis76
Hi, thank you very much -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/SQLQuery-tp8785p8830.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

SQLQuery

2016-11-08 Thread devis76
Hi, can you help me how to perform this query with Ignite SQL. I have this class class ClientUpdate { private final String registrationId; private final LinkObject[] objectLinks; } class LinkObject implements Serializable{ private final Integer objectId; private

Re: Question about Class Not found

2016-11-05 Thread devis76
Hi, here my imports import com.flexvalley.api.cluster.svc.ICacheCluster; import com.flexvalley.api.cluster.svc.IClusterService; import com.flexvalley.api.cluster.svc.IMessagesCluster; import com.flexvalley.api.cluster.svc.INodeService; import com.flexvalley.module.mqtt.api.MQTTServiceNames; import

Help Load Balancing

2016-11-04 Thread devis76
Hi, can you help me to clarify how Load Balancing works with Ignite? This is my cfg: RoundRobinLoadBalancingSpi spiRRLB = new RoundRobinLoadBalancingSpi(); // Configure SPI to use global round-robin mode. spiRRLB.setPerTask(false); // Overrid

Re: Question about Class Not found

2016-11-03 Thread devis76
Hi, i have found my problem, but i have no idea how to resolve. Activator extends IgniteAbstractOsgiContextActivator @Override public IgniteConfiguration igniteConfiguration() { cfg.setPeerClassLoadingEnabled(false); RoundRobinLoadBalancingSpi spiRRLB = new RoundRobinLoadBalancingS

R: KARAF 4.6/4.8.Snapshot IgniteAbstractOsgiContextActivator

2016-11-03 Thread devis76
0518n8650...@n6.nabble.com] Inviato: martedì 1 novembre 2016 17:28 A: devis76 Oggetto: Re: KARAF 4.6/4.8.Snapshot IgniteAbstractOsgiContextActivator Hi! I have reproduced your issue with feature:istall ignite-core. I have also same issue with ignite-indexing: lucene and h2 dependencies have not

Question about Class Not found

2016-11-03 Thread devis76
Hi, i have a simple Pojo public class Client implements Serializable private static final long serialVersionUID = 2747772722162744232L; @QuerySqlField private final Date registrationDate; @QuerySqlField(index = true) private final String lwersion; ... I have create simple Cache... cacheCfg.setBa

About Cache

2016-10-29 Thread devis76
Hi, sorry everyone if a stupid question... I'm testing services and cache with only 2 nodes. With Services every things it's ok for me... I publish via deployClusterSingleton my services... Here my simple karaf shell command on both Nodes and all it's ok NODE

Re: KARAF 4.6/4.8.Snapshot IgniteAbstractOsgiContextActivator

2016-10-28 Thread devis76
Hi, thank you for your update... These are my step to work with Karaf, i found no alternative to work.. 1) feature:install ignite-core 2) I don't understand because index-osgi was not download (same issue in 3 different Karaf) .. i see your features it's ok mvn:org.apache.ignite/ignite-osgi/1

Re: Service Singleton Callback

2016-10-28 Thread devis76
Thank you for your help -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Service-Singleton-Callback-tp8583p8606.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Service Singleton Callback

2016-10-28 Thread devis76
Hi, i have a OSGI Activator that deploy a service on cluster. What is the best approach to receive a callback when service was execute? I need callback to node that publish Singleton service. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Service-Singleton-Cal