Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

AEMcs: Local Dispatcher set up error

Avatar

Level 3

Hi all,

I am trying to set up a local dispatcher on my Windows laptop and when I am following AEM official documents. When I run

 bin\docker_run src host.docker.internal:4503 8080

the command I get bellow error.  Please someone could help me

 

values.csv not found in deployment folder C:\Softwares\AEM-Cloud\aem-sdk-dispatcher-tools-2.0.90-windows\src - using files in 'conf.d' and 'conf.dispatcher.d' subfolders directly
processing configuration subfolder 'conf.d'
processing configuration subfolder 'conf.dispatcher.d'
Running script /docker_entrypoint.d/10-check-environment.sh
Running script /docker_entrypoint.d/15-check-pod-name.sh
Running script /docker_entrypoint.d/20-create-docroots.sh
/etc/httpd/conf.d/enabled_vhosts/default.vhost: empty docroot skipping.
Running script /docker_entrypoint.d/30-wait-for-backend.sh
Waiting until host.docker.internal is available
host.docker.internal resolves to 192.168.65.2
Running script /docker_entrypoint.d/40-generate-allowed-clients.sh
Running script /docker_entrypoint.d/50-check-expiration.sh
Running script /docker_entrypoint.d/60-check-loglevel.sh
Running script /docker_entrypoint.d/70-check-forwarded-host-secret.sh
Running script /docker_entrypoint.d/80-frontend-domain.sh
Thu Apr  7 10:36:43 UTC 2022 Monitoring reload trigger file existence at /etc/httpd/reload seconds started
Starting httpd server
Setting up watches.
Watches established.
AH00526: Syntax error on line 1 of /etc/httpd/conf.d/enabled_vhosts/default.vhost:
Invalid command '../available_vhosts/default.vhost', perhaps misspelled or defined by a module not included in the server configuration

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You need to run the following 2 commands

bin\validator full -d out src
bin\docker_run out host.docker.internal:4503 8080

 



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

You need to run the following 2 commands

bin\validator full -d out src
bin\docker_run out host.docker.internal:4503 8080

 



Arun Patidar