Hi,
Sometimes when you are trying to generate Adobe forms using a new ADS server just installed on a Linux server you start getting errors (even test reports from SAP note 944221 are not working).
After enable ADS trace (SAP notes 846610 or 1128476) and reproduce the issue, you can see on trace file:
/usr/sap/SID/DVEBMGS00/j2ee/os_libs/adssap/XMLFormService/bin/XMLForm:
error while loading shared libraries: ./libxfatraversalservice.so:
cannot restore segment prot after reloc: Permission denied
** it can be another lib name.
That is happening because Selinux, so please set it as "permissive" for disabling it and reboot your server.
- Setting permissive mode:
Edit file: /etc/selinux/config
Change 'SELINUX' to: SELINUX=permissive
- After reboot, expected output:
[root@ ~]# getenforce
Permissive
Selinux "Permissive" is recommended on SAP notes 1048303 and 1496410 .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
10 | |
9 | |
9 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 |