Re: Ignite 2.4.0 ( dump data from mysql)

2018-05-22 Thread Ilya Kasnacheev
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

Re: Ignite 2.4.0 ( dump data from mysql)

2018-05-21 Thread anupam_4881
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

Re: Ignite 2.4.0 ( dump data from mysql)

2018-05-14 Thread Ilya Kasnacheev
Hello! secret.properties is a file that should contain private information about your DB, such as login/password. It should be in src/main/resources/secret.properties and Java compiler should copy it over to target/classes/secret.properties Is either one of these files there? Regards, -- Ilya

Ignite 2.4.0 ( dump data from mysql)

2018-05-14 Thread anupam_4881
Hi, I am trying to dump data from mysql to ignite cluster. Using Ignite GUI console I finally download Project named "new1" having XML & java files. When I am trying to run same via cli passing the path of project it gives error. I hard coded the path also but nothing works. Kindly help to to