I tried reproducing the error on a physical machine and got the following error:
Starting Neo4j Server...Error: Could not find or load main class
org.neo4j.server.storemigration.PreStartupStoreUpgrader
so I googled that and ended up here:
there it is mentioned that after moving the neo4j and friends to /opt helps.
Did that and it worked.
The previous location of the neo4j directory (just tar.gz extracted) was /media/Data/neo4j-community-1.6.1.
/media/Data was mounted to a disk image (own virtuell drive). The store is still at /medai/Data/graphdb/graph.db
Works like a charm now. Could it be that init.d scripts are restricted to certain directories?
Georg