message.log contains this exception multiple times....
2014-09-01 20:07:05.853+0000 ERROR [org.neo4j]: Receive exception: Network
is unreachable
java.net.SocketException: Network is unreachable
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:465)
at sun.nio.ch.Net.connect(Net.java:457)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:670)
at
org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink.connect(NioClientSocketPipelineSink.java:106)
at
org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink.eventSunk(NioClientSocketPipelineSink.java:69)
at
org.jboss.netty.handler.codec.oneone.OneToOneEncoder.handleDownstream(OneToOneEncoder.java:54)
at org.jboss.netty.channel.Channels.connect(Channels.java:634)
at
org.jboss.netty.channel.AbstractChannel.connect(AbstractChannel.java:207)
at
org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:229)
at
org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:182)
at
org.neo4j.cluster.com.NetworkSender.openChannel(NetworkSender.java:359)
at
org.neo4j.cluster.com.NetworkSender.access$200(NetworkSender.java:72)
at org.neo4j.cluster.com.NetworkSender$2.run(NetworkSender.java:240)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Port 6001 was open too.
On Tuesday, 2 September 2014 11:45:50 UTC+5:30, Michael Hunger wrote:
>
> Can you share all you graph.db/messages.log ?
>
>
> Sent from mobile device
>
> Am 01.09.2014 um 16:33 schrieb Kishore Kumar Garg <[email protected]
> <javascript:>>:
>
> Hi,
>
> I am setting up a HA cluster of Neo4J embedded server(with spring big
> data) and Neo4j version is 2.0.3.
> However, it is not getting started though hosts are in same network and I
> am able to telnet on port 5001 on each node.
>
> Please find below the HA properties for each node below:-
>
> Host 1:-
> ------------
> ha.server_id=1
> ha.initial_hosts=192.168.1.3:5001
> org.neo4j.server.database.mode=HA
>
>
> Host 2:-
> ------------
> ha.server_id=2
> ha.initial_hosts=192.168.1.3:5001,192.168.1.4:5001
> org.neo4j.server.database.mode=HA
>
>
> Host 3:-
> ------------
> ha.server_id=3
> ha.initial_hosts=192.168.1.3:5001,192.168.1.4:5001,192.168.1.5:5001
> org.neo4j.server.database.mode=HA
>
> This configuration is not working. Please let me know what is missing here.
> Any help is highly appreciated.
>
> Thanks in advance,
> Kishore
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.