Fs river - Error while reading content

Hi,

I'm using elasticsearch version 1.0.1 that is installed on linux machine.
I have created fs river to index content from file system. The river
definition is

curl -XPUT 'http://localhost:9200/_river/riverTest/_meta' -d '{
"type": "fs",
"fs": {
"url": " /data01/test/NewVehicleFiles1/",
"json_support" : true

},
"index": {
"index": "investigations",
"type": "Vehicle"
}
}'

The river gets started, however, the indexing fails due the error mentioned
below

[fr.pilato.elasticsearch.river.fs.river.FsRiver] [North] [fs][riverTest]
Error while indexing content from /data01/test/NewVehicleFiles1

ES user has full access to the content directory(
/data01/test/NewVehicleFiles1).
What could be the issue?

Regards,
Preeti

--
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/835a870f-a29f-4c33-b260-afc92d13b8c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi,

Before some days ago I am also facing same issue with 1.0.1..
You can check with elasticsearch-0.90.9 Version.I think it's working fine.
I am not sure if any update in FS River.

Thanks,
Sumit Gupta

Could you turn on debug?

See https://github.com/dadoonet/fsriver#debug-mode

Also, which versions are you using?

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

Le 17 sept. 2014 à 01:49, Preeti Jain itspreeti@gmail.com a écrit :

Hi,

I'm using elasticsearch version 1.0.1 that is installed on linux machine.
I have created fs river to index content from file system. The river definition is

curl -XPUT 'http://localhost:9200/_river/riverTest/_meta' -d '{
"type": "fs",
"fs": {
"url": " /data01/test/NewVehicleFiles1/",
"json_support" : true

},
"index": {
"index": "investigations",
"type": "Vehicle"
}
}'

The river gets started, however, the indexing fails due the error mentioned below

[fr.pilato.elasticsearch.river.fs.river.FsRiver] [North] [fs][riverTest] Error while indexing content from /data01/test/NewVehicleFiles1

ES user has full access to the content directory( /data01/test/NewVehicleFiles1).
What could be the issue?

Regards,
Preeti

--
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/835a870f-a29f-4c33-b260-afc92d13b8c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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/9595C49D-D58C-4609-99C8-827CDE137805%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.