Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-28-2019 04:04 PM
Two days back, I deleted some unused projects from Neo4j Desktop (to create more space to load my next dataset). Today, when I tried to start up Neo4j Desktop again, I get this error -
I tried restarting Neo4j Desktop several times, and each time, it's the same thing.
I checked the "developer tools" tab, and there is a whole bunch of stuff in the console. I put all of it in this gist, if it helps.
Here's the relevant portion of the console which has this error message -
There are several questions on stack overflow where people report the exact same issue. Here's one from SO where Michael Hunger said on March 1, 2018 that it was a known bug and it would be resolved in the next release.
Other reported issues - 1, 2, 3
The problem is that the suggested solution involves deleting this path - ~/Library/Application Support/Neo4j Desktop
and reinstalling Neo4j Desktop. I cannot do a reinstall since my thesis is on Neo4j, and all of my data (~around 400GB) is already on neo4j desktop. It also took me months to load all the datasets.
I'm hesitant to delete that folder even, in case it causes loss of data. I cannot delete the ~/Library/Application Support/Neo4j Desktop
folder, because the folder size is ~400GB, approximately the same size as my datasets, so obviously my data is all in that folder.
I would appreciate any help, since I really need to finish loading my next dataset, where each relationship takes several hours to load, as it is.
12-30-2019 06:14 AM
Hello Manish,
My recommendation would be to:
Hopefully, this will enable you to start fresh with your saved database.
Elaine
12-30-2019 07:18 PM
Hello Elaine,
Thank You for responding to my post. The problem is regarding this step -
I can't even get to this point in Neo4j Desktop, because as soon as it starts up, I get the error screen. Here, I made a video to show you the problem more specifically.
I can manually naviagate to Library/Application Suport/Neo4j Desktop/Application/neo4jDatabases
in Finder, and all my databases are in there, but each database is named with a code, such as database-xxxxx-xxxx-xxxx-xxxx
, and without neo4j desktop, there is no way of knowing which of my database created through neo4j desktop corresponds to which database-xxxxx
folder in neo4jDatabases
(unless there is a trick to this I'm not aware of).
12-31-2019 06:33 AM
Since you cannot start Neo4j Desktop, I recommend that you copy ALL of the database folders somewhere for starters.
Is it possible for you to determine which folders to ignore because they have not been used in a while?
To figure out which database you want to save is to open a terminal window and navigate to the bin
folder of a database, then type ./neo4j start
This will start the database and then you can access it in a Web browsers via localhost:7474 where you can see if it is the database you are interested in.
Then stop the database: ./neo4j stop
Then I would uninstall Neo4j Desktop, delete all files, and re-install and place the database of interest in the databases folder as graph.db.
Elaine
All the sessions of the conference are now available online