# ES 1.3.4: sometimes plugins return empty page

**URL:** https://discuss.elastic.co/t/es-1-3-4-sometimes-plugins-return-empty-page/20416
**Category:** Elasticsearch
**Created:** [October 24, 2014, 8:43am UTC](https://discuss.elastic.co/t/es-1-3-4-sometimes-plugins-return-empty-page/20416 "2014-10-24T08:43:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![msbreuer](https://avatars.discourse-cdn.com/v4/letter/m/7c8e57/32.png) [@msbreuer](https://discuss.elastic.co/u/msbreuer)
#### Post date: [October 24, 2014, 8:43am UTC](https://discuss.elastic.co/t/es-1-3-4-sometimes-plugins-return-empty-page/20416/1 "2014-10-24T08:43:12Z")

</div>

Some days ago I updated my 2-node ES Cluster to 1.3.4. Since the update the  
installed plugins sometimes are not applicable and for  
[http://localhost:9200/\_plugin/head](http://localhost:9200/_plugin/head) returns an empty page.

This effect is seen very often after restarting a node, e.g. after SHUTDOWN  
or simply killing the server process. After restart the ES cluster itself  
runs an is applicable to ES java client, but none of the installed plugins  
is applicable. Looks like the ES server does not deliver the plugins web  
resources. When opening the index.html from head-plugin from filesystem,  
the plugin runs fine.

Probably an issue with 1.3.4? My experience with earlier releases indicated  
a very fault tolerant cluster, but with current release there are much  
issues to plugin availablity.

Any ideas?

Markus

--  
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/85cbbf81-9874-4567-99ca-6b8eed74d48f%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/85cbbf81-9874-4567-99ca-6b8eed74d48f%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![msbreuer](https://avatars.discourse-cdn.com/v4/letter/m/7c8e57/32.png) [@msbreuer](https://discuss.elastic.co/u/msbreuer)
#### Post date: [October 27, 2014, 1:52pm UTC](https://discuss.elastic.co/t/es-1-3-4-sometimes-plugins-return-empty-page/20416/2 "2014-10-27T13:52:33Z")

</div>

Anyone an idea regarding to this issue? Seems an ungraceful ES shutdown  
affects the installed ES plugins ...

Some days ago I updated my 2-node ES Cluster to 1.3.4. Since the update the

> installed plugins sometimes are not applicable and for  
> [http://localhost:9200/\_plugin/head](http://localhost:9200/_plugin/head) returns an empty page.
> 
> This effect is seen very often after restarting a node, e.g. after  
> SHUTDOWN or simply killing the server process. After restart the ES cluster  
> itself runs an is applicable to ES java client, but none of the installed  
> plugins is applicable. Looks like the ES server does not deliver the  
> plugins web resources. When opening the index.html from head-plugin from  
> filesystem, the plugin runs fine.
> 
> Probably an issue with 1.3.4? My experience with earlier releases  
> indicated a very fault tolerant cluster, but with current release there are  
> much issues to plugin availablity.
> 
> Any ideas?
> 
> Markus

--  
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/7f343b0e-d423-43a6-95d4-1a0eea008e9f%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/7f343b0e-d423-43a6-95d4-1a0eea008e9f%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![John\_Cooper](https://avatars.discourse-cdn.com/v4/letter/j/f14d63/32.png) [@John\_Cooper](https://discuss.elastic.co/u/John_Cooper)
#### Post date: [October 28, 2014, 10:43am UTC](https://discuss.elastic.co/t/es-1-3-4-sometimes-plugins-return-empty-page/20416/3 "2014-10-28T10:43:22Z")

</div>

I've just upgraded to 1.3.4 and no problems with plugins. I upgraded  
bigdesk to 2.5.0 and cloud-aws to 2.3.0 as needed for ES 1.3.4. Have you  
checked you are running latest version of head?

--  
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/47595127-623e-43be-8f1e-b1e4b0bb42bc%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/47595127-623e-43be-8f1e-b1e4b0bb42bc%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![msbreuer](https://avatars.discourse-cdn.com/v4/letter/m/7c8e57/32.png) [@msbreuer](https://discuss.elastic.co/u/msbreuer)
#### Post date: [November 1, 2014, 4:38am UTC](https://discuss.elastic.co/t/es-1-3-4-sometimes-plugins-return-empty-page/20416/4 "2014-11-01T04:38:27Z")

</div>

Got it! I am using the ES java client, which becomes member of the ES  
cluster. The start order is essential, when starting the client before the  
server, it occupies the port 9200. There server will use the next free  
port. So localhost:9200 will reach the client, which has no plugin  
installed. An invalid plugin url will result in empty page.

Some days ago I updated my 2-node ES Cluster to 1.3.4. Since the update the

> installed plugins sometimes are not applicable and for  
> [http://localhost:9200/\_plugin/head](http://localhost:9200/_plugin/head) returns an empty page.
> 
> This effect is seen very often after restarting a node, e.g. after  
> SHUTDOWN or simply killing the server process. After restart the ES cluster  
> itself runs an is applicable to ES java client, but none of the installed  
> plugins is applicable. Looks like the ES server does not deliver the  
> plugins web resources. When opening the index.html from head-plugin from  
> filesystem, the plugin runs fine.
> 
> Probably an issue with 1.3.4? My experience with earlier releases  
> indicated a very fault tolerant cluster, but with current release there are  
> much issues to plugin availablity.
> 
> Any ideas?
> 
> Markus

--  
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/80c8366b-7a84-4148-a8d5-8925d21f4e71%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/80c8366b-7a84-4148-a8d5-8925d21f4e71%40googlegroups.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, 12:52am UTC](https://discuss.elastic.co/t/es-1-3-4-sometimes-plugins-return-empty-page/20416/5 "2017-07-06T00:52:42Z")

</div>


