Thanks Val. It worked when I removed try() On Wed, Jun 14, 2017 at 5:54 PM, vkulichenko [via Apache Ignite Users] < [email protected]> wrote:
> Saji, > > You're using try-with-resources syntax, which calls Ignite.close() at the > end and therefore stops the node. Getting rid of it will do the trick. > > -Val > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Can-java- > code-look-up-cache-in-server-without-Ignition-start-cfg-tp9008p13713.html > To unsubscribe from Can java code look up cache in server without > Ignition.start(cfg), click here > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=9008&code=bWFpbHNhamluQGdtYWlsLmNvbXw5MDA4fC0xMTc2NjA3OTk5> > . > NAML > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- Thanks and Regards Sajin -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-java-code-look-up-cache-in-server-without-Ignition-start-cfg-tp9008p13825.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
