Alfresco 7.2 error org.alfresco.error.AlfrescoRuntimeException: 07053871 solr6

cancel
Showing results for 
Search instead for 
Did you mean: 
crisdev13
Active Member II

Alfresco 7.2 error org.alfresco.error.AlfrescoRuntimeException: 07053871 solr6

error java.PNG

1 Reply
abhinavmishra14
Advanced

Re: Alfresco 7.2 error org.alfresco.error.AlfrescoRuntimeException: 07053871 solr6

seems like duplicate thread from here:

@crisdev13 

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 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)