Sounds like you have a network issue? java.net.SocketException: Network is unreachable: no further information
May be multicast is disabled on your network so you'd better give a unicast list of nodes? -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 7 avr. 2014 à 19:18, Subhadip Bagui <[email protected]> a écrit : Hi, If I remove client(true) from node initialization then I'm successfully indexing documents. But I want to create this node as client only without shards being allocated to them, as stated in http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/client.html Also I'm getting below exception when creating index for existing shards. Please inform what is the issue here... ---------- 07-04-2014 22:33:30,813 WARN [elasticsearch[node-master][clusterService#updateTask][T#1]] org.elasticsearch.common.logging.log4j.Log4jESLogger 129 - [node-master] failed to connect to node [[Spoilsport][BVej5jdZRIearNwMRcrCYg][Subhadip-PC][inet[/192.168.1.3:9302]]{client=true, data=false}] org.elasticsearch.transport.ConnectTransportException: [Spoilsport][inet[/192.168.1.3:9302]] connect_timeout[30s] at org.elasticsearch.transport.netty.NettyTransport.connectToChannels(NettyTransport.java:718) at org.elasticsearch.transport.netty.NettyTransport.connectToNode(NettyTransport.java:647) at org.elasticsearch.transport.netty.NettyTransport.connectToNode(NettyTransport.java:615) at org.elasticsearch.transport.TransportService.connectToNode(TransportService.java:129) -- Subhadip -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/6ed9c982-ea2e-41dc-bdb4-cf4590075229%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/B720114D-9C3C-4887-8442-7D3C716C797B%40pilato.fr. For more options, visit https://groups.google.com/d/optout.
