Welcome Guest Search | Active Topics | Sign In | Register

Child Process error in Azure Options
Charles McGrath
Posted: Friday, December 8, 2017 11:21:59 AM
Rank: Newbie
Groups: Member

Joined: 12/8/2017
Posts: 1
We are moving a web service of ours to Microsoft's Azure App Service, and are encountering the following error when our web service attempts to generate PDFs.

System.Exception: Child process not ready. nWaitResult = 1
at EO.Internal.jg.a(String A_0, Boolean A_1)
at EO.Internal.jg.a(py A_0)
at EO.Internal.jg.a(String[] A_0, String A_1, String A_2, String A_3, String A_4)
at EO.Internal.aqh.a(String A_0, String A_1)
at EO.Internal.awj.e()
at EO.WebEngine.Engine.Start()
at EO.Internal.st.b()
at EO.Internal.nj.a(Int32 A_0, st& A_1)
at EO.Internal.al2.a(av A_0, Int32 A_1, st& A_2)
at EO.Internal.o3..ctor(av A_0, HtmlToPdfOptions A_1)
at EO.Pdf.HtmlToPdfSession.a(WindowsIdentity A_0, HtmlToPdfOptions A_1)
at EO.Pdf.HtmlToPdfSession..ctor(HtmlToPdfOptions A_0)
at EO.Pdf.HtmlToPdf.ConvertHtml(String html, PdfDocument doc, HtmlToPdfOptions options)
at EO.Pdf.HtmlToPdf.ConvertHtml(String html, Stream stream, HtmlToPdfOptions options)
at EO.Pdf.HtmlToPdf.ConvertHtml(String html, Stream stream)
at eTAM.eTAMDB.GetTicketStream(String TicketHTML)
at eTAM.EventTickets.btnPrintTicket_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)
at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Exception Short Message:
Message: Child process not ready. nWaitResult = 1<br/>Source: EO.Base<br/>Stack Trace: at EO.Internal.jg.a(String A_0, Boolean A_1)
at EO.Internal.jg.a(py A_0)
at EO.Internal.jg.a(String[] A_0, String A_1, String A_2, String A_3, String A_4)
at EO.Internal.aqh.a(String A_0, String A_1)
at EO.Internal.awj.e()
at EO.WebEngine.Engine.Start()
at EO.Internal.st.b()
at EO.Internal.nj.a(Int32 A_0, st& A_1)
at EO.Internal.al2.a(av A_0, Int32 A_1, st& A_2)
at EO.Internal.o3..ctor(av A_0, HtmlToPdfOptions A_1)
at EO.Pdf.HtmlToPdfSession.a(WindowsIdentity A_0, HtmlToPdfOptions A_1)
at EO.Pdf.HtmlToPdfSession..ctor(HtmlToPdfOptions A_0)
at EO.Pdf.HtmlToPdf.ConvertHtml(String html, PdfDocument doc, HtmlToPdfOptions options)
at EO.Pdf.HtmlToPdf.ConvertHtml(String html, Stream stream, HtmlToPdfOptions options)
at EO.Pdf.HtmlToPdf.ConvertHtml(String html, Stream stream)
at eTAM.eTAMDB.GetTicketStream(String TicketHTML)
at eTAM.EventTickets.btnPrintTicket_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)
at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)



Any help understanding the problem would be greatly appreciated!

Thanks,
-Charles
eo_support
Posted: Friday, December 8, 2017 12:16:08 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

Thanks for posting in the forum. You will need Azure Virtual Machine in order to use our product. This is because EO.Pdf makes numerous system level API calls and those are restricted in an Azure environment unless you use a virtual machine, which gives you full control over the system.

Please feel free to let us know if you still have any question.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.