Problem
Following error occurred :
java.io.FileNotFoundException:
/home/shaan/ELK/elasticsearch-2.2.0/logs/my-application-shaandev.log
(Permission denied)
You must have started ES with a non-root user (In this case ES is installed
using the root user), which made <cluster.name>.log file with
root user.
Now, when you try to start ES with proper user (non-root) , it’s not able
to access this log file created by root.
Delete the file
<cluster.name>.log (which is my-application-shaandev.log) or change the permission of it, then start it again.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.