(no subject)

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]
        }
        }

}

What versions (es and couchDb plugin) are you using ?

David :wink:
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 :wink:
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]
        }
        }

}

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 :

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 :wink:
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 :wink:
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