opensemanticsearch / open-semantic-etl

Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
https://opensemanticsearch.org/etl
GNU General Public License v3.0
254 stars 69 forks source link

Multiple services stop working after upgrading the opensemantic server VM #140

Open 3th4n1sn3rd opened 2 years ago

3th4n1sn3rd commented 2 years ago

I am using the latest version of opensemantic server virtual machine 21.01.17, in which I had updated and upgraded the linux based debian environment in the virtual machine.

After the upgrade there are two services which do not start upon boot of the virtual machine which are as follows

Spacy.services Opensemanticetl

here are its systmctl status

● opensemanticetl.service - Open Semantic ETL
     Loaded: loaded (/etc/systemd/system/opensemanticetl.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Wed 2021-10-06 05:17:53 UTC; 3s ago
    Process: 4567 ExecStart=/usr/bin/etl_tasks (code=exited, status=1/FAILURE)
   Main PID: 4567 (code=exited, status=1/FAILURE)
        CPU: 397ms

Oct 06 05:17:53 debian systemd[1]: opensemanticetl.service: Scheduled restart job, restart counter is at 5.
Oct 06 05:17:53 debian systemd[1]: Stopped Open Semantic ETL.
Oct 06 05:17:53 debian systemd[1]: opensemanticetl.service: Start request repeated too quickly.
Oct 06 05:17:53 debian systemd[1]: opensemanticetl.service: Failed with result 'exit-code'.
Oct 06 05:17:53 debian systemd[1]: Failed to start Open Semantic ETL.
● spacy.service - Spacy Services
     Loaded: loaded (/etc/systemd/system/spacy.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Wed 2021-10-06 10:28:13 UTC; 5h 7min left
    Process: 1266 ExecStart=/usr/bin/python3 /usr/lib/python3/dist-packages/spacy-services/displacy/app.py (code=exited, status=1/FAILURE)

   Main PID: 1266 (code=exited, status=1/FAILURE)
        CPU: 514ms

Oct 06 10:28:12 debian systemd[1]: spacy.service: Failed with result 'exit-code'.
Oct 06 10:28:13 debian systemd[1]: spacy.service: Scheduled restart job, restart counter is at 8.
Oct 06 10:28:13 debian systemd[1]: Stopped Spacy Services.
Oct 06 10:28:13 debian systemd[1]: spacy.service: Start request repeated too quickly.
Oct 06 10:28:13 debian systemd[1]: spacy.service: Failed with result 'exit-code'.
Oct 06 10:28:13 debian systemd[1]: Failed to start Spacy Services.

I have attached the logs for these services specifically from journalctl.

opensemanticetl_logs.txt spacy_logs.txt

Thank you in advance for helping.