Neo4J:数据库无法启动。尝试安装服务失败

时间:2017-11-16 16:23:39

标签: windows powershell cmd neo4j

我尝试在Windows10上使用Neo4J。 我已经下载了桌面应用程序(创建帐户后)。

如果我创建一个新的Project + Database,则会出现错误:

Database failed to start: DB closed with exit code 1. Check the logs

日志:

AVERTISSEMENT: This command does not appear to be running with administrative rights.  Some commands may fail e.g. Start/Stop

[2017-11-16 16:59:52:0877] [error] DB database-755f4ed3-c6be-4387-985b-191d743303ba closed with exit code 1

因此,我启动了一个具有管理员权限的控制台(Cmd和PowerShell):

C:\Users\ME\AppData\Roaming\Neo4j Desktop\Application\neo4jDatabases\database-755f4ed3-c6be-4387-985b-191d743303ba\current\bin>neo4j status
The Neo4j Windows Service 'neo4j' is not installed

C:\Users\ME\AppData\Roaming\Neo4j Desktop\Application\neo4jDatabases\database-755f4ed3-c6be-4387-985b-191d743303ba\current\bin>neo4j install-service
Invoke-Neo4j : Un objet n'existe pas à l'emplacement spécifié C:\Users\F9E13~1.PES.
Au caractère Ligne:1 : 403
+ ... rrent\bin\Neo4j-Management.psd1'; Exit (Invoke-Neo4j install-service)
+                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-Neo4j

和:

 .\neo4j.bat start
Invoke-Neo4j : Impossible de trouver un service assorti du nom « neo4j ».
Au caractère Ligne:1 : 403
+ ... 43303ba\current\bin\Neo4j-Management.psd1'; Exit (Invoke-Neo4j start)
+                                                       ~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-Neo4j

和:(:

 .\neo4j.bat console
Invoke-Neo4j : Un objet n'existe pas à l'emplacement spécifié C:\Users\F9E13~1.PES.
Au caractère Ligne:1 : 403
+ ... 303ba\current\bin\Neo4j-Management.psd1'; Exit (Invoke-Neo4j console)
+                                                     ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-Neo4j

任何想法?

谢谢, 和Fabrice

0 个答案:

没有答案