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.

Failed to issue method call: Unit neo4j.service not loaded

Hello All,
I am getting the above error when trying to run neo4j on Linux (Ubuntu)using:
"systemctl start neo4j"

Error: failed to issue method call: Unit neo4j.service not loaded.

Also, I have checked for neo4j.service and could not find it anywhere on the system. I have already gone through the installation process. When I run "service neo4j status", it returns

  • neo4j is running.

    Any help is much appreciated.

Best
Roopam

2 REPLIES 2

How did you install Neo4j.

Usually when I see the error you're reporting, it's because sysv hasn't "enabled" the service.

Have you run systemctl enable neo4j?