PolyglotDB icon indicating copy to clipboard operation
PolyglotDB copied to clipboard

Neo4jError When using Jupyter Notebook

Open michaelhaaf opened this issue 3 years ago • 0 comments

This bug came about after following the "Conda development environtment" install instructions; then using a Jupyter Notebook (see example notebooks in tutorial) to manage the polyglotdb scripts. There seems to be a Neo4j configuration error when communicating with Jupyter Notebook.

  File "/home/michael/miniconda3/envs/polyglotdb-dev/lib/python3.10/site-packages/neo4j/io/_common.py", line 244, in on_failure
    raise Neo4jError.hydrate(**metadata)
neo4j.exceptions.DatabaseError: {code: Neo.DatabaseError.General.UnknownError} {message: Could not initialize class org.eclipse.collections.impl.utility.LazyIterate}

michaelhaaf avatar Jul 07 '22 14:07 michaelhaaf