Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to start Neo4j on Windows, no error messages
    primarykey
    data
    text
    <p>I'm using the following on Windows 7:</p> <ul> <li>neo4j-community-1.9.2</li> <li>Java 7 Update 25</li> </ul> <p>I have Windows Firewall disabled.</p> <p>When I start Neo4j.bat, both as Administrator and normally, I get the following message:</p> <pre><code>c:\Tools\neo4j\bin&gt;Neo4j.bat 28/07/13 9:34:27 PM org.neo4j.server.AbstractNeoServer INFO: Setting startup tim eout to: 120000ms based on -1 </code></pre> <p>A blank Java console window pops up, no messages, then the window disappears after a minute or so.</p> <p>When I go to <code>http://localhost:7474/</code>, I just get a server not found error.</p> <p>If I try to install it as a service, the service wouldn't start.</p> <p>Any ideas what I need to do to start Neo4j? I see here that Neo4j 1.9 does support Java 7:</p> <p><a href="http://blog.neo4j.org/2013/03/neo4j-19m05-released-wrapping-up.html" rel="nofollow">http://blog.neo4j.org/2013/03/neo4j-19m05-released-wrapping-up.html</a></p> <p><code>base.bat</code> correctly points to <code>windows-service-wrapper-5.jar</code>, so not the <code>windows-service-wrapper-*.jar</code> problem that some people have had in the past. It would be helpful if it outputted an error message.</p> <hr> <p>I just tried it with neo4j 2.0 milestone, and it didn't make any difference. The Java window pops up with no messages, <code>http://localhost:7474/</code> gets a server not found error, then the Java window closes after a minute or two.</p> <p>I added JAVA_HOME and JRE_HOME system variables, made no difference. I think I would get an error if Neo4j was not able to locate Java anyway.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload