The error shown in the SS below happens due to port collision.
check in your docker compose file which port is mentioned to use for solr service
And to verify that all ports mentioned in docker-compose.yml is not in use by any other process follow the below steps
- run iisreset /stop command from powershell
- netstat -aon | findstr 8984 to check if any port is being used by windows service
Most of the time it happens that solr service will be using this port if you have installed the solr in your machine in the past.
If this is solr then stop the solr service or in case you found other service then stop it in the services.msc and now again try .\up.ps1
It should work fine.
Thanks!
https://sitecorepeanuts.blogspot.com/2024/06/failed-to-create-endpoint-sxastarter.html
ReplyDelete