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
无法启动Neo4j服务器_Neo4j - Fatal编程技术网

无法启动Neo4j服务器

无法启动Neo4j服务器,neo4j,Neo4j,由于系统意外关闭,neo4j服务器关闭,现在我无法重新启动服务器。如何在不丢失数据的情况下重新启动它。(我无法承受丢失数据的代价) 这是错误日志 ERROR o.n.s.advanced.AdvancedBootstrapper - Failed to start Neo Server on port [7474] org.neo4j.server.ServerStartupException: Starting Neo4j Server failed: Startup failed due t

由于系统意外关闭,neo4j服务器关闭,现在我无法重新启动服务器。如何在不丢失数据的情况下重新启动它。(我无法承受丢失数据的代价)

这是错误日志

ERROR o.n.s.advanced.AdvancedBootstrapper - Failed to start Neo Server on port [7474]
org.neo4j.server.ServerStartupException: Starting Neo4j Server failed: Startup failed due to preflight task [class org.neo4j.server.preflight.PerformUpgradeIfNecessary]: Unable to upgrade database
    at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:225) ~[neo4j-server-2.0.3.jar:2.0.3]
    at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:103) [neo4j-server-2.0.3.jar:2.0.3]
    at org.neo4j.server.Bootstrapper.main(Bootstrapper.java:57) [neo4j-server-2.0.3.jar:2.0.3]
Caused by: org.neo4j.server.preflight.PreflightFailedException: Startup failed due to preflight task [class org.neo4j.server.preflight.PerformUpgradeIfNecessary]: Unable to upgrade database
    at org.neo4j.server.AbstractNeoServer.runPreflightTasks(AbstractNeoServer.java:344) ~[neo4j-server-2.0.3.jar:2.0.3]
    at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:160) ~[neo4j-server-2.0.3.jar:2.0.3]
    ... 2 common frames omitted

最初的海报声称这个问题是通过减少Java堆大小和内存配置来解决的


wrapper.java.initmemory
配置为不超过可用系统内存的MB值。

能否提供有关数据存储文件的更多详细信息?您是否尝试过更改配置以允许商店级升级?(确保首先备份存储文件)减少wrapper.java.initmemory解决了问题。看起来其他进程正在消耗ram。谢谢。很高兴你能弄明白。