ALFRESCO COMMUNITY EDITION 7.4 VERSION DOCUMENT SEARCH IS NOT WORKING?

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

ALFRESCO COMMUNITY EDITION 7.4 VERSION DOCUMENT SEARCH IS NOT WORKING?

Hi in Alfresco Community edition 7.4, the alfresco search for documents  is not working for me only the people search is working for me and I want to set up the document search with no SSL and I used this property in SOLR_ALFRESCO_SECURECOMMS=none and below is my alfresco.global.properties file for solar setup


solr.host=localhost
solr.port=8983
solr. port.ssl=8983
#secret, https
solr.secureComms=secret
solr.sharedSecret=secret
solr.base.url=/solr
index.subsystem.name=solr6

when I use the none in solr. secure comms I'm getting errors like 

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SOLRAuthenticationFilter' defined in URL [jar:file:/C:/alfresco-community72/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-remote-api-20.164.jar!/alfresco/web-client-application-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'secureComms' threw exception; nested exception is org.alfresco.error.AlfrescoRuntimeException: 05030000

I follow this @abhinavmishra14  blog which is 

https://javaworld-abhinav.blogspot.com/2020/12/setup-acs62-ga-and-ass14-distribution-stepbystep.html

and git hub link which is 

https://github.com/abhinavmishra14/alfresco7-solr-localtransform-dist-setup

and in that, I followed the Windows platform I set up the entire application in the Windows platform and used Tomcat server 9.0.86 and Postgre SQL 14 and went through the manual installation with zip files.

@abhinavmishra14  can you help me to solve this issue?

Thans&Regards,
Kranthi.