Register Login

Exception of class CX_FP_RUNTIME_INTERNAL ADS termination

Updated May 18, 2018

Hi I got error ADS terminate "Exception of class CX_FP_RUNTIME_INTERNAL"

#2.0_XXXX XX XX XX:XX:XX:XXX#+XXXX#Fatal#com.adobe.document.PDFManipulation#
#BC-SRV-FP#com.adobe~PDFManipulation#C0000A157292008A000000010000752C#8403450000000002##com.adobe.document.PDFManipulation#
Guest#0##DB3CC0E3C51111E0A2480000008039FA#db3cc0e3c51111e0a2480000008039fa#db3cc0e3c51111e0a2480000008039fa#0#
Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]#Plain##
gESHFT gAcroFormHFT gDigSigHFT gPubSecHFT  plugin(s) failed to initialize.#

/usr/sap/N74/J00/j2ee/os_libs/adssap/XMLFormService/bin/XMLForm: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
Service XMLFormService: Native process (PID=0) /data/sap/N74/J00/j2ee/os_libs/adssap/XMLFormService/bin/XMLForm.exe terminated abnormally with error code 127


Comments

  • 31 May 2016 5:30 pm Abhijeet Mudgal Helpful Answer

    Libs were not installed. 
    To find which libs are not installed please run this cmd on ADS Server.
    Error com.adobe.ProcessingException, 
    [root@~]# for i in 'autoconf automake cyrus-sasl-lib expat fontconfig freetype glibc keyutils-libs krb5-libs libcom_err libgcc libidn libidn-devel libselinux libssh2 libX11 libXau libxcb nspr nss nss-softokn nss-softokn-freebl nss-util openldap openssl transfig zlib'; do rpm -q $i   qf '%{NAME}-%{ARCH}' ;done
    It shall display the missing libs as:
    package <package-name> is not installed
    Install all the missing libs reported by the script, in 32-bit version
    Regard's


×