Hello! You can't use stand-alone distribution of Apache Ignite to run WebConsole-generated projects, which are managed by Maven.
There should be a main class somewhere in new1, this is what you should be running. Possibly with mvn clean install; mvn exec:java -Dexec.mainClass=packaged.path.to.ServerNodeMain They have different classpath. Stand-alone Apache Ignite has one classpath but your WebConsole project has a different one. Regards, -- Ilya Kasnacheev 2018-05-21 12:20 GMT+03:00 anupam_4881 <[email protected]>: > Hello , > > yes secret.properties is under src/main/resources/ > I am using xml ( not java ) to start & dump data. I copy complete project > named "new1" under config folder and start as below. Kindly check and > let me know what wrong i am doing. > Will appreciate you help as i am struggling from last two week on same. > > [root@RND resources]# pwd > /opt/apache-ignite-fabric-2.4.0-bin/config/*new1*/src/main/resources > [root@RND resources]# ls > META-INF * secret.properties* > [root@RND resources]# cd /opt/apache-ignite-fabric-2.4.0-bin/bin/ > [root@RND bin]# ./ignite.sh > ../config/new1/src/main/resources/META-INF/*new1-server.xml* > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
