Hi,
How about using Ignition.getOrStart(...)?
-Roman
On Tuesday, September 27, 2016 10:44 AM, M Singh <[email protected]>
wrote:
Hi Folks:
I am using Ignition.start() and if Ignite has already been started, it shows an
IgniteException indicating that the default grid has already been started:
org.apache.ignite.IgniteCheckedException: Default Ignite instance has already
been started.
Is there a way to check if Ignite has already been started so that I can skip
this call ? If not, is there a specific exception that can indicate the same ?
Thanks