Database **Graph** can not be started due to conflicts with external processes

I get the error below when I try to start a database in Neo4j Browser 4.0.3

Trying to use the "Fix Configuration" button does not resolve the problem.


Conflicts occurred

Database Graph can not be started due to conflicts with external processes.

To fix this problem, let us change these port configurations:

  • bolt : 7687 → 11004
  • http : 7474 → 11005

I fixed this by running killall -9 java

See: Cannot start Neo4j - getting unable to bind to port - Stack Overflow

3 Likes

this is not working for me

Perhaps you can provide more detail? Or start your own question?