Dear Leonardo,
Thank you very much for your help on this issue.
It's been a while after upgrading the UltimatePDF, but no errors have occurred until today and the system is operating stably.
Although we are pretty much confident that the upgraded version will not cause similar errors in the future, we have implemented the UltimatePDF Management to identify the server where the error is occurring and to kill the Chromium process, just in case it happens.
Just one point of feedback.
When calling the PrintToPDF Server Action, the URL parameter omits "http/https" and domain name. (e.g., "/module_name/screen_name")
In this case, the called URL became always https.
In our environment, the internal communication had to be http, so the PDF generation has failed.
We have checked that the "Use HTTPS for internal communications" checkbox in the deployment zone is unchecked and that the OutSystems.HubEdition.HTTPtoHTTPSproxyHeader property is set.
We solved this issue by making the URL parameter when calling PrintToPDF Server Action explicit that it is http, like "http://DeploymentZoneAddress/module name/screen name".
We did this after looking at the UltimatePDF source code and confirmed that there is a process to create the URL if http/https was not specified.
It is now resolved and we are not having trouble. This is just a feedback.
We sincerely appreciate your time and consideration on this case.
Thanks to your help, we could overcome this problem. Have a great day!
Best Regards,
Hiromi