Hello again.
I have both Workflow and Viewer running on a single Ubuntu 18.04 server, based on the documented installation instructions. I can process documents on Workflow without any generated error messages, and appropriate .xml and _tif folders (with images) appear in /opt/digiverso/viewer/hotfolder/
, but nothing is added to the Solr index. The goobi.log
reports that the DMS-Export finishes, and reports no errors.
I tried adding exportWithoutTimeLimit=false
and exportWithoutTimeLimit=true
lines to goobi.config.properties
, but the success
and error_mets
folders remained empty when I processed further documents. With exportWithoutTimeLimit=false
, the workflow fails to complete, and a forced export via button on the Processes list causes the system to hang and timeout with a server error.
In /opt/digiverso/indexer/solr_indexerconfig.xml
I spotted the following:
<solrUrl>https://viewer-testing-index.goobi.io/solr/indexer-andrey</solrUrl>
I typed the following in its place and restarted both the solrindexer.service and tomcat, but it didn’t help:
<solrUrl>http://localhost:8080/solr/collection1</solrUrl>
Any suggestions, please?
Thanks and best wishes,
Stephen