Hi, I have specified secret.properties file location in the spring xml file and when it start ignite.sh, I see the below error as its not able to find the secret.properties file. - Where does ignite.sh look for this file? & how do I specify the right path for this file.
$bin/ignite.sh ganesh.xml class org.apache.ignite.IgniteException: Failed to instantiate Spring XML application context [springUrl=file:/opt/vdp/ignite/config/ganesh.xml, err=Could not load properties; nested exception is java.io.FileNotFoundException: class path resource [secret.properties] cannot be opened because it does not exist] at org.apache.ignite.internal.util.IgniteUtils.convertException(IgniteUtils.java:966) at org.apache.ignite.Ignition.start(Ignition.java:350) at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302) Caused by: class org.apache.ignite.IgniteCheckedException: Failed to instantiate Spring XML application context [springUrl=file:/opt/vdp/ignite/config/ganesh.xml, err=Could not load properties; nested exception is java.io.FileNotFoundException: class path resource [secret.properties] cannot be opened because it does not exist] -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/