AEMcs: Local Dispatcher set up error | Community
Skip to main content
shabarish
Level 2
April 7, 2022
Solved

AEMcs: Local Dispatcher set up error

  • April 7, 2022
  • 1 reply
  • 2285 views

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

 

 

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 arunpatidar

Hi,

You need to run the following 2 commands

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

 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
April 7, 2022

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