# No node available

**URL:** https://discuss.elastic.co/t/no-node-available/18651
**Category:** Elasticsearch
**Created:** [July 14, 2014, 3:02pm UTC](https://discuss.elastic.co/t/no-node-available/18651 "2014-07-14T15:02:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Meeraiah\_Yampalla](https://avatars.discourse-cdn.com/v4/letter/m/9de053/32.png) [@Meeraiah\_Yampalla](https://discuss.elastic.co/u/Meeraiah_Yampalla)
#### Post date: [July 14, 2014, 3:02pm UTC](https://discuss.elastic.co/t/no-node-available/18651/1 "2014-07-14T15:02:38Z")

</div>

I am new to elasticsearch, can someone please help me on this exception.

Exception in thread "main"  
org.elasticsearch.client.transport.NoNodeAvailableException: No node  
available  
at  
org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:202)  
at  
org.elasticsearch.client.transport.support.InternalTransportClient.execute(InternalTransportClient.java:106)  
at  
org.elasticsearch.client.support.AbstractClient.bulk(AbstractClient.java:145)  
at  
org.elasticsearch.client.transport.TransportClient.bulk(TransportClient.java:338)  
at  
org.elasticsearch.action.bulk.BulkRequestBuilder.doExecute(BulkRequestBuilder.java:129)  
at  
org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:62)  
at  
org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:57)  
at  
com.excentus.consumerportal.sites.search.LoadSitesElasticSearchFile.loadSitesToES(LoadSitesElasticSearchFile.java:53)  
at  
com.excentus.consumerportal.sites.search.LoadSitesElasticSearchFile.main(LoadSitesElasticSearchFile.java:29)

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/ec8d7f6c-8068-4d60-b6ca-c4bf4406c235%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/ec8d7f6c-8068-4d60-b6ca-c4bf4406c235%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Meeraiah\_Yampalla](https://avatars.discourse-cdn.com/v4/letter/m/9de053/32.png) [@Meeraiah\_Yampalla](https://discuss.elastic.co/u/Meeraiah_Yampalla)
#### Post date: [July 14, 2014, 3:34pm UTC](https://discuss.elastic.co/t/no-node-available/18651/2 "2014-07-14T15:34:38Z")

</div>

can any one through any idea on this please...

On Monday, July 14, 2014 10:02:38 AM UTC-5, Meeraiah Yampalla wrote:

> I am new to elasticsearch, can someone please help me on this exception.
> 
> Exception in thread "main"  
> org.elasticsearch.client.transport.NoNodeAvailableException: No node  
> available  
> at  
> org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:202)  
> at  
> org.elasticsearch.client.transport.support.InternalTransportClient.execute(InternalTransportClient.java:106)  
> at  
> org.elasticsearch.client.support.AbstractClient.bulk(AbstractClient.java:145)  
> at  
> org.elasticsearch.client.transport.TransportClient.bulk(TransportClient.java:338)  
> at  
> org.elasticsearch.action.bulk.BulkRequestBuilder.doExecute(BulkRequestBuilder.java:129)  
> at  
> org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:62)  
> at  
> org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:57)  
> at  
> com.excentus.consumerportal.sites.search.LoadSitesElasticSearchFile.loadSitesToES(LoadSitesElasticSearchFile.java:53)  
> at  
> com.excentus.consumerportal.sites.search.LoadSitesElasticSearchFile.main(LoadSitesElasticSearchFile.java:29)

--  
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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/ab1531f7-43b2-4613-9409-85ed62893437%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/ab1531f7-43b2-4613-9409-85ed62893437%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![David\_Smith\_2](https://avatars.discourse-cdn.com/v4/letter/d/a9a28c/32.png) [@David\_Smith\_2](https://discuss.elastic.co/u/David_Smith_2)
#### Post date: [July 14, 2014, 5:57pm UTC](https://discuss.elastic.co/t/no-node-available/18651/3 "2014-07-14T17:57:31Z")

</div>

If I remember correctly this indicates a connection issue when you are using node client. Are there typos in elasticsearch client connection config? Is ES running at that host/port? Are firewalls blocking traffic on port 9300 on either client and server?

> On Jul 14, 2014, at 11:34 AM, Meeraiah Yampalla [meeraiah.yadav@gmail.com](mailto:meeraiah.yadav@gmail.com) wrote:
> 
> can any one through any idea on this please...
> 
> > On Monday, July 14, 2014 10:02:38 AM UTC-5, Meeraiah Yampalla wrote:  
> > I am new to elasticsearch, can someone please help me on this exception.
> > 
> > Exception in thread "main" org.elasticsearch.client.transport.NoNodeAvailableException: No node available  
> > at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:202)  
> > at org.elasticsearch.client.transport.support.InternalTransportClient.execute(InternalTransportClient.java:106)  
> > at org.elasticsearch.client.support.AbstractClient.bulk(AbstractClient.java:145)  
> > at org.elasticsearch.client.transport.TransportClient.bulk(TransportClient.java:338)  
> > at org.elasticsearch.action.bulk.BulkRequestBuilder.doExecute(BulkRequestBuilder.java:129)  
> > at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:62)  
> > at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:57)  
> > at com.excentus.consumerportal.sites.search.LoadSitesElasticSearchFile.loadSitesToES(LoadSitesElasticSearchFile.java:53)  
> > at com.excentus.consumerportal.sites.search.LoadSitesElasticSearchFile.main(LoadSitesElasticSearchFile.java:29)
> 
> --  
> 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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/ab1531f7-43b2-4613-9409-85ed62893437%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/ab1531f7-43b2-4613-9409-85ed62893437%40googlegroups.com).  
> For more options, visit [https://groups.google.com/d/optout](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 [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/203BD7FE-53CE-4106-813F-91F97C5DCD7E%40gmail.com](https://groups.google.com/d/msgid/elasticsearch/203BD7FE-53CE-4106-813F-91F97C5DCD7E%40gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:15am UTC](https://discuss.elastic.co/t/no-node-available/18651/4 "2017-07-06T01:15:56Z")

</div>


