Set Up Dispatcher on Linux - AEM as Cloud | Community
Skip to main content
Asutosh_Jena_
Community Advisor
Community Advisor
December 23, 2021
Solved

Set Up Dispatcher on Linux - AEM as Cloud

  • December 23, 2021
  • 1 reply
  • 1211 views

I was trying to setup a replica of dispatcher on a Linux environment same as how we have on AEM as Cloud. 

 

I was able to extract the files using the below command:

./aem-sdk-dispatcher-tools-<version>-unix.sh

 

Can someone tell me what are the next steps to configure the dispatcher on Linux? When I ran "validate.sh src/dispatcher" it gives the below error:

 

Phase 1: Dispatcher validator

Cloud manager validator 2.0.34

2021/12/23 13:23:21 stat src/dispatcher: no such file or directory

 

Followed the steps mentioned here:

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/content-delivery/validation-debug.html?lang=en

 

Thanks!

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 Asutosh_Jena_

Never mind. I was able to resolve it by using the docker configuration as below.

 

./bin/docker_run.sh <src-folder> <aem-publish-host>:<aem-publish-port> <dispatcher-port>

 

Thanks!

1 reply

Asutosh_Jena_
Community Advisor
Asutosh_Jena_Community AdvisorAuthorAccepted solution
Community Advisor
December 23, 2021

Never mind. I was able to resolve it by using the docker configuration as below.

 

./bin/docker_run.sh <src-folder> <aem-publish-host>:<aem-publish-port> <dispatcher-port>

 

Thanks!