Neo4j グラフ DB を使用し、ブラウザでデータを表示しています。そのため、コードを実行するたびに、neo4j-server.properties ファイルのデータベース ロケーション フィールドを変更する必要があります。
ブラウザをオンにして DB にアクセスしようとすると、次のエラーが発生します。
Exception in thread "main" java.lang.IllegalStateException: Unable to lock store
[<DB path>], this is usually a result of some other Neo4j kernel running using
the same store.
ストアをロックせずにデータベースを表示することはできますか?