Hi everyone,
i am experiencing issues while loading dispatcher on windows machine, it throws below error message
'default was unexpected at this time'
I am using AEM as a cloud service and windows 10.
Any thoughts?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @imalakaamir ,
Command looks correct, don't see any issue.
Can you try
Make sure docker is running on port 8080.
Hope that helps! Ignore if already done.
Regards,
Santosh
Hi all,
This error is more related to dispatcher tool's batch file as this file has issue with some windows version & some machine.
So instead of wasting time in docker version or AEM we should debug batch file based on error we get.
We can use echo command intuitively for debug purpose and add/remove/delete batch cmd or correct the syntax.
This issue resolved by removing(or comment) if condition from batch file shown below.
This if statement is redundant(obsolete) for the mentioned command as it will always evaluates to false so we can change based on requirement.
Reference - Similar issue https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/vanilla-local-install-of-d...
Views
Replies
Total Likes
Views
Likes
Replies