UnavailableShardsException Error

Hi Friends,

I am trying to use wikipedia river. But i got following error
Please can any one tell me what is the problem?

{"error":"UnavailableShardsException[[_river][0] [2] shardIt, [0] active :
Timeout waiting for [1m], request: index {[_river][wikipedia][_meta],
source[\n{\n "type" : "wikipedia",\n "wikipedia" : {\n
"url" : "file:///btrfs/wiki/enwiki-20131202-pages-articles.xml"\n
}\n}\n]}]","status":503}

How can i use wikipedia river?
I have already downloaded wiki dump.

Thank You!!!

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f900ed1a-12b9-41be-be2a-e2ae27fc9e98%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hey,

what version of elasticsearch are you using? What version of the plugin?
How many nodes do you run in that cluster?

Can you show a complete recreation of the problem? (inluding installation
of the plugin, how you start elasticsearch, how you create the river
configuration). See Elasticsearch Platform — Find real-time answers at scale | Elastic

Somehow your _river index seems to have more than one shard, wondering why..

--Alex

On Thu, Dec 19, 2013 at 10:24 AM, Sigehere webmaster.swapnil@gmail.comwrote:

Hi Friends,

I am trying to use wikipedia river. But i got following error
Please can any one tell me what is the problem?

{"error":"UnavailableShardsException[[_river][0] [2] shardIt, [0] active :
Timeout waiting for [1m], request: index {[_river][wikipedia][_meta],
source[\n{\n "type" : "wikipedia",\n "wikipedia" : {\n
"url" : "file:///btrfs/wiki/enwiki-20131202-pages-articles.xml"\n
}\n}\n]}]","status":503}

How can i use wikipedia river?
I have already downloaded wiki dump.

Thank You!!!

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/f900ed1a-12b9-41be-be2a-e2ae27fc9e98%40googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAGCwEM9VeeyNYpijWhEHRrT0FSj1O8GH7fZeuH7ram3kc8Negg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi alex,

elasticsearch version : elasticsearch-0.90.7
elasticsearch-wiki-river : elasticsearch-river-wikipedia-1.3.0
I am running single node with default configuration.
I am using ubuntu-12.04 OS

Still I got same error.

On Thu, Dec 19, 2013 at 8:35 PM, Alexander Reelsen alr@spinscale.de wrote:

Hey,

what version of elasticsearch are you using? What version of the plugin?
How many nodes do you run in that cluster?

Can you show a complete recreation of the problem? (inluding installation
of the plugin, how you start elasticsearch, how you create the river
configuration). See Elasticsearch Platform — Find real-time answers at scale | Elastic

Somehow your _river index seems to have more than one shard, wondering
why..

--Alex

On Thu, Dec 19, 2013 at 10:24 AM, Sigehere webmaster.swapnil@gmail.comwrote:

Hi Friends,

I am trying to use wikipedia river. But i got following error
Please can any one tell me what is the problem?

{"error":"UnavailableShardsException[[_river][0] [2] shardIt, [0] active
: Timeout waiting for [1m], request: index {[_river][wikipedia][_meta],
source[\n{\n "type" : "wikipedia",\n "wikipedia" : {\n
"url" : "file:///btrfs/wiki/enwiki-20131202-pages-articles.xml"\n
}\n}\n]}]","status":503}

How can i use wikipedia river?
I have already downloaded wiki dump.

Thank You!!!

--
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.

To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/f900ed1a-12b9-41be-be2a-e2ae27fc9e98%40googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/k17_yYtk0U0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAGCwEM9VeeyNYpijWhEHRrT0FSj1O8GH7fZeuH7ram3kc8Negg%40mail.gmail.com
.

For more options, visit https://groups.google.com/groups/opt_out.

--
Regards,
Swapnil K. Joshi

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAFBccRD842jUoMqnin7xGcHR42d3rVs%2BPF3SGm5PM%3DtQBZNiDA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

my cluster health
$ curl -XGET 'http://192.168.1.12:9200/_cluster/health?pretty=true'
{
"cluster_name" : "elasticsearch",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 2,
"active_shards" : 2,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 12
}

On Thu, Dec 19, 2013 at 10:32 PM, swapnil joshi <webmaster.swapnil@gmail.com

wrote:

Hi alex,

elasticsearch version : elasticsearch-0.90.7
elasticsearch-wiki-river : elasticsearch-river-wikipedia-1.3.0
I am running single node with default configuration.
I am using ubuntu-12.04 OS

Still I got same error.

On Thu, Dec 19, 2013 at 8:35 PM, Alexander Reelsen alr@spinscale.dewrote:

Hey,

what version of elasticsearch are you using? What version of the plugin?
How many nodes do you run in that cluster?

Can you show a complete recreation of the problem? (inluding installation
of the plugin, how you start elasticsearch, how you create the river
configuration). See Elasticsearch Platform — Find real-time answers at scale | Elastic

Somehow your _river index seems to have more than one shard, wondering
why..

--Alex

On Thu, Dec 19, 2013 at 10:24 AM, Sigehere webmaster.swapnil@gmail.comwrote:

Hi Friends,

I am trying to use wikipedia river. But i got following error
Please can any one tell me what is the problem?

{"error":"UnavailableShardsException[[_river][0] [2] shardIt, [0] active
: Timeout waiting for [1m], request: index {[_river][wikipedia][_meta],
source[\n{\n "type" : "wikipedia",\n "wikipedia" : {\n
"url" : "file:///btrfs/wiki/enwiki-20131202-pages-articles.xml"\n
}\n}\n]}]","status":503}

How can i use wikipedia river?
I have already downloaded wiki dump.

Thank You!!!

--
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.

To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/f900ed1a-12b9-41be-be2a-e2ae27fc9e98%40googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/k17_yYtk0U0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAGCwEM9VeeyNYpijWhEHRrT0FSj1O8GH7fZeuH7ram3kc8Negg%40mail.gmail.com
.

For more options, visit https://groups.google.com/groups/opt_out.

--
Regards,
Swapnil K. Joshi

--
Regards,
Swapnil K. Joshi

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAFBccRAc3Ba2Dwc5boSDk4SDxScP4N00GRFO%3D-mHGrGjq7ZsDw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hey,

again, can you recreate the problem? If so, we can try to fix it. It would
be great if you can create a gist, which lines out step by step (from
downloading until your problem pops up), what you did.

--Alex

On Thu, Dec 19, 2013 at 6:19 PM, swapnil joshi
webmaster.swapnil@gmail.comwrote:

my cluster health
$ curl -XGET 'http://192.168.1.12:9200/_cluster/health?pretty=true'
{
"cluster_name" : "elasticsearch",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 2,
"active_shards" : 2,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 12
}

On Thu, Dec 19, 2013 at 10:32 PM, swapnil joshi <
webmaster.swapnil@gmail.com> wrote:

Hi alex,

elasticsearch version : elasticsearch-0.90.7
elasticsearch-wiki-river : elasticsearch-river-wikipedia-1.3.0
I am running single node with default configuration.
I am using ubuntu-12.04 OS

Still I got same error.

On Thu, Dec 19, 2013 at 8:35 PM, Alexander Reelsen alr@spinscale.dewrote:

Hey,

what version of elasticsearch are you using? What version of the plugin?
How many nodes do you run in that cluster?

Can you show a complete recreation of the problem? (inluding
installation of the plugin, how you start elasticsearch, how you create the
river configuration). See Elasticsearch Platform — Find real-time answers at scale | Elastic

Somehow your _river index seems to have more than one shard, wondering
why..

--Alex

On Thu, Dec 19, 2013 at 10:24 AM, Sigehere <webmaster.swapnil@gmail.com

wrote:

Hi Friends,

I am trying to use wikipedia river. But i got following error
Please can any one tell me what is the problem?

{"error":"UnavailableShardsException[[_river][0] [2] shardIt, [0]
active : Timeout waiting for [1m], request: index
{[_river][wikipedia][_meta], source[\n{\n "type" : "wikipedia",\n
"wikipedia" : {\n "url" :
"file:///btrfs/wiki/enwiki-20131202-pages-articles.xml"\n
}\n}\n]}]","status":503}

How can i use wikipedia river?
I have already downloaded wiki dump.

Thank You!!!

--
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.

To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/f900ed1a-12b9-41be-be2a-e2ae27fc9e98%40googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/k17_yYtk0U0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAGCwEM9VeeyNYpijWhEHRrT0FSj1O8GH7fZeuH7ram3kc8Negg%40mail.gmail.com
.

For more options, visit https://groups.google.com/groups/opt_out.

--
Regards,
Swapnil K. Joshi

--
Regards,
Swapnil K. Joshi

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAFBccRAc3Ba2Dwc5boSDk4SDxScP4N00GRFO%3D-mHGrGjq7ZsDw%40mail.gmail.com
.

For more options, visit https://groups.google.com/groups/opt_out.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAGCwEM96QTjrP0bK5i9rxd41TW51csgT%2BfR3cpzB-4PHZpqd%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.