Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
BatchImporter创建neo4j DB后如何关闭?_Neo4j - Fatal编程技术网

BatchImporter创建neo4j DB后如何关闭?

BatchImporter创建neo4j DB后如何关闭?,neo4j,Neo4j,我曾经创建过我的neo4jdb。 下载后,我解压缩,然后打开文件夹中的命令行,写下“import.bat test.db nodes.csv rels.csv” 它成功导入了我的数据库,没有错误。现在我想通过neo4j浏览器访问test.db,但错误是 "Starting Neo4j Server failed: Error starting org.neo4j.kernel.EmbeddedGraphDatabase, C:\Users\NP\Documents\Neo4j\test.db".

我曾经创建过我的
neo4j
db。 下载后,我解压缩,然后打开文件夹中的命令行,写下
“import.bat test.db nodes.csv rels.csv”

它成功导入了我的数据库,没有错误。现在我想通过
neo4j
浏览器访问
test.db
,但错误是

"Starting Neo4j Server failed: Error starting
org.neo4j.kernel.EmbeddedGraphDatabase,
C:\Users\NP\Documents\Neo4j\test.db".

我知道
neo4j
是一款
单用户软件
,但批量导入器似乎无法关闭db,因此db不会在任何地方使用。我不知道如何关闭或关闭它。

neo4j 2.2.x中有一个新的导入工具,您介意试试吗