Neo4j server fails to start.

422 views
Skip to first unread message

Kevin Burton

unread,
Dec 19, 2012, 11:59:22 AM12/19/12
to ne...@googlegroups.com
On startup I get a message, "Failed to start within 120 seconds. Neo4j Server failed to start, please check the logs for details". Looking at console.log I see:

Logger not configured, logging to std out instead: [FINE] Mounting servlet at [/]
java.lang.RuntimeException: org.mortbay.util.MultiException[java.net.BindException: Cannot assign requested address, java.net.BindException: Cannot assign requested address]
at org.neo4j.server.web.Jetty6WebServer.startJetty(Jetty6WebServer.java:313)
at org.neo4j.server.web.Jetty6WebServer.start(Jetty6WebServer.java:164)
at org.neo4j.server.AbstractNeoServer.startWebServer(AbstractNeoServer.java:227)
at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:114)
at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:79)
at org.neo4j.server.Bootstrapper.main(Bootstrapper.java:46)
Caused by: org.mortbay.util.MultiException[java.net.BindException: Cannot assign requested address, java.net.BindException: Cannot assign requested address]
at org.mortbay.jetty.Server.doStart(Server.java:188)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.neo4j.server.web.Jetty6WebServer.startJetty(Jetty6WebServer.java:309)
... 5 more
12/19/12 10:46:06 AM org.neo4j.server.AbstractNeoServer SEVERE: Failed to start Neo Server on port [7474], reason [org.mortbay.util.MultiException[java.net.BindException: Cannot assign requested address, java.net.BindException: Cannot assign requested address]]

Looking at neo4j.0.0.log:

Dec 19, 2012 10:46:05 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM'
Dec 19, 2012 10:46:06 AM org.neo4j.server.logging.Logger log
SEVERE: Failed to start Neo Server on port [7474], reason [org.mortbay.util.MultiException[java.net.BindException: Cannot assign requested address, java.net.BindException: Cannot assign requested address]]

Where should I look next to see why all off a sudden the address is not available? And what address is unavailable?

Thank you.

Michael Hunger

unread,
Dec 19, 2012, 12:34:35 PM12/19/12
to ne...@googlegroups.com
Can you check that your network is correctly set-up?

- ip-address that neo4j is configured to bind to (localhost or otherwise)
- is anything else running on the port?
- reboot the machine?

Michael
> --
>
>

Reply all
Reply to author
Forward
0 new messages