Hi everyone,
I'm trying to run Neo4j with Weaver. I've cloned this repo: Neo4jWeaverDocker. However, after running docker-compose up --build
, I'm getting the following error:
"java.io.EOFException"
I did some research, and some posts suggest that it could be caused by low disk space (reference: StackOverflow). Indeed, both images are quite large (60GB), so I upgraded the disk image. Despite this, I'm still encountering the same error.
Can anyone help me figure out what's going wrong? Apologies if this is a simple issue, but I'd appreciate any guidance.
Thanks!