Hello everyone,
I was trying to get started with Neo4j Desktop and start a DB, but I was greeted with an "Initialization Error" when I first opened it and also with the following message:
Database failed to start: Database process terminated, see logs.. Check the logs
I'm on Windows 7 using Neo4j Desktop 1.3.11 and already tried to start a database as an admin which resulted in the "Database failed to start [...]" message again. Moreover, this popped up:
Conflicts occurred
Database Movie Database can not be started due to conflicts with external processes.
To fix this problem, let us change these port configurations:
- bolt : 11005 → 11004
- http : 11006 → 11007
"Fix configurations" button did not resolve the issue.
I tried reinstalling multiple times on 2 different computers now (both Windows 7).
Navigating from within Neo4j Desktop to Developer -> View logs leads to an empty folder.
From log from .Neo4jDesktop:
[info] Starting Neo4j Desktop 1.3.11 @ Windows_NT 6.1.7601
[error] Protocol Manager type error: url must be string. url = undefined
[warn] C:\Users\Kai.Neo4jDesktop\neo4jDatabases not found
[warn] Failed to parse manifest file for Graph-App[neo4j-bloom]. {
constructor: 'Error',
stack: 'Error: Graph-App[neo4j-bloom] does not contain manifest.json\n' +
' at Object.t.getManifest (C:\Users\Kai\AppData\Local\Programs\Neo4j Desktop\resources\app.asar\dist\main.prod.js:1:45087)\n' +
' at N.resolveConfig (C:\Users\Kai\AppData\Local\Programs\Neo4j Desktop\resources\app.asar\dist\main.prod.js:1:69697)\n' +
' at v (C:\Users\Kai\AppData\Local\Programs\Neo4j Desktop\resources\app.asar\dist\main.prod.js:1:60160)\n' +
' at async Promise.all (index 1)\n' +
' at C.getGraphApps (C:\Users\Kai\AppData\Local\Programs\Neo4j Desktop\resources\app.asar\dist\main.prod.js:1:63243)'
}