-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error attaching an existing graph.db #42
Comments
I'm running into the exact same error and trying to find the cause. One thing i noticed that I did wrong was to pull kbastani/docker-neo4j:2.2.3 instead of the kbastani/docker-neo4j:2.2.1 (seem to not exist anymore). If this turns out to be the reason, ill post it here. Below an output of the relevant part of the .log created into the new graph.db folder: 2015-10-13 13:20:08.990+0000 INFO [o.n.s.d.LifecycleManagingDatabase]: Successfully started database |
There is an issue with memory mapping of the RRD on a mapped volume. For me as a workaround I configured the rrd directiory (in neo4j-server.properties) to point e.g. to /tmp. Not sure if using the Neo4j docker image would work, don't have time today to test but you could give it a try. http://hub.docker.com/r/neo4j/neo4j I also just used the docker-compose file manually instead of using the compose image for mazerunner, because I wanted to pass in a /data location for the graph-database. |
Thank you for the info! I'll have to learn more about that and try it. |
@florinb Would you mind if you could share your startup params of this? I guess I'm running into the exact error as yours.
|
Hi,
I'm trying to attach an existing graph.db to the setup described in Readme.md and I'm getting a couple errors during the Neo4j server start:
[o.n.s.r.RrdFactory]: Unable to open rrd store, attempting to recreate it
java.io.Exception: Invalid argument
...
[o.n.s.r.RrdFactory]: current RRDB is invalid, renamed it to /opt/data/graph.db/rrd-invalid-14446192...
[o.n.s.r.RrdFactory]: Unable to create new rrd store
java.io.Exception: Invalid argument
...
After these errors the start-up procedure ends and the server is shutdown.
I am able to open the graph.db using the normal install of Neo4j on my machine. My setup is using the latest Docker image for mazerunner and I've built locally the Neo4j image in order to use the latest Neo4j community edition 2.2.5 with my graph.db. I am running all this in Windows 7.
I am new to the stack used for this sample and any pointers to what may cause this problem and how to get mazerunner working with my graph.db would be very helpful!
Thanks!
The text was updated successfully, but these errors were encountered: