I am trying to use couchdb for indexing but when I create _river it
contains the following exception. What does this error means.
{
_index: _river
_type: testriver
_id: _status
_score: 1
_source: {
error: ComputationException[java.lang.NoClassDefFoundError:
org/elasticsearch/action/bulk/BulkRequestBuilder]; nested:
NoClassDefFoundError[org/elasticsearch/action/bulk/BulkRequestBuilder];
node: {
id: O5NQfkKbRC6P9YutDW3zig
name: raftaarnode
transport_address: inet[/192.168.4.212:9300]
}
}
}
dadoonet
(David Pilato)
April 4, 2012, 6:35am
2
What versions (es and couchDb plugin) are you using ?
David
Twitter : @dadoonet / @elasticsearchfr
Le 4 avr. 2012 à 08:05, jajoria abhishek jajoria.abhishek@gmail.com a écrit :
I am trying to use couchdb for indexing but when I create _river it contains the following exception. What does this error means.
{
_index: _river
_type: testriver
_id: _status
_score: 1
_source: {
error: ComputationException[java.lang.NoClassDefFoundError: org/elasticsearch/action/bulk/BulkRequestBuilder]; nested: NoClassDefFoundError[org/elasticsearch/action/bulk/BulkRequestBuilder];
node: {
id: O5NQfkKbRC6P9YutDW3zig
name: raftaarnode
transport_address: inet[/192.168.4.212:9300]
}
}
}
ES version- elasticsearch-0.18.7
couchdb version -:version 1.1.1.
On Wed, Apr 4, 2012 at 12:05 PM, David Pilato david@pilato.fr wrote:
What versions (es and couchDb plugin) are you using ?
David
Twitter : @dadoonet / @elasticsearchfr
Le 4 avr. 2012 à 08:05, jajoria abhishek jajoria.abhishek@gmail.com a
écrit :
I am trying to use couchdb for indexing but when I create _river it
contains the following exception. What does this error means.
{
_index: _river
_type: testriver
_id: _status
_score: 1
_source: {
error: ComputationException[java.lang.NoClassDefFoundError:
org/elasticsearch/action/bulk/BulkRequestBuilder]; nested:
NoClassDefFoundError[org/elasticsearch/action/bulk/BulkRequestBuilder];
node: {
id: O5NQfkKbRC6P9YutDW3zig
name: raftaarnode
transport_address: inet[/192.168.4.212:9300]
}
}
}
dadoonet
(David Pilato)
April 4, 2012, 7:09am
4
That's the reason.
Look at the readme file :
**Important**: This project has been stopped since elasticsearch 2.0.
----
CouchDB River Plugin for Elasticsearch
==================================
The CouchDB River plugin allows to automatically index couchdb and make it searchable using the excellent
[_changes](http://guide.couchdb.org/draft/notifications.html) stream couchdb provides.
**Rivers are [deprecated](https://www.elastic.co/blog/deprecating_rivers) and will be removed in the future.**
Have a look at [logstash couchdb changes input](http://www.elastic.co/guide/en/logstash/current/plugins-inputs-couchdb_changes.html).
In order to install the plugin, run:
```sh
bin/plugin install elasticsearch/elasticsearch-river-couchdb/2.6.0
```
You need to install a version matching your Elasticsearch version:
This file has been truncated. show original
https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md
For es 0.18, you have to use couch river 1.0.0
David.
Le 4 avril 2012 à 08:56, jajoria abhishek jajoria.abhishek@gmail.com a
écrit :
couchdb version -:version 1.1.1.
On Wed, Apr 4, 2012 at 12:05 PM, David Pilato < david@pilato.fr
mailto:david@pilato.fr > wrote:
What versions (es and couchDb plugin) are you using ?
David
Twitter : @dadoonet / @elasticsearchfr
Le 4 avr. 2012 à 08:05, jajoria abhishek < jajoria.abhishek@gmail.com
mailto:jajoria.abhishek@gmail.com > a écrit :
I am trying to use couchdb for indexing but when I create _river it
contains the following exception. What does this error means.
{
* _index : _river
* _type : testriver
* _id : _status
* _score : 1
* _source : {
o error :
ComputationException[java.lang.NoClassDefFoundError:
org/elasticsearch/action/bulk/BulkRequestBuilder]; nested:
NoClassDefFoundError[org/elasticsearch/action/bulk/BulkRequestBuilder];
o node : {
+ id : O5NQfkKbRC6P9YutDW3zig
+ name : raftaarnode
+ transport_address : inet[/ 192.168.4.212:9300
<http://192.168.4.212:9300> ]
}
}
}
--
David Pilato
http://dev.david.pilato.fr/
Twitter : @dadoonet
Thanks david
On Wed, Apr 4, 2012 at 12:39 PM, david@pilato.fr david@pilato.fr wrote:
**
That's the reason.
Look at the readme file :
https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md
For es 0.18, you have to use couch river 1.0.0
David.
Le 4 avril 2012 à 08:56, jajoria abhishek jajoria.abhishek@gmail.com a
écrit :
ES version- elasticsearch-0.18.7
couchdb version -:version 1.1.1.
On Wed, Apr 4, 2012 at 12:05 PM, David Pilato < david@pilato.fr > wrote:
What versions (es and couchDb plugin) are you using ?
David
Twitter : @dadoonet / @elasticsearchfr
Le 4 avr. 2012 à 08:05, jajoria abhishek < jajoria.abhishek@gmail.com > a
écrit :
I am trying to use couchdb for indexing but when I create _river it
contains the following exception. What does this error means.
{
_index : _river
_type : testriver
_id : _status
_score : 1
_source : {
error : ComputationException[java.lang.NoClassDefFoundError:
org/elasticsearch/action/bulk/BulkRequestBuilder]; nested:
NoClassDefFoundError[org/elasticsearch/action/bulk/BulkRequestBuilder];
node : {
id : O5NQfkKbRC6P9YutDW3zig
name : raftaarnode
transport_address : inet[/ 192.168.4.212:9300 ]
}
}
}
--
David Pilato
http://dev.david.pilato.fr/
Twitter : @dadoonet