Resolved the error “Unable to load library ‘zstd’” after following the instructions from Lukasz_Jarocki (I missed understood initially). Here is what I did:
Added the following paths to the PATH variable:
1 - C:\Program Files\Git\mingw64\bin\libzstd.dll (the location of the file on my conputer)
2 - C:\elasticsearch\elasticsearch-8.14.1\lib\platform\windows-x64
3 - added the following line to the sonar.properties file:
sonar.search.javaAdditionalOpts=-Djna.debug_load=true
Now, I’m encountering a new error in the es.log
: “Failed to bind to 127.0.0.1:9001.” I attempted the suggested solution of updating the sonar.properties
file with sonar.search.port=0
, but the error persists.