./start command not working | Community
Skip to main content
New Participant
October 16, 2015
Solved

./start command not working

  • October 16, 2015
  • 1 reply
  • 877 views

I recently started using CQ on mac , I have difficulties on very basic thing : running CQ from terminal 

I tried following command , nothing happens . No Additional information on logs.

./start -d --debug-port 8001  or ./start

--start.bat file JVM parameters

CQ_JVM_OPTS='-server -Xmx1024m -XX:MaxPermSize=256M -Djava.awt.headless=true -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8001 -jar cq5-author-4502.jar -nofork'     

When I used 

./quickstart -d --debug-port 8001

--quickstart.bat file JVM parameters

CQ_JVM_OPTS='-server -Xmx1024m -XX:MaxPermSize=256M -agentlib:jdwp=transport=dt_socket,address=8001,server=y,suspend=n'   --quickstart 

 

 it works. 

I am trying to Run CQ in debug mode .

What am I missing in here ? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Feike_Visser1

I would use the following to start AEM in debug mode:

java -jar <cq-jar file> -debug 30303

1 reply

Feike_Visser1
Feike_Visser1Accepted solution
Employee
October 16, 2015

I would use the following to start AEM in debug mode:

java -jar <cq-jar file> -debug 30303