eo_support wrote:Hi,
We have made changes on our end so that when you receive this error again, the exceptions' InnerException will contain more information about why it fails. This change will be in our next build.
However we have not been able to reproduce the other issue: having to restart the app in order to convert again. What happens if you try to convert again without restarting after you hit this error?
Thanks!
Sorry for the late reply I did not notice your post.
We have not experience the "restart problem" for about 3 weeks now since setting our app to recycle every 6 hours. We could experiment with increasing this again.
We are however experiencing a number of other failures. Our code is mainly unchanged for many years so these failures are confusing us.
For example
We are seeing this exception randomly every couple of days.
Can not create additional conversion task. All engines are busy.,
Stack Trace: at EO.Internal.alx.a(ax A_0, sq& A_1) at EO.Internal.o9..ctor(ax A_0, HtmlToPdfOptions A_1) at EO.Pdf.HtmlToPdfSession.a(HtmlToPdfOptions A_0) at EO.Pdf.HtmlToPdfSession..ctor(HtmlToPdfOptions A_0, Boolean A_1) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc) at
Or this 2-3 times per week.
Conversion failed. Browser engine failed to render page. Failed on command 1,
Stack Trace: at EO.Pdf.HtmlToPdfException.b(Exception A_0) at EO.Internal.a3e.a(af5 A_0) at EO.Pdf.HtmlToPdfSession.RenderAsPDF(PdfDocument doc) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc) at KPIDash.Library.kpiDashboard.savePDFtoFile(HttpContext context, Guid userid, DateTime nowdate, String filterstring, Boolean landscape, String filename, Int32 _reportType)
In both cases the PDF is created in a separate thread.
In most cases triggering the same PDF again will normally build it just fine, so I fairly sure it does not relate the contents of the PDF.
Where do we get the new update with the more details exceptions?
Thanks.
Johnathan