Amundsen with Neo4j : connection error #2150
Unanswered
cchristofr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I try the standard "quick start" (with docker and all containers are on the same network).
I want to load metadata from a postgres database.
I have the following error with Neo4j.
Remark: Neo4j UI is OK
Traceback (most recent call last): File "example/scripts/sample_postgres_loader.py", line 171, in <module> job_es_table.launch() File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/amundsen_databuilder-7.4.3-py3.8.egg/databuilder/job/job.py", line 76, in launch File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/amundsen_databuilder-7.4.3-py3.8.egg/databuilder/job/job.py", line 72, in launch File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/amundsen_databuilder-7.4.3-py3.8.egg/databuilder/publisher/base_publisher.py", line 40, in publish File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/amundsen_databuilder-7.4.3-py3.8.egg/databuilder/publisher/base_publisher.py", line 37, in publish File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/amundsen_databuilder-7.4.3-py3.8.egg/databuilder/publisher/elasticsearch_publisher.py", line 104, in publish_impl File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/elasticsearch/client/utils.py", line 347, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/elasticsearch/client/indices.py", line 145, in create return self.transport.perform_request( File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/elasticsearch/transport.py", line 466, in perform_request raise e File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/elasticsearch/transport.py", line 427, in perform_request status, headers_response, data = connection.perform_request( File "/home/christo/net/amundsen/databuilder/venv/lib/python3.8/site-packages/elasticsearch/connection/http_urllib3.py", line 279, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) elasticsearch.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPConnectionPool(host='localhost', port=9200): Read timed out. (read timeout=10)) ERROR:neo4j:Failed to write data to connection IPv4Address(('localhost', 7687)) (IPv4Address(('127.0.0.1', 7687)))
Do you have any idea?
Problem related to version of Neo4j, driver, .... ?
Regards
Christophe
Beta Was this translation helpful? Give feedback.
All reactions