내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM stopped working after closing 'start' common prompt

Avatar

Level 2

Hi all,

 

I started AEM instance by clicking 'star' script. The, I close the below common prompt . AEM is not up after closing cmd.

I can only access AEM while cmd is opened.

zzz.JPG

 

Thanks in advance.

 

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hello - Please try to use a custom script located in the bin (crx-quickstart\bin) folder, such as start.bat to start AEM. The Start and Stop scripts are for UNIX, Linux, and Macintosh. The start.bat and stop.bat scripts are for Windows ( Start the instance - start.bat & Stop the instance - stop.bat) OR use service commands to start or stop the instances.

 

 

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 4

Hi @Snow123 ,

 

Yes, AEM will stop if you will close this command prompt. You have to keep this cmd open else the process will also get closed.

You can create a service for this process(as you are using windows) and start the server using that service(if you dnt want to use cmd).

you can try this: https://aemexperts.blogspot.com/2019/03/installing-and-starting-adobe.html

 

Thanks!

Avatar

Community Advisor

Hi @Snow123 

 

This is a command line process, so when you close the command, the process will close and it will shut down the instance.

 

So you need to keep this window always open to keep the instance running, or you can start the instance by clicking on the JAR file.

 

Or you can follow the below approach to run this as a service on windows:

https://experienceleague.adobe.com/docs/experience-manager-64/deploying/deploying/custom-standalone-...

 

Thanks!

 

Thanks!

Avatar

정확한 답변 작성자:
Community Advisor

Hello - Please try to use a custom script located in the bin (crx-quickstart\bin) folder, such as start.bat to start AEM. The Start and Stop scripts are for UNIX, Linux, and Macintosh. The start.bat and stop.bat scripts are for Windows ( Start the instance - start.bat & Stop the instance - stop.bat) OR use service commands to start or stop the instances.