Unable to load JNA native support library Elasticsearch 6.x

后端 未结 7 1395
不知归路
不知归路 2020-12-16 02:22

I have installed Elasticsearch 6.x in my Debian 7 (wheezy). I tried to start with service elasticsearch start but its give me an error message

相关标签:
7条回答
  • 2020-12-16 03:23

    The same problem happened to me on Windows 10 when running from command prompt:

    unable to load JNA native support library, native methods will be disabled.
    

    To solve this, it was enough to run elasticsearch.exe with Admin rights (Click Start -> type "Command" -> right click on "Command Prompt" -> select "Run as Administrator")

    0 讨论(0)
提交回复
热议问题