Question
Repository Modernizer - AEM Dispatcher Converter
Hi All,
Getting the below issue -
C:\Users\admin\AppData\Local\@adobe\aio-cli>aio aem-migration:dispatcher-converter -t=ams
********** Executing Dispatcher Converter **********
Converting Dispatcher Configurations...
Found usage of undefined variable:
target/dispatcher/src/conf.d/available_vhosts/aem_publish.vhost:${PUBLISH_DEFAULT_HOSTNAME}
Apache configuration uses non-whitelisted directives:
target/dispatcher/src/conf.d/available_vhosts/aem_publish.vhost:63 LogLevel
target/dispatcher/src/conf.d/available_vhosts/projA_publish.vhost:63 LogLevel
target/dispatcher/src/conf.d/available_vhosts/projB_portal_publish.vhost:64 LogLevel
target/dispatcher/src/conf.d/available_vhosts/projB_publish.vhost:63 LogLevel
target/dispatcher/src/conf.d/available_vhosts/projC_publish.vhost:63 LogLevel
target/dispatcher/src/conf.d/available_vhosts/brandD_publish.vhost:63 LogLevel
target/dispatcher/src/conf.d/available_vhosts/brandE_publish.vhost:63 LogLevel
target/dispatcher/src/conf.d/available_vhosts/brandF_publish.vhost:63 LogLevel
target/dispatcher/src/conf.d/available_vhosts/brandG_publish.vhost:65 LogLevel
FileOperationsUtility: Commented out all usages of non-whitelisted directives listed above.
Error: EEXIST: file already exists, mkdir 'C:\Users\admin\AppData\Local\@adobe\aio-cli\target\dispatcher\src\conf.dispatcher.d\enabled_farms'
Code: EEXISTSo it does create symlinks in enabled_farms but not sure why the error keeps coming up.
Any input on this?