Hi Arthi, Where was the original Ignite client started that you want to re-use? Is it in the same application or was it started in some other application/on some other machine?
Best Regards, Igor On Thu, May 12, 2016 at 5:20 PM, arthi <[email protected]> wrote: > Hi, > > I have a ignite grid started with 2 servers and 1 client. I want my c++ > application to be able to retrieve the client node instance from the grid, > with out starting a new server/client. Is there an API I can use? > Ignition.ignite(<name>) fails - > > Exception in thread "main" class > org.apache.ignite.IgniteIllegalStateException: Ignite instance with > provided > name doesn't exist. Did you call Ignition.start(..) to start an Ignite > instance? [name=cip] > at org.apache.ignite.internal.IgnitionEx.grid(IgnitionEx.java:1235) > at org.apache.ignite.Ignition.ignite(Ignition.java:516) > at > > com.nielsen.poc.aggregation.ignite.datagrid.CacheMetrics.main(CacheMetrics.java:34) > > > Please advice. > > Thanks, > Arthi > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Get-client-node-instance-tp4897.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
