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

export_neo4j: cannot assign requested address on fresh docker-compose build and deploy #131

Open sharkymcdongles opened 3 years ago

sharkymcdongles commented 3 years ago

I followed the readme and when I add RSS feeds then hit update I see these errors in the logs:

[2021-02-13 18:13:04,115: WARNING/ForkPoolWorker-10] Failed to parse HTTP header last-modified
[2021-02-13 18:13:04,131: WARNING/ForkPoolWorker-12] Failed to parse HTTP header last-modified
[2021-02-13 18:13:04,671: ERROR/ForkPoolWorker-10] ! SocketError: Cannot assign requested address
[2021-02-13 18:13:04,671: WARNING/ForkPoolWorker-10] Exception while data enrichment of http://www.marketwatch.com/news/story.asp?guid=%7B21005575-02D4-D4B5-4572-D289705B1EF7%7D&siteid=rss&rss=1 with plugin export_neo4j: Cannot assign requested address
[2021-02-13 18:13:04,930: ERROR/ForkPoolWorker-10] ! SocketError: Cannot assign requested address
[2021-02-13 18:13:04,930: WARNING/ForkPoolWorker-10] Exception while data enrichment of http://www.marketwatch.com/news/story.asp?guid=%7B21005575-02D4-D4B5-4572-D289705B1EF7%7D&siteid=rss&rss=1 with plugin export_neo4j: Cannot assign requested address
[2021-02-13 18:13:04,999: ERROR/ForkPoolWorker-12] ! SocketError: Cannot assign requested address
[2021-02-13 18:13:04,999: WARNING/ForkPoolWorker-12] Exception while data enrichment of http://feeds.marketwatch.com/~r/marketwatch/realtimeheadlines/~3/7DaS-4Taug0/ with plugin export_neo4j: Cannot assign requested address
[2021-02-13 18:13:05,471: ERROR/ForkPoolWorker-12] ! SocketError: Cannot assign requested address
[2021-02-13 18:13:05,471: WARNING/ForkPoolWorker-12] Exception while data enrichment of http://feeds.marketwatch.com/~r/marketwatch/realtimeheadlines/~3/7DaS-4Taug0/ with plugin export_neo4j: Cannot assign requested address

I tried to find where this neo4j is but was unable to. In the config I see these endpoints defined for neo4j: localhost and http://localhost:7474/browser/

Yet I cannot find any container where 7474 is being listened on or is connectable. Did I do something wrong or do I need to supply my own neo4j?