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.

Unable to run neo4j at Fedora 34

I have installed Neo4j-enterprise in my Linux machine, running Fedora 34. As I issued the command
neo4j start
I got this error:
Unable to start. See user log for details.
org.neo4j.server.startup.BootFailureException: Failure to create the user log file /var/log/neo4j/neo4j.log due to /var/log/neo4j/neo4j.log
Java version is:
java --version
openjdk 11.0.13 2021-10-19
OpenJDK Runtime Environment 18.9 (build 11.0.13+8)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.13+8, mixed mode, sharing)
What should be done?

1 REPLY 1

omerule
Graph Buddy

Goodevening,
For me I use the rpm repo from neo4j.
Iam not sure if that is a option for your setup.

The working setup for me is: enable the neo4j repo. Then run: sudo dnf update. Then run: sudo install neo4j-enterprise. And then run: sudo systemctl start neo4j.

Yours Kindly Omer