AEM cloud dispatcher issue | Community
Skip to main content
AEMLearner-1989
Level 4
December 23, 2020
Solved

AEM cloud dispatcher issue

  • December 23, 2020
  • 2 replies
  • 3708 views
Hi Team,
I am getting this error while running the validator command. Any thoughts.
 
Cloud manager validator 2.0.23 2020/12/23 15:26:18 conf.d\available_vhosts\default.vhost:23: included file (conf.d\whitelists\000_base_whitelist.rules) does not match any known file.
 
I want to whitelist the ips on dispatcher level  hence created a 000_base_whitelist.rules file and added my ip's there but its not working
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 shelly-goel

@aemlearner-1989 

1. Yes the cloud manager validator would give an error in this case as only 'rewrites' and 'variables' files can be specified as includes vhost configuration files:

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

2. While converting from AMS to AEM cloud dispatcher, it is mentioned to "Remove allowlists"

- Remove the folder conf.d/whitelists and remove Include statements in the virtual host files referring to
some file in that subfolder.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/content-delivery/disp-overview.html?lang=en#how-to-convert-an-ams-to-an-aem-as-a-cloud-service-dispatcher-configuration

3. You can refer/ use Dispatcher Converter Tool if trying to migrate from AMS dispatcher configs to AEM cloud:

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/moving/refactoring-tools/dispatcher-transformation-utility-tools.html#refactoring-tools

 

 

2 replies

SureshDhulipudi
Community Advisor
Community Advisor
December 23, 2020

did you included in ghost file with full path?

 

Include /etc/httpd/conf.d/whiltelists/000_base_whitelist.rules

(space between Include try with tab space also)

 

OR

you can directly include it in respective domain vhost file and try (instead of default.vhost)

AEMLearner-1989
Level 4
December 23, 2020
Its not working . still getting the same error.
shelly-goel
Adobe Employee
shelly-goelAdobe EmployeeAccepted solution
Adobe Employee
December 24, 2020

@aemlearner-1989 

1. Yes the cloud manager validator would give an error in this case as only 'rewrites' and 'variables' files can be specified as includes vhost configuration files:

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

2. While converting from AMS to AEM cloud dispatcher, it is mentioned to "Remove allowlists"

- Remove the folder conf.d/whitelists and remove Include statements in the virtual host files referring to
some file in that subfolder.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/content-delivery/disp-overview.html?lang=en#how-to-convert-an-ams-to-an-aem-as-a-cloud-service-dispatcher-configuration

3. You can refer/ use Dispatcher Converter Tool if trying to migrate from AMS dispatcher configs to AEM cloud:

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/moving/refactoring-tools/dispatcher-transformation-utility-tools.html#refactoring-tools

 

 

AEMLearner-1989
Level 4
December 25, 2020
Thanks for your reply.. I have already removed whitelist rules and include from vhost files..my question here is where we need to include whitelist ip address(more than 12 ips are there) and also we are not migrating from and to cloud manager..