Hello!

You need to start a node in that process (client or server) to communicate
with stand-alone node.

You can only reference Ignite nodes in local Java process by name.

Regards,

-- 
Ilya Kasnacheev

2018-08-13 16:22 GMT+03:00 monstereo <[email protected]>:

> I have started Ignite node with
> igniteConfiguration.setIgniteInstanceName("sample");
>
> now,i want to get instance of this 'sample' node
>
> here is the main app(assume that sample is node is running)
>
> public static void main(String[] args) throws IgniteCheckedException {
>
>         System.out.println(Ignition.ignite("sample").toString());
>
>     }
>
> But gives me the error 'Ignite instance with provided name doesn't exist.
> Did you call Ignition.start(..) to start an Ignite instance?'
>
> even if, i could see that  'Ignite node started OK (id=e27694f2, instance
> name=sample)'
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to