Hi All,
As per the steps provided on adobe site I have determined the start command after repository migration as below :
java -server -Xms2g -Xmx8g -Djava.awt.headless=true -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=100000 -Doak.fastQuerySize=true -javaagent:/opt/newrelic/newrelic.jar -Dcom.sun.management.jmxremote.port=10060 -Dcom.sun.management.jmxremote.authenticate=true -Dcom.sun.management.jmxremote.password.file=/app/aem/crx-quickstart/bin/jmx_pass -Dcom.sun.management.jmxremote.access.file=/app/aem/crx-quickstart/bin/jmx_user -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.rmi.port=10061 -Dsling.run.modes=publish,crx3,crx3tar -jar cq65-publish-p4503.jar start -c crx-quickstart -i launchpad -p 4503 -Dsling.properties=conf/sling.properties
But when I execute it I get below error :
Loading quickstart properties: default
Loading quickstart properties: instance
org.apache.commons.cli2.OptionException: Unexpected start while processing Use these options on the Quickstart command line.
at org.apache.commons.cli2.commandline.Parser.parse(Parser.java:99)
at com.adobe.granite.quickstart.base.impl.Main.<init>(Main.java:594)
at com.adobe.granite.quickstart.base.impl.Main.main(Main.java:981)
Any idea what can be the issue?