cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Problem with dump file loading on GCP

Neo4j is stopped but says that stop and try again??

3 REPLIES 3

Use systemctl {start|stop|restart} neo4j not neo4j {start|stop}

Perhaps you have another instance running?

Try: lsof -P -i -n | grep 7474 and see what it shows.

or jps

and the kill <pid>