cannot restore segment prot after reloc: Permission denied
Error:-
Error: failed /usr/jdk1.7.0_80/jre/lib/i386/server/libjvm.so, because /usr/jdk1.7.0_80/jre/lib/i386/server/libjvm.so: cannot restore segment prot after reloc: Permission denied
Cause:- SELinux is installed and enabled in the OS.
Solution :-
Cause:- SELinux is installed and enabled in the OS.
Solution :-
Temporarily disable SELinux by running this command in the terminal:/usr/sbin/setenforce 0Restart Confluence
To re-enable SELinux, run this:
To re-enable SELinux, run this:
- /usr/sbin/setenforce 1
Comments
Post a Comment