Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Dispatcher is not working on the Windows 11

Avatar

Level 3

Hi all,

I set up a local AEM dispatcher with in Docker on the windows 10. The dispatcher was working.  Recently, I  set up the dispatcher on the windows 11.  I am not able to start apache. 

 

Does anyone know how can I fix it?

 

error_log under the var/log/httpd/

[Mon Mar 28 10:03:13.612600 2022] [suexec:notice] [pid 56] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)[Mon Mar 28 10:03:13.616713 2022] [ssl:warn] [pid 56] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Mar 28 10:03:13.617339 2022] [dispatcher:warn] [pid 56] /etc/httpd/demo/vhosts.d/dispatcher/common/dispatcher-before-filters.any:74: Allowing requests with globs is considered unsafe. Please consult the documentation at 'https://www.adobe.com/go/docs_dispatcher_config_en' on how to use attributes method/url/query/protocol/path/selectors/extension/suffix instead.
[Mon Mar 28 10:03:13.625644 2022] [so:warn] [pid 56] AH01574: module ssl_module is already loaded, skipping
[Mon Mar 28 10:03:13.625736 2022] [so:warn] [pid 56] AH01574: module include_module is already loaded, skipping
[Mon Mar 28 10:03:13.625740 2022] [so:warn] [pid 56] AH01574: module authz_core_module is already loaded, skipping
[Mon Mar 28 10:03:13.625743 2022] [so:warn] [pid 56] AH01574: module rewrite_module is already loaded, skipping
[Mon Mar 28 10:03:13.625748 2022] [so:warn] [pid 56] AH01574: module filter_module is already loaded, skipping
[Mon Mar 28 10:03:13.625751 2022] [so:warn] [pid 56] AH01574: module deflate_module is already loaded, skipping
[Mon Mar 28 10:03:13.625754 2022] [so:warn] [pid 56] AH01574: module headers_module is already loaded, skipping
[Mon Mar 28 10:03:13.625757 2022] [so:warn] [pid 56] AH01574: module proxy_module is already loaded, skipping
[Mon Mar 28 10:03:13.625760 2022] [so:warn] [pid 56] AH01574: module proxy_http_module is already loaded, skipping
[Mon Mar 28 10:03:13.625764 2022] [so:warn] [pid 56] AH01574: module proxy_ajp_module is already loaded, skipping
[Mon Mar 28 10:03:13.625767 2022] [so:warn] [pid 56] AH01574: module socache_shmcb_module is already loaded, skipping
[Mon Mar 28 10:03:13.625770 2022] [so:warn] [pid 56] AH01574: module slotmem_shm_module is already loaded, skipping
[Mon Mar 28 10:03:13.625773 2022] [so:warn] [pid 56] AH01574: module cache_module is already loaded, skipping
[Mon Mar 28 10:03:13.625777 2022] [so:warn] [pid 56] AH01574: module cache_disk_module is already loaded, skipping
[Mon Mar 28 10:03:13.625837 2022] [so:warn] [pid 56] AH01574: module version_module is already loaded, skipping
[Mon Mar 28 10:03:15.677638 2022] [lbmethod_heartbeat:notice] [pid 77] AH02282: No slotmem from mod_heartmonitor
[Mon Mar 28 10:03:15.679589 2022] [ssl:warn] [pid 77] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Mar 28 10:03:15.679810 2022] [dispatcher:warn] [pid 77] /etc/httpd/demo/vhosts.d/dispatcher/common/dispatcher-before-filters.any:74: Allowing requests with globs is considered unsafe. Please consult the documentation at 'https://www.adobe.com/go/docs_dispatcher_config_en' on how to use attributes method/url/query/protocol/path/selectors/extension/suffix instead.
[Mon Mar 28 10:03:15.685220 2022] [mpm_prefork:notice] [pid 77] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips Communique/4.2.3 configured -- resuming normal operations
[Mon Mar 28 10:03:15.685233 2022] [core:notice] [pid 77] AH00094: Command line: '/usr/sbin/httpd'

 

 

docker logs demo

Initializing Apache
chown: invalid user: 'wwwrun:www'
  Converting rewrite maps to DBM
    Converting /opt/apache/dynamicmaps/locales-map.txt
    Converting /opt/apache/dynamicmaps/demo-http-map.txt
    Converting /opt/apache/dynamicmaps/democo-legacy.txt
   Running invalidate dispatcher
Using publish http://192.168.1.39:4503
Using temp rewrite map /opt/apache/dynamicmaps/url-translation-map-demo-en_us.txt.current
curl url:http://192.168.1.39:4503/services/secure/apache/urltranslationmap?site=demo&locale=en_us
curl exit 7
[20220328-100255] Non 200 OK response received. Can't get new URL translation map
Using publish http://192.168.1.39:4503
Using temp rewrite map /opt/apache/dynamicmaps/url-translation-map-demo-en_ca.txt.current
curl url:http://192.168.1.39:4503/services/secure/apache/urltranslationmap?site=demo&locale=en_ca
curl exit 7
[20220328-100307] Non 200 OK response received. Can't get new URL translation map
Using publish http://192.168.1.39:4503
[20220328-100309] Non 200 OK response received. Can't get new URL translation map
chown: invalid user: 'wwwrun:www'
Passing arguments to httpd using apachectl is no longer supported.
You can only start/stop/restart httpd using this script.
If you want to pass extra arguments to httpd, edit the
/etc/sysconfig/httpd config file.
[Mon Mar 28 10:03:12.006049 2022] [so:warn] [pid 56] AH01574: module ssl_module is already loaded, skipping
[Mon Mar 28 10:03:12.006326 2022] [so:warn] [pid 56] AH01574: module include_module is already loaded, skipping
[Mon Mar 28 10:03:12.006344 2022] [so:warn] [pid 56] AH01574: module authz_core_module is already loaded, skipping
[Mon Mar 28 10:03:12.006361 2022] [so:warn] [pid 56] AH01574: module rewrite_module is already loaded, skipping
[Mon Mar 28 10:03:12.006377 2022] [so:warn] [pid 56] AH01574: module filter_module is already loaded, skipping
[Mon Mar 28 10:03:12.006393 2022] [so:warn] [pid 56] AH01574: module deflate_module is already loaded, skipping
[Mon Mar 28 10:03:12.006396 2022] [so:warn] [pid 56] AH01574: module headers_module is already loaded, skipping
[Mon Mar 28 10:03:12.006399 2022] [so:warn] [pid 56] AH01574: module proxy_module is already loaded, skipping
[Mon Mar 28 10:03:12.006415 2022] [so:warn] [pid 56] AH01574: module proxy_http_module is already loaded, skipping
[Mon Mar 28 10:03:12.006431 2022] [so:warn] [pid 56] AH01574: module proxy_ajp_module is already loaded, skipping
[Mon Mar 28 10:03:12.006436 2022] [so:warn] [pid 56] AH01574: module socache_shmcb_module is already loaded, skipping
[Mon Mar 28 10:03:12.006439 2022] [so:warn] [pid 56] AH01574: module slotmem_shm_module is already loaded, skipping
[Mon Mar 28 10:03:12.006442 2022] [so:warn] [pid 56] AH01574: module cache_module is already loaded, skipping
[Mon Mar 28 10:03:12.006456 2022] [so:warn] [pid 56] AH01574: module cache_disk_module is already loaded, skipping
[Mon Mar 28 10:03:12.006593 2022] [so:warn] [pid 56] AH01574: module version_module is already loaded, skipping
[Mon Mar 28 10:03:12.012562 2022] [dispatcher:warn] [pid 56] The DispatcherNoServerHeader directive in /etc/httpd/demo/httpd-demo.conf at line 14 is deprecated and will be removed in a future release.
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.65.4. Set the 'ServerName' directive globally to suppress this message
httpd not running, trying to start

Thanks,

Forrest

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
1 Reply

Avatar

Correct answer by
Community Advisor