Expand my Community achievements bar.

SOLVED

Unable to run aem .jar file for publish instance

Avatar

Level 2

Hi All,

 

I am trying to run aem .jar file on linux ec2 machine using command :- java -Xmx1024M -jar aem-publish-p4503.jar , but am getting below error message-

 

Setting 'sling.run.modes' to 'publish' from filename.
Verbose option not active, closing stdin and redirecting stdout and stderr
Redirecting stdout to /home/ec2-user/aem_instance/publish/crx-quickstart/logs/stdout.log
Redirecting stderr to /home/ec2-user/aem_instance/publish/crx-quickstart/logs/stderr.log

 

muskan_mala_0-1694771063162.png

 

Can someone guide me.

 

Thank you..!!

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

@muskan_mala - This is not an error. The execution is outputting default message. It is the same message even I am getting while I am starting my AEM instance - ref. [1]

 

Is your instance running up after a few minute or so? It generally opens up at localhost followed by port number (default is 4502) on your EC2 - provided your EC2 is accessible and port is open (in AWS Security Group).

 

Regards,

Jineet

 

[1]: 

Jineet_Vora_0-1694775240926.png

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

@muskan_mala - This is not an error. The execution is outputting default message. It is the same message even I am getting while I am starting my AEM instance - ref. [1]

 

Is your instance running up after a few minute or so? It generally opens up at localhost followed by port number (default is 4502) on your EC2 - provided your EC2 is accessible and port is open (in AWS Security Group).

 

Regards,

Jineet

 

[1]: 

Jineet_Vora_0-1694775240926.png