Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

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 .