-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AccessControlException after installing armor plugin #20
Comments
Hi @vkhazin, Thanks |
Hi @jmaitrehenry, Thank you for the suggestion! /etc/elasticsearch/elasticsearch.yml
ls /data/elasticsearch/armor -la
sudo service elasticsearch start
|
Another question: where '.' is located: |
After running around the system for a while with
Removing open jdk and installing Oracle jdk, jumping from the ground floor level few times and going postal on the floor... It turns out that it is not linux io permissions so much as the plugin policy file does not seem to be picked up: /usr/share/elasticsearch/plugins/armor/plugin-security.policy
To resolve/workaround I had to modify the system wide java policy file: adding following lines at the end:
|
Is it possible that the issue is specific to ec2 amzn linux? |
After building the package using maven as standard plugin installation did not work, ElasticSearch service will fail on start:
sudo service elasticsearch start
The text was updated successfully, but these errors were encountered: