I am trying to install Neo4j (1.8), but I ran into a problem when starting the service.
after extracting the zip file, I went directly to the bin folder and executed the batch file:
Neo4J.bat install
[SC] CreateService amplification
[SC] StartService 1053 error:
The service did not respond to a launch or control request in a timely manner.
I was so passionate about graphics that I went into the shell and created new db hundreds of nodes and relationships, and I spent almost a week on this shell, everything seems wonderful until I read about WebService and the REST API, so now I need a service to run . RTFM case
dig a little ... I found that I do not have the neo4j-server.properties file in the conf directory, questions:
1- is the file responsible for the failure to start the service?
2- should I create this file manually and what are the required parameters?
3 - is this normal behavior or is the zip file damaged?
PS: I tried to create the props file as follows:
org.neo4j.server.database.location=D:/Neo4J/db/Mydb/ org.neo4j.server.webserver.port=7474 org.neo4j.server.webserver.address=0.0.0.0 wrapper.java.additional.3=-Djava.net.preferIPv4Stack=true org.neo4j.server.db.tuning.properties=neo4j.properties
but the service refuses to run!
Cheers
Ob.
source share