Hi All,
While starting the Appian 19.4 i am getting the below error message:
"Unable to start service QuorumPeerMainjava.io.IOException: Cannot run program "null/bin/java" (in directory "/usr/local/appian/services/zookeeper-3.5.6/bin"): error=2, No such file or directory"
Discussion posts and replies are publicly visible
Issue is with your JRE. Using the Appian JAVA you need to make sure the JAVA_HOME is set and also the binaries in the PATH variable as follows (example on linux):
export JAVA_HOME=/path/to/appian/java
export PATH=$JAVA_HOME/bin:$PATH:
Make sure the appian install directory has sufficient permissions. You can set the permissions:
chmod 775 -R /path/to/appian
Hope this helps