Caused by: org.neo4j.kernel.StoreLockException: Unable to create path for store dir: "/usr/share/tomcat7/neo/db"
at org.neo4j.kernel.StoreLocker.checkLock(StoreLocker.java:75)
at org.neo4j.kernel.StoreLockerLifecycleAdapter.start(StoreLockerLifecycleAdapter.java:40)
at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:491)
... 57 more
Caused by: java.io.IOException: Unable to create directory path ["/usr/share/tomcat7/neo/db"] for Neo4j store.
at org.neo4j.kernel.DefaultFileSystemAbstraction.mkdirs(DefaultFileSystemAbstraction.java:107)
at org.neo4j.kernel.StoreLocker.checkLock(StoreLocker.java:70)
... 59 more
Initially thought it was a permissions issue but even opening up the dir to the world has had no effect. (plus in the past the exception would indicate permissions issue) Server is using default apt-get install of tomcat7 with oracle jdk 1.7 installed. Tomcat user owns the dir ...and ulimit set appropriately in init.d start script. Also plenty of disk space.