Reported problem: Mingle Installation fails/ server not starting
Log extract:
====================================================================================================================
Caused by:java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: /tmp/jffi2076778303792681241.tmp: /tmp/jffi2076778303792681241.tmp: failed to map segment from shared object: Operation not permitted
====================================================================================================================
This problem is seen when the /tmp is mounted with 'noexec' option on Linux (NIST Security standards). The best way to resolve this issue would be to add the following parameter to the mingle.properties file located in '<Mingle_Data_Directory/config>':
- Djava.io.tmpdir=/path/to/tmpdir/that/isnt/noexec
The purpose of doing this is to have Mingle write to another location outside of '/tmp'.
Comments
0 comments
Please sign in to leave a comment.