jprante / elasticsearch-analysis-skos

SKOS analysis for Elasticsearch
Apache License 2.0
54 stars 24 forks source link

Pb import skos file with ES 2.1 #10

Open guylux opened 8 years ago

guylux commented 8 years ago

The N3 file is in my ES_HOME is under /usr/share/elasticsearch ( with debian 7.9 )

I have this message when i try to create index and to import the example file

{"error":{"root_cause":[{"type":"index_creation_exception","reason":"failed to create index"}],"type":"access_control_exception","reason":"access denied (\"java.io.FilePermission\" \"ukat_examples.n3\" \"read\")"},"status":500}

I use JDK 1.8 + Elasticsearch 2.1.1

Thanks