Rank: Newbie Groups: Member
Joined: 2/1/2012 Posts: 6
|
I randomly get errors when running the ConvertUrl function. I guess it might be happening about 5% of the time, the promlem's intermittent, full stack trace is :
Error message : Failed to initialize conversion. Source : EO.Pdf Stack trace : at EO.Pdf.HtmlToPdfException.b(Exception A_0) at EO.Pdf.Internal.j2.h() at EO.Pdf.HtmlToPdf.a(j2 A_0) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, String pdfFileName, HtmlToPdfOptions options) at DBSProfilingWebsiteBLL.Job.producePDFProfilingReport(String fileName, Stream outputStream) at ZestJobsManager.Program.Main(String[] args)
Thanks,
Paul
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please try to update to the latest build first. There are different scenarios that can cause this problem and the latest build either fixed it or give you a better error message for these scenarios.
If the problem still occurs, please post the full stack trace including all InnerExceptions and we will see what we can find.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 2/1/2012 Posts: 6
|
Using the latest version the error has just happened again (again it happens randomly, not all the time) :
Error message : Convertion failed. Failed to initialize conversion. Source : EO.Pdf Stack trace : at EO.Pdf.HtmlToPdfException.b(Exception A_0) at EO.Pdf.Internal.kq.a() at EO.Pdf.Internal.kq.b() at EO.Pdf.Internal.kq.j() at EO.Pdf.HtmlToPdf.a(kq A_0) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options) at EO.Pdf.HtmlToPdf.ConvertUrl(String url, String pdfFileName, HtmlToPdfOptions options) at DBSProfilingWebsiteBLL.Job.producePDFProfilingReport(String fileName, Stream outputStream) at ZestJobsManager.Program.Main(String[] args) =========================================
Error message : Failed to initialize conversion. Source : EO.Pdf Stack trace : at EO.Pdf.Internal.kl.b(Byte[] A_0, Int32 A_1) at EO.Pdf.Internal.kl.c(Byte[] A_0, Int32 A_1) at EO.Pdf.Internal.kq.a(String A_0, Boolean A_1, String A_2) at EO.Pdf.Internal.kq.a()
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Can you check your event viewer and see if you see any entries there?
Thanks!
|