Following the installation of the .Net Core 3.1.22 and .Net 5.0.13 Security updates (KB5009193 and KB5009194), my application is no longer able to generate PDFs. I'm guessing it has something to do with one of these updates, but that's only because I'm out of other ideas.
This application has been running perfectly for over two years now and is approaching end of life, so I really don't want to find a different solution for generating the PDFs. Is anyone else with those two updates having issues? Just in case it is of help, I get the following error:
jsreport.Local.JsReportBinaryException: Error rendering report: instance has been daemonized and initialized successfully (pid: 16652)rendering has finished with errors:A critical error occurred while trying to execute the render command (2). Error while executing request to remote server. read ECONNRESET (1). caused by error (2):-> stackError: at onCriticalError (D:\snapshot\jsreport\node_modules\jsreport-cli\lib\commands\render.js:302:19) at D:\snapshot\jsreport\node_modules\jsreport-cli\lib\commands\render.js:256:14 at processTicksAndRejections (internal/process/task_queues.js:97:5)caused by error (1):-> meta =
INSERT THE REPORT I'M GENERATING HERE
"headers":{"Accept":"application/json, text/plain, /","Content-Type":"application/json","User-Agent":"axios/0.19.2","Content-Length":3621},"transformRequest":[null],"transformResponse":[null],"timeout":0,"responseType":"stream","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":null,"httpsAgent":{"_events":{},"_eventsCount":2,"defaultPort":443,"protocol":"https:","options":{"rejectUnauthorized":false,"path":null},"requests":{},"sockets":{},"freeSockets":{},"keepAliveMsecs":1000,"keepAlive":false,"maxSockets":null,"maxFreeSockets":256,"maxCachedSessions":100,"_sessionCache":{"map":{},"list":[]}},"maxBodyLength":null},"code":"ECONNRESET"}-> stackError: Error while executing request to remote server at Client.render (D:\snapshot\jsreport\node_modules\jsreport-client\lib\client.js) at processTicksAndRejections (internal/process/task_queues.js:97:5)Request Error stack: Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:205:27)