Hi All,
I'm newbie on alfresco and I'm just tryng to make an install from zip on Ubuntu server 18.04 server.
content-services: version 6.2ga
search-services-version: 1.4
I've some trouble with search services, I decided to not use https, so i configured my environment so:
alfresco.global.properties:
### Solr indexing ### index.subsystem.name=solr6 solr.secureComms=none solr.port=8983 solr.host=192.168.54.3 solr.baseUrl=/solr
and in <SOLRHOME>\templates\rerank\conf\solcore.properties
# none, https alfresco.secureComms=none
as indicated in docs:
https://docs.alfresco.com/search-enterprise1.4/tasks/solr-install-withoutSSL.html
But ths search does not work in Alfresco Share, (except on file names results). I've some error on logs but not found any solution after tree days on working on:
Any help is appreciated!
Thank you
Michele
Solved! Go to Solution.
Found the solution!
Thanks to abhinav!
I was missing the last "true" value, due to an old config file.
transform.service.enabled=false local.transform.service.enabled=false legacy.transform.service.enabled=true
Still some errors on docx preview... with error but i suppose for other reason:
Caused by: java.lang.IllegalStateException: this OfficeManager is currently stopped
great news @MicheleTerlizzi
see you can validate following setting for the other error you have mentioned.
ooo.exe=<Installpath>/libreoffice/program/soffice ooo.enabled=false ooo.port=8100 jodconverter.enabled=true jodconverter.officeHome=<Installpath>/libreoffice jodconverter.portNumbers=8100
seems like solr is not able to poll alfresco. Have you set these variable as indicated here: https://docs.alfresco.com/search-enterprise1.4/tasks/solr-install-withoutSSL.html
SOLR_SOLR_HOST=<host> SOLR_ALFRESCO_HOST=<host>
You can also check the steps here: https://javaworld-abhinav.blogspot.com/2020/12/setup-acs62-ga-and-ass14-distribution-stepbystep.html
Hi abhinav,
thanks for your reply.
yes everything seems correctly:
SOLR_SOLR_HOST=localhost SOLR_SOLR_PORT=8983 SOLR_SOLR_BASEURL=/solr SOLR_ALFRESCO_HOST=localhost SOLR_ALFRESCO_PORT=8080 SOLR_ALFRESCO_BASEURL=/alfresco
I'll check your link and will retry all the steps. But seems not working yet.
Michele
Found the solution!
Thanks to abhinav!
I was missing the last "true" value, due to an old config file.
transform.service.enabled=false local.transform.service.enabled=false legacy.transform.service.enabled=true
Still some errors on docx preview... with error but i suppose for other reason:
Caused by: java.lang.IllegalStateException: this OfficeManager is currently stopped
great news @MicheleTerlizzi
see you can validate following setting for the other error you have mentioned.
ooo.exe=<Installpath>/libreoffice/program/soffice ooo.enabled=false ooo.port=8100 jodconverter.enabled=true jodconverter.officeHome=<Installpath>/libreoffice jodconverter.portNumbers=8100
Thank you so much Abhinav, i solved the issue in this manner:
ooo.enabled=true ooo.exe=/usr/bin/soffice ooo.port=8100 jodconverter.enabled=false jodconverter.portNumbers=8100 jodconverter.officeHome=/usr/lib/libreoffice
OOO and JOD are alternative selectable?
By default, the OOoDirect subsystem is enabled and the OOoJodconverter subsystem is disabled. It is possible to run both subsystems at same time, but Alfresco recommends that you enable only one at a time.
OOoJodConverter gives better performance and stability. See the doc: https://docs.alfresco.com/5.2/concepts/OOo-subsystems-intro.html
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.