Vanilla local install of dispatcher throwing "to was unexpected at this time." error on startup attempt
Hello, I'm starting my journey, so I don't know much about AEM. I'm trying to setup the local environment to run some tutorials on Windows 11. Following the installation guide at https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/dispatcher-tools.html?lang=en . I've unzipped the dispatcher files and trying to run it with:
bin\docker_run src host.docker.internal:4503 8080This exits with a message like in the subject.
I tried running the validator beforehand, tried 2 different unzip tools, tried to run as administrator, no difference.
When I skip the port number it shows me the usage message, as expected.
I'm a little stuck here, please any pointers?
btw, docker is running, I can use docker cmd line.
-Voytek