neo4j-devtools / neo4j-desktop

The Neo4j Graph Platform, on your desktop OS.
19 stars 1 forks source link

Initialization Error - DBMS failed to start: DBMS process terminated, see logs #120

Open pkhuva opened 2 years ago

pkhuva commented 2 years ago

Hi Team,

Installed Neo4j Desktop Setup 1.4.15 in Windows 10 64bits. Installation went well but while double clicking on Neo4j Desktop icon, during Initialization it gives error 'DBMS failed to start: DBMS process terminated, see logs..'

atttached: Neo4jDesktop_log.txt.

neo4j.log is empty as of now.

image log.log

corinabioinformatic commented 8 months ago

HI @pkhuva . I use to run Neo4J Desktop oldest version (5 years ago) withouth so much trouble (there was no bolt by then, and I was in Windows 10) Now I find it more troublesome, but running Neo4J browser from a Docker image is much more smooth. I recommend you to download Docker, installing Neo4J plugin for javascript npm i neo4j-driver And follow this page to download and run the Neo4J container: npm i neo4j-driver, and this other one to run the Docker file (the parameters for the ports that you will need to introduce when running the container) https://neo4j.com/docs/javascript-manual/current/install/
And after this you will be able to play with NEo4J graph database from your browser (localhost:7474) <0- dont forget to introduce the correct ports when running the docker image!) . I hope it helps!