I am trying to use –apphome localpath (A path to the home dir of a pre-installed application) option of bin/slider create but encountering some issues. I have the application tarball installed locally on all the nodes on the cluster.
I did bin/slider package –install and then ran bin/slider create –template appConfig.json –resources.json –apphome /path/to/local-install-of-app. But I am getting the error:
ERROR main.ServiceLauncher (ServiceLauncher.java:convertToExitException(524)) – Both application image path and home dir have been provided
Looks like there is some conflict with –apphome and probably one of the config properties I defined in the .json config files. Any ideas on what is causing this error?