You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Ilya Kasnacheev <il...@gmail.com> on 2018/09/05 13:28:59 UTC

Re: Failed to activate node components

Hello!

I had success with the following:


    IgniteSpringHelperImpl helper = new IgniteSpringHelperImpl();
    ApplicationContext ctx = IgniteSpringHelperImpl.applicationContext(
        new File("config/POC5-server.xml").toURI().toURL());

    Ignite ig = IgnitionEx.start((IgniteConfiguration)ctx.getBean("grid.cfg"),
        new GridSpringResourceContextImpl(ctx));
    ig.cluster().active(true);

Please note that I was never able to reproduce the JVM crash, I think
it depends on some stale files in your persistence dirs.

-- 
Ilya Kasnacheev


вт, 4 сент. 2018 г. в 19:20, wt <wa...@gmail.com>:

> POC5-server.xml
> <
> http://apache-ignite-developers.2346864.n4.nabble.com/file/t604/POC5-server.xml>
>
>
> Here is my config file
>
>
>
> --
> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
>