i am trying to start "cq-author-4502.jar" AEM6.1 , giving below Fatal error | Community
Skip to main content
ramdasb
New Participant
June 1, 2017
Solved

i am trying to start "cq-author-4502.jar" AEM6.1 , giving below Fatal error

  • June 1, 2017
  • 3 replies
  • 3734 views

i am trying to start "cq-author-4502.jar" AEM6.1 , giving below Fatal error. and also i tried to start using command prompt also same error.

Please help 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

Make sure AEM is not running twice on the same port.

3 replies

Feike_Visser1
Feike_Visser1Accepted solution
Employee
June 1, 2017

Make sure AEM is not running twice on the same port.

MickSmythe
New Participant
June 1, 2017

Further, to find the process using the port, you can run cmd.exe as admin and run "netstat -abo"

It will have an output like this. The PID is the far right number

  TCP    0.0.0.0:4502          THISPC:0                 LISTENING       2708

[java.exe]

cquser1
New Participant
June 1, 2017

Hi,

Looks like the port 4502 is already in use.

You can take a look at the official documentation to see how to change the default port and start over that.