-
Notifications
You must be signed in to change notification settings - Fork 161
grandstack with neo4j enterprise #63
Comments
@johnymontana it would be great to have the grand starter working with v4 under docker-compose :) |
@BrenoMazieiro thanks for sharing. I'd also very much like to understand how to debug these neo4j java traceback errors, and keep my setup as simple as possible for the moment (no need for a proxy). Might you know what these 'Some jar procedure files are invalid' errors I shared above could mean? |
@AdrienLemaire the errors you have are coming from the wrong version of the apoc procedures. Always take look -->here howto install apoc. If you want to run Neo4j v4.0.4 then you can use this here:
But be careful with GRANDstack and Neo4j v4.0, not everything is tested, I guess thats why William did not change it until now. Hope it helps ;o) |
Sorry, forgot to close the issue. Thanks again for the resolution ! |
Hi,
I'm struggling to setup a local docker environment using a neo4j enterprise image.
A local environment without docker seems to work:
systemctl start neo4j
npm start
, then from another panenpm run seedDb
And I can query the data from the graphql playground.
A mixed solution with API in docker connecting to local systemd neo4j fails. That's because my API docker container's localhost is different from my host localhost, and cannot query it. Not sure how to fix it, but I'd rather not end up with this solution.
When I try to use your docker-compose.yml example with neo4j and API containers, and replace the neo4j image with enterprise (also needed to add curl that's removed from the enterprise image), I fail to start the local fleet:
files & errors
docker-compose.yml
neo4j/Dockerfile
docker-compose up
The java traceback error makes very little sense to me. I first thought it was due to file permissions when using volumes, but commenting that part didn't change the error.
Any idea how should I debug this?
The text was updated successfully, but these errors were encountered: