I'm running neo4j on a Raspberry Pi and have the server up and running, though the web interface is giving me some trouble. Whenever I load the endpoint on my browser I get the start page with an error message that reads: "Disconnected from Neo4j. Please check if the cord is unplugged."
The following exceptions are present in the logs when the crash happens: http://pastebin.com/2V2eZ876
Every now and then things will work correctly and I'll be able to read / write to the database from the web UI, but this is quite rare (1:20-ish) and seems to be random. Because of this and the fact that I'm running on a Raspberry Pi [1] I suspect memory shortages may be at fault but I'm not sure how to confirm. I've change my neo4j-wrapper.conf to give Java 128M initially and up to 256M with no success. I have no idea if that's even close to what's required.
I'm running neo4j-community-2.0.0. Any help is appreciated!
[1] Minimum mem requirements are listed as 2GB, RPi has 512M. http://docs.neo4j.org/chunked/stable/deployment-requirements.html