High Availability Set up in AEM local instance.
Hi Team
I am trying to have demo of High Availability Set up in AEM local instance using TarMK cold StandBy. I have crated two folders.
1. aem-primary
2. aem-standby

Under path aem-primary\aem-primary\crx-quickstart\install\install.primary I have created two config files as

Contents of SegmentNodeStoreService.config
org.apache.sling.installer.configuration.persist=B"false"
customBlobStore=B"true"
standby=B"false"
Contents of StandbyStoreService.config
org.apache.sling.installer.configuration.persist=B"false"
mode="primary"
port=I"8023"
Similarly I did for path aem-standby\crx-quickstart\install\install.standby

Contents of SegmentNodeStoreService.config
org.apache.sling.installer.configuration.persist=false
name="Oak-Tar"
service.ranking=I"100"
standby=B"true"
customBlobStore=B"true"
Contents of StandbyStoreService.config
org.apache.sling.installer.configuration.persist=B"false"
mode="standby"
primary.host="127.0.0.1"
port=I"8023"
secure=B"false"
interval=I"5"
but still I am unable set up the the same and once I am running the command as
java -jar cq-quickstart-6.3.0-standalone-quickstart.jar.jar -r primary,crx3,crx3tar
from aem-standby\crx-quickstart\app I am getting error as



