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