Couch river

does anyine have experience with the couch river ?

I installed the plugin and submitted the curl request as specified in the
docs here..

but when i start elasticsearch.. i get this error...

java.io.*FileNotFoundException:
http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
*
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at
org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

Any help is greatly appreciated

Thx!

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

How did you setup the river?
Is your couchDb instance running at: http://10.14.28.90:8091 ?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 1 mai 2013 à 22:40, eric sanford pcstechnologiesinc@gmail.com a écrit :

does anyine have experience with the couch river ?

I installed the plugin and submitted the curl request as specified in the docs here..

but when i start elasticsearch.. i get this error...

java.io.FileNotFoundException: http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

Any help is greatly appreciated

Thx!

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.
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.
For more options, visit https://groups.google.com/groups/opt_out.

yes couch is running at *http://10.14.28.90:8091 *
*
*
i copied the plugin to the plugins directory and ran this command...
*
*
*curl -XPUT '10.14.28.90:9200/_river/my_db/_meta' -d '{ "type" :
"couchdb", "couchdb" : { "host" : "10.14.28.90", "port" :
8091, "db" : "default", "filter" : null }, "index" : {
"index" : "my_db", "type" : "my_db", "bulk_size" :
"100", "bulk_timeout" : "10ms" }}'
*
*
*
It didnt give any errors when i ran it... and it created the _river and
_my_db directories under the data path... but the error comes up when every
time i start elastic

On Wednesday, May 1, 2013 3:45:11 PM UTC-5, David Pilato wrote:

How did you setup the river?
Is your couchDb instance running at: *http://10.14.28.90:8091 *?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 1 mai 2013 à 22:40, eric sanford <pcstechno...@gmail.com <javascript:>>
a écrit :

does anyine have experience with the couch river ?

I installed the plugin and submitted the curl request as specified in the
docs here..

https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md

but when i start elasticsearch.. i get this error...

java.io.*FileNotFoundException:
http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
*
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at
org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

Any help is greatly appreciated

Thx!

--
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 elasticsearc...@googlegroups.com <javascript:>.
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.
For more options, visit https://groups.google.com/groups/opt_out.

What happens if you curl: http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000

Can you see your default database changes?

Which versions of ES and CouchDb river are you running?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 2 mai 2013 à 03:36, eric sanford pcstechnologiesinc@gmail.com a écrit :

yes couch is running at http://10.14.28.90:8091

i copied the plugin to the plugins directory and ran this command...

curl -XPUT '10.14.28.90:9200/_river/my_db/_meta' -d '{ "type" : "couchdb", "couchdb" : { "host" : "10.14.28.90", "port" : 8091, "db" : "default", "filter" : null }, "index" : { "index" : "my_db", "type" : "my_db", "bulk_size" : "100", "bulk_timeout" : "10ms" }}'

It didnt give any errors when i ran it... and it created the _river and _my_db directories under the data path... but the error comes up when every time i start elastic

On Wednesday, May 1, 2013 3:45:11 PM UTC-5, David Pilato wrote:

How did you setup the river?
Is your couchDb instance running at: http://10.14.28.90:8091 ?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 1 mai 2013 à 22:40, eric sanford pcstechno...@gmail.com a écrit :

does anyine have experience with the couch river ?

I installed the plugin and submitted the curl request as specified in the docs here..

https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md

but when i start elasticsearch.. i get this error...

java.io.FileNotFoundException: http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

Any help is greatly appreciated

Thx!

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 elasticsearc...@googlegroups.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.
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.
For more options, visit https://groups.google.com/groups/opt_out.

when i try to curl the URL you sent... I get a Not Found response...

[aodawaf@tparheaodd008 ~]$ curl
http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
[3] 18907
[4] 18908
[1] Done curl
http://10.14.28.90:8091/default/_changes?feed=continuous
[2] Done include_docs=true
[aodawaf@tparheaodd008 ~]$ Not found.

There is a "_river" folder created under the data directory.. but I dont
see a "my_db" index

Thx for helping !!!!!!!

On Wednesday, May 1, 2013 3:40:30 PM UTC-5, eric sanford wrote:

does anyine have experience with the couch river ?

I installed the plugin and submitted the curl request as specified in the
docs here..

https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md

but when i start elasticsearch.. i get this error...

java.io.*FileNotFoundException:
http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
*
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at
org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

Any help is greatly appreciated

Thx!

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

interesting.... I just restarted elastic and i get this error at
startup....

org.elasticsearch.common.settings.NoClassSettingsException: Failed to load
class with value [couchdb]
at
org.elasticsearch.river.RiverModule.loadTypeModule(RiverModule.java:86)
at
org.elasticsearch.river.RiverModule.spawnModules(RiverModule.java:57)
at
org.elasticsearch.common.inject.ModulesBuilder.add(ModulesBuilder.java:44)
at
org.elasticsearch.river.RiversService.createRiver(RiversService.java:135)
at
org.elasticsearch.river.RiversService$ApplyRivers$2.onResponse(RiversService.java:270)
at
org.elasticsearch.river.RiversService$ApplyRivers$2.onResponse(RiversService.java:264)
at
org.elasticsearch.action.support.TransportAction$ThreadedActionListener$1.run(TransportAction.java:87)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: couchdb
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at
org.elasticsearch.river.RiverModule.loadTypeModule(RiverModule.java:72)

On Wednesday, May 1, 2013 3:40:30 PM UTC-5, eric sanford wrote:

does anyine have experience with the couch river ?

I installed the plugin and submitted the curl request as specified in the
docs here..

https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md

but when i start elasticsearch.. i get this error...

java.io.*FileNotFoundException:
http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
*
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at
org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

Any help is greatly appreciated

Thx!

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

ok..i fixed that.... now im getting this error...

java.io.FileNotFoundException:
http://10.14.28.90:8091/my_db/_changes?feed=continuous&include_docs=true&heartbeat=10000
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at
org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

is my port correct here... i mean... is the changes file avaliable at the
same port as the pools endpoint (i.e. default 8091) ?????

or do i have to enable this changes feed ??? im using the default bucket..
should i create a new bucket ????

Thanks !!!!!!!!

On Wednesday, May 1, 2013 3:40:30 PM UTC-5, eric sanford wrote:

does anyine have experience with the couch river ?

I installed the plugin and submitted the curl request as specified in the
docs here..

https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md

but when i start elasticsearch.. i get this error...

java.io.*FileNotFoundException:
http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
*
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at
org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

Any help is greatly appreciated

Thx!

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

ugh...

this says that the changes feed doesnt exist in 2.0...

http://comments.gmane.org/gmane.comp.db.couchbase.user/106

is there any alternative ??

On Wednesday, May 1, 2013 3:40:30 PM UTC-5, eric sanford wrote:

does anyine have experience with the couch river ?

I installed the plugin and submitted the curl request as specified in the
docs here..

https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md

but when i start elasticsearch.. i get this error...

java.io.*FileNotFoundException:
http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
*
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at
org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

Any help is greatly appreciated

Thx!

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

So you are using CouchBase and not CouchDb!

See Couchbase documentation: http://www.couchbase.com/elasticsearch-plug-in

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 7 mai 2013 à 21:31, eric sanford pcstechnologiesinc@gmail.com a écrit :

ugh...

this says that the changes feed doesnt exist in 2.0...

http://comments.gmane.org/gmane.comp.db.couchbase.user/106

is there any alternative ??

On Wednesday, May 1, 2013 3:40:30 PM UTC-5, eric sanford wrote:

does anyine have experience with the couch river ?

I installed the plugin and submitted the curl request as specified in the docs here..

https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md

but when i start elasticsearch.. i get this error...

java.io.FileNotFoundException: http://10.14.28.90:8091/default/_changes?feed=continuous&include_docs=true&heartbeat=10000
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at org.elasticsearch.river.couchdb.CouchdbRiver$Slurper.run(CouchdbRiver.java:473)
at java.lang.Thread.run(Thread.java:662)

Any help is greatly appreciated

Thx!

--
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.
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.
For more options, visit https://groups.google.com/groups/opt_out.