Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Not able to run local dispatcher on Windows 10 Pro

Avatar

Level 2

Hi Guys,

 

Getting error "Required image not found, trying to load from archive...  unsupported os linux" when tried setting up Dispatcher locally. I have made sure Docker is up and running but still the error. 

 

I am following below doc from Adobe and using AEM as cloud service

 

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

 

 

Appreciate help and Thanks in advance, below are is what i see when commands ran on cmd windows 10 pro

 

C:\aem-instances\dispatcher>bin\validator full -d out src
Cloud manager validator 2.0.32
2021/06/30 14:57:17 No issues found
2021/06/30 14:57:17 Dump folder already exists and non-empty: out

C:\aem-instances\dispatcher>bin\docker_run out host.docker.internal:4503 8080
values.csv found in deployment folder: C:\aem-instances\dispatcher\out - using files listed there
Required image not found, trying to load from archive...
unsupported os linux

 

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee Advisor

Hi @imalakaamir ,

Please remove hyphen from aem-instances folder and run the command again.

else Please go through the below blog

https://bimmisoi.blogspot.com/2021/05/local-dispatcher-setup-aem-as-cloud-on.html

 

Hope it helps

Thanks

 

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Community Advisor and Adobe Champion

Hi @imalakaamir ,

 

Though I believe you must have noticed but in case if missed -

 

"Windows users cannot have any spaces or special characters in the path to the folder containing the Local Dispatcher Tools."

Also, try running command prompt/power shell as administrator. Try using latest/different SDK.

Avatar

Korrekte Antwort von
Employee Advisor

Hi @imalakaamir ,

Please remove hyphen from aem-instances folder and run the command again.

else Please go through the below blog

https://bimmisoi.blogspot.com/2021/05/local-dispatcher-setup-aem-as-cloud-on.html

 

Hope it helps

Thanks

 

Avatar

Level 2
Hi @Bimmi_Soi, Thanks for sharing link.