Neo4J windows installation

你说的曾经没有我的故事 提交于 2019-12-25 03:40:23

问题


Downloaded Neo4j community version, the file named "neo4j-desktop-offline-1.1.13-setup.exe". Running the binary successfully installed. Launching the application takes me to configuration of database location "Please choose path where you want to store application data" and regardless of what path i choose, clicking "Confirm" does not do anything at all and it remains on the same screen. Am using Windows 10.


回答1:


I also got the same problem. I fixed it by adding a new PATH in environmental variables,

Advanced System Settings > Environment Variable > system variable > path > new: C:\Windows\System32\wbem

After setting, reopen the Neo4j application and it will allow you a select the path where you want to save application data.

REASON

In the developer console, you will see the following error

Uncaught (in promise) Error: Command failed: wmic logicaldisk get size,freespace,caption 'wmic' is not recognized as an internal or external command, operable program or batch file.

The actual WMIC binary is located at C:\Windows\System32\wbem\WMIC.exe you need to set the path if it is not yet defined.




回答2:


try opening http://127.0.0.1:7477 or http://localhost:7474 in your browser



来源:https://stackoverflow.com/questions/54223764/neo4j-windows-installation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!