Export to PDF file fails in Aria Operations for Networks version 6.14
Error message seen on GUI when Click on Export is as below:
"code":503,"message":"PDF generation service disconnected abruptly"
PDF preview is seen but above error is there when PDF is exported using export button.
Refer to below screenshots showing the above error message under Export to PDF Widget on GUI:
When Export button is clicked below is the error seen:
Aria Operations for Networks 6.14
Underlying OS ubuntu22 library file is missing which is required dependency for chrome which seems to be removed recently and needs to be installed explicitly
To workaround this issue execute the below steps to explicitly add the missing library file to the Aria Operations for Networks version 6.14 appliances.
Note:
Library file is attached to this KB under attachment section.
This library file needs to be moved to all the platform and collector nodes in the deployment.
Steps as below:
/home/support
support
support@platform1:~$ ls -lrth
total 1.5M
-rw-r----- 1 support support 1.5M Jan 17 18:17 libnss3_with_deps.tar
tar -xvf libnss3_with_deps.tar
sudo dpkg -i var/cache/apt/archives/libnspr4_4.35-0ubuntu0.22.04.1_amd64.deb
sudo dpkg -i var/cache/apt/archives/libnss3_3.98-0ubuntu0.22.04.2_amd64.deb
sudo dpkg -l | grep libnss3 where output shows libnss3 installed