Questions tagged [neo4j-desktop]
54 questions
7
votes
3 answers
Neo4j: Expected exactly one statement per query but got: 3
I'm doing a Neo4j hands-on exercise, following along to a UCSD video. I'm cutting and pasting the script provided for the exercises. I've just run into a problem with the provided script for a graph not containing the immediate neighborhood of a…

James_Pineda
- 71
- 1
- 5
6
votes
8 answers
Neo4J - Database failed to create: Error: Could not change password
I am trying to create a database for my Neo4J Desktop, but everytime I attempt to do so, I get the following: Database failed to create: Error: Could not change password
How can I fix this and successfully create the Database?
I'm running Neo4J…

J. Hanobik
- 69
- 1
- 2
3
votes
1 answer
Import existing Database into Neo4j Desktop Application (v1.1.9)
I created a Neo4j database using neo4j-admin.bat import command on Windows 10.
After that, I see the database being successfully created under
E:\neo4jDatabases\database-6c03e895-692f-4f45-90e4-dc29e0f5bfeb\
…

Page not found
- 2,454
- 2
- 10
- 19
3
votes
1 answer
Start multiple neo4j servers from Neo4j Desktop
I recently downloaded and successfully used "neo4j desktop" (v 1.0.10), which allows you to create and manage different projects and databases.
I need to spawn two databases instances at the same time. I changed the ports for them both from the…

arocketman
- 1,134
- 12
- 21
2
votes
0 answers
Connect neo4j desktop with python using IP Address instead giving local host
In my python file I have mentioned below configuration:
graphDB=GraphDatabase.driver(uri="0.0.0.0:7473", auth=( "kaberi", "kaberi"))
instead
graphDB=GraphDatabase.driver(uri="bolt://localhost:7687", auth=( "kaberi", "kaberi"))
Done changes in the…

Kaveri Parida
- 21
- 2
2
votes
2 answers
Neo4j Desktop 1.3.8 : "Failed - not a valid password" after using 'Reset database password'
From the desktop application I went to database>manage>administration.
There I filled in a new password (I tried several) and pressed 'apply'. After restarting the database I get the following prompt: Local Graph password has been changed. Please…

Queuebee
- 651
- 1
- 6
- 24
2
votes
1 answer
Not able to connect with Neo4j Desktop Online
I have newly started Neo4j, for this I have downloaded Neo4j Desktop version- 1.1.22, but it always says No Internet connection.
On developer tools, I have found the below issue.
Does anyone has resolved this issue?

MayankGaur
- 957
- 11
- 22
2
votes
0 answers
Neo4j Desktop db failed to start after upgrade to 3.5
I upgraded my db from 3.4.5 to 3.5.1 now it failing to start with a
Database failed to start: Database process terminated, see logs.. Check the logs
message. The logs show these....:
2019-01-08 16:39:28.779+0000 WARN ha.pull_interval is…

MichaelE
- 757
- 14
- 42
2
votes
1 answer
Neo4j Initialization error: TypeError: Cannot read property 'name' of undefined
I'm having the same issue as #neo4j Initialization error: TypeError: Cannot read property 'name' of undefined on MacOS High Sierra.
The issue is I can't find the suggested directory to delete Library/Application Support/Neo4j Desktop as per the…

Paul Ensby
- 31
- 3
1
vote
1 answer
apoc installed on neo4j desktop but no apoc procedures registered for database
I cannot get APOC to work on neo4j.
Documentation is good ... when present!
I installed the apoc library via Neo4j Desktop:
Launch Neo4j Desktop
Locate DBMS
Select Plugins tab on right
installed the plugin
Then I open a project.
I try:
CALL…

user305883
- 1,635
- 2
- 24
- 48
1
vote
0 answers
Neo4j desktop installer stuck on choose path where you want to store application data
I am trying to install neo4j on my windows 11 Laptop.
But the neo4j desktop installer just gets stuck on choose path where you want to store application data
Clicking on confirm or changing the directory dosen't do anything.
As per some solutions…

programmer pro
- 169
- 1
- 2
- 12
1
vote
0 answers
Cannot dump database in Neo4j Desktop on Windows
I cannot dump a database from Neo4j Desktop on Windows 10. I am using OpenJDK 11, Neo4j Desktop v1.4.11 and the DB version is v4.4.2.
From what I have seen in other posts, this works fine on Linux/Mac but not on Windows. Also, as this is using the…

Glen
- 154
- 1
- 4
1
vote
1 answer
All simple (cyclic) paths query returns too much data -> heap overflow
I am quite new to Neo4j and using the Neo4j desktop version with the Javascript driver. My graph has about 30.000 nodes and 40.000 edges. The final approach would be to get all simple cycles in the graph but I am facing a heap overflow while trying…

Paulus
- 162
- 7
1
vote
1 answer
How to load yelp dump file in neo4j desktop?
I'm using Neo4j Desktop Version 1.4.3. I've created a new project named "Yelp Project", then uploaded the yelp dump file in it, but I'm not getting the option "Create new DBMS from dump". So I selected Add --> Local DBMS and created a database. But…

Mathew
- 61
- 1
- 8
1
vote
1 answer
Unsuccesful loading of Reactome database to Neo4j
I'm trying to load Reactome database into my Neo4j Desktop.
I downloaded the latest version of the database from Reactome website (https://reactome.org/dev/graph-database#GetStarted), version of my Neo4j Desktop is 1.3.4 and for the created database…

Odk
- 11
- 1