Hi, Could you please paste the OSGi imports of the bundle that contains the Activator?
Could you also post a full stacktrace? Thanks. On 3 Nov 2016 19:31, "Denis Magda" <[email protected]> wrote: > *Raul*, could you assist with this issue? > > — > Denis > > On Nov 3, 2016, at 8:39 AM, devis76 <[email protected]> wrote: > > 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 RoundRobinLoadBalancingSpi(); > // Configure SPI to use global round-robin mode. > spiRRLB.setPerTask(false); > // Override default load balancing SPI. > cfg.setLoadBalancingSpi(spiRRLB); > } > > > > > [1]First Karaf start it's ok!... my QueryCursor "cache.query(new > SqlFieldsQuery("select * from ClientUpdate") > > 2)Second Karaf(same bundles/packages as [1],different Machine, when Start > the first bundle is Cluster/Activator/Configuration and later i receive > soon a ClassNotFound from Query, think because it's > RoundRobinLoadBalancingSpi... this lock and currupt my Global cluster until > i'll will shutdown the karaf[2]... > ClassNotFound is throw because karaf[2] has not completed boot sequence... > > have you any suggestion please? > Devis > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Question-about-Class-Not-found-tp8685p8696.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > > >
