Expand my Community achievements bar.

SOLVED

Dispatcher set up in Mac is failiing with "AH00016: Configuration Failed" error

Avatar

Level 5

Hi,

 

I am trying to set up dispatcher in my local MacBook pro - silicon chip

Follwing this doc : https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-env...

 

Ran below commands:

1>  ./bin/validate.sh ./src 

 ERROR: immutable file 'conf.d/available_vhosts/default.vhost' has been changed!

2>   ./bin/docker_run.sh ./src host.docker.internal:4503 8080

ERROR: 

values.csv not found in deployment folder: /Users/ganesh.byale/TJ/aem-sdk/dispatcher/dispatcher-sdk-2.0.90/../../../code/TJ/dispatcher/src - using files in 'conf.d' and 'conf.dispatcher.d' subfolders directly

processing configuration subfolder: conf.d

processing configuration subfolder: conf.dispatcher.d

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

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

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

Starting httpd server

Tue Mar 29 10:51:31 UTC 2022 Monitoring reload trigger file existence at /etc/httpd/reload seconds started

Setting up watches.

Watches established.

[Tue Mar 29 10:51:31.639404 2022] [core:emerg] [pid 1:tid 274904324936] (38)Function not implemented: AH00023: Couldn't create the proxy mutex 

[Tue Mar 29 10:51:31.641052 2022] [proxy:crit] [pid 1:tid 274904324936] (38)Function not implemented: AH02478: failed to create proxy mutex

AH00016: Configuration Failed

 

 

Can anyone let me know how to resolve these two issues , for the first issue I need to copy the file from sdk, what about second one?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

This was a known issue. On silicon chip on Mac, the dispatcher modules were not working.

With the new release this is getting fixed. Check the latest version - AEM SDK v2022.3.6698.20220318T233218Z-220100

It should be working in this one.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

This was a known issue. On silicon chip on Mac, the dispatcher modules were not working.

With the new release this is getting fixed. Check the latest version - AEM SDK v2022.3.6698.20220318T233218Z-220100

It should be working in this one.