Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_eshaghibeni
Participant
14,094
Hello All,

This is an issue related to ADS service running on NW750 and Linux SUSE Enterprise 12 sp05(Not SAP Edition). when I installed and configured ADS Service, during pdf generation test, following error received:

Symptom: 

OS: SUSE Linux Enterprise 12.x (non-SAP edition)
com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception during render: com.adobe.ProcessingException, 

Caused by: com.adobe.ProcessingException: CORBA Connection to XML Form Module failed, please verify the binaries are deployed to the os_libs directory.You may be running on a non-supported platform.

Solution:

using authorized user in OS level, run following commands to install the specific package:
#zypper install libX11*

libX11.so.4 must to be INSTALL

Remember this is necessary to install this specific version for this service.

then, restart the OS and JAVA Instance both. and Recheck your service using the following program in se38 from your ABAP instance:

  • FP_CHECK_DESTINATION_SERVICE

  • FP_TEST_00


Additional Information:

this symptom may show up in any new OS`s which does not contain this specific library by default so in some other cases you may receive the same error for a different reason. If you check the OS libraries you may find the newer version of libX11 but the error still persists until you install libX11.so.4.

For the ADS service error trace, please check SAP Note: 1128476, 2226341.

Hope you find it helpful.

Ali.
3 Comments