Support needed (Install Issues)

Hello,

our webhoster have issius to install "Elasticsearch" on our ded. Rootserver with Almalinnux 8.4.0

He`s write

Blockquote
Regarding the Elasticsearch application issue, it seems that you may need to further check with the application support regarding the error.

As the application is a third party application we already assist to install the application and enable based on courtesy basis.

However, it seems that the are error when we restarting the Elasticsearch service. Upon checking the error log (/var/log/elasticsearch/elasticsearch.log) we getting below error log

++++
unable to load JNA native support library, native methods will be disabled.
java.lang.UnsatisfiedLinkError: /tmp/elasticsearch-7892321421911741073/jna9000367171271507316.tmp: /tmp/elasticsearch-7892321421911741073/jna9000367171271507316.tmp: failed to map segment from shared object
++++

We have tried to troubleshooting this error by refer to the forum as below but it seems that it doesn't solve the issue and causing the application unable to be running

Thus, we suggest you to seek for Elasticsearch support assistance in order to further assist you with the further troubleshooting as the application is developed from their side

Kindly let us know if you need our further clarification

Thank you

Blockquote

Can everybody help to fix this problem`?

best regards :slight_smile:

Have you verified that elastic is functional? Start with a basic curl localhost:9200. If you are using ssl and login, you will have to add those to the curl.

When this works, try the same command from the client OS. When that works, move to curl queries for your specific app.

Via Terminal come the Message
"curl: (7) Failed to connect to localhost port 9200: Connection refused"

best regards

Welcome to our community! :smiley:

Can you please post the Elasticsearch logs, usually under /var/log/elasticsearch/. Please format your code/logs/config using the </> button, or markdown style back ticks. It helps to make things easy to read which helps us help you :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.