This happens because you create your node inside try () statement. So it is
being stopped as soon as try section ends. If you want to keep it active
change code to

try  {
    Ignite ignite = Ignition.start("example-ignite.xml");


On Fri, Oct 18, 2019 at 4:35 PM niamin <[email protected]> wrote:

> springbeans.zip
> <http://apache-ignite-users.70518.x6.nabble.com/file/t2637/springbeans.zip>
>
>
> Here you go. I've tried with @PostConstruct and EventListener but in both
> occasions Ignite engine stops immediately after application bootstrap with
> the following:
>
> [09:32:03] Ignite node stopped OK [uptime=00:00:01.168]
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>


-- 
Best regards,
Evgeniy

Reply via email to