seems like duplicate thread from here:
Here are few things to check:
1- Make sure you have correct configs for example :
JAVA_OPTS: " -Dsolr.host=solr6 -Dsolr.port=8983 -Dsolr.http.connection.timeout=1000 -Dsolr.secureComms=secret -Dsolr.sharedSecret=secretpassword -Dsolr.base.url=/solr -Dindex.subsystem.name=solr6 "
2- Make sure solr.host value matches to the solr6 service in your docker compose file:
solr6: image: alfresco/alfresco-search-services:2.0.3
3- Make sure solr6 service is up and running, run below command and see if solr6 container exited for some reason:
docker ps -a
4- Make sure you have enough memory availble to run all services. Minimum 12GB memory is needed to run all services
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.