Great! That looks quite clear then and points a finger at the network 
setup, what have you tried to debug the issue? Is there anything special 
about your network setup, multiple NICs, firewalls with app based 
permissions, what environment are you running on? Have you run something 
like Wireshark and filtered on port 5001? Are you sure the machines are 
correctly announcing themselves (try adding entries to you hosts files and 
performing name based configuration) You can telnet, if you write a quick 
unit test, can you create your own channel in Java and connect? What do the 
(Neo) logs on 192.168.1.29 contain? Can you share all config files?

I guess that this should also move to SO..

M

On Tuesday, 2 September 2014 18:50:31 UTC+1, Kishore Kumar Garg wrote:
>
> It all started from here....
>
> 2014-09-01 15:50:11.474+0000 INFO  [org.neo4j]: Listening at:cluster://
> 192.168.1.3:5001
> 2014-09-01 15:50:11.478+0000 INFO  [org.neo4j]: Attempting to join cluster 
> of [192.168.1.3:5001, 192.168.1.29:5001]
> 2014-09-01 15:50:11.513+0000 INFO  [org.neo4j]: cluster://192.168.1.3:5001 
> opened a new channel to /192.168.1.3:5001
> 2014-09-01 15:50:11.570+0000 INFO  [org.neo4j]: Listening at:cluster://
> 192.168.1.3:5001
> 2014-09-01 15:50:14.498+0000 INFO  [org.neo4j]: Client could not connect 
> to /192.168.1.29:5001
> 2014-09-01 15:50:14.501+0000 ERROR [org.neo4j]: Receive exception: No 
> route to host
> java.net.NoRouteToHostException: No route to host
>         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
>         at 
> sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:148)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:104)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:78)
>         at 
> org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:41)
>         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)
> 2014-09-01 15:50:17.498+0000 ERROR [org.neo4j]: Receive exception: No 
> route to host
> java.net.NoRouteToHostException: No route to host
>         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
>         at 
> sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:148)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:104)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:78)
>         at 
> org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:41)
>         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)
> 2014-09-01 15:50:20.498+0000 ERROR [org.neo4j]: Receive exception: No 
> route to host
> java.net.NoRouteToHostException: No route to host
>         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
>         at 
> sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:148)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:104)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:78)
>         at 
> org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
>         at 
> org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:41)
>
> However, I was able to telnet 192.168.1.29:5001.
>
> On Tuesday, 2 September 2014 23:13:24 UTC+5:30, Kishore Kumar Garg wrote:
>>
>> 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]>:
>>>
>>> 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].
>>> 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.

Reply via email to