failed to create endpoint sxastarter-solr-1 on network sxastarter_default

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

  1. run iisreset /stop command from powershell
  2. 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!

1 comment:

  1. https://sitecorepeanuts.blogspot.com/2024/06/failed-to-create-endpoint-sxastarter.html

    ReplyDelete

Troubleshoot personalization on xm cloud

Here are the troubleshooting steps below that helped personalization to work. We checked the events analytics in the page builder but it was...