Hi Val Quick Question
I am trying to run the Ignite client from a J2EE application which is deployed in Weblogic Server and the client starts running when the method id invoked. I try to Monitor it with the Visor app and I can see the server and Client running. I tried to kill the client instance from the visor application and it kills the client. Unfortunately it brings down the weblogic server also. Have you experienced this and Any thoughts why this happens and how can we avoid it? Thanks Saji On Thu, Jun 15, 2017 at 11:55 AM, Sajin Mathew <[email protected]> wrote: > 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 > Saji > -- Thanks and Regards Saji -- 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-tp9008p14598.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
