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