Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 09-18-2018 04:08 PM
This issue is happening when the host's /tmp directory is noexec and the Events Service is not starting, throwing the following error:
[2018-07-13T14:18:55,672+02:00] [ERROR] [main] [c.a.common.framework.AbstractApp] Severe error occurred while starting application [events-service-api-store]. Shutdown procedure will commence soonjava.lang.UnsatisfiedLinkError: /tmp/jna-3506402/jna1770418019150735408.tmp: /tmp/jna-3506402/jna1770418019150735408.tmp: failed to map segment from shared object: Operation not permitted
The solution is to add one of the options below to the events-service.vmoptions
prior to initiating startup:
-Djna.tmpdir=/new/tmp/location
OR
-Djava.io.tmpdir=/new/tmp/location
Try running the Events Service manually after this change using the command line to resolve this issue:
<events-service-home>/bin>events-service.sh start -p <path_to_events-service-api-store.properties file>
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form