Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Channel Service has started chain HttpOutboundChain:ms-alc-da01:9080. [12/2/14 10:23:29:716 EST] 0000008e SystemOut O Exception occured..javax.xml.ws.soap.SOAPFaultException: Caused by: com.adobe.livecycle.formsservice.exception.RenderFormException:

Avatar

Level 2

Hi, I'm trying to invoke Adobe ES4 Service- renderPDFform  from WAS6.1  to WAS8.1 service which has ES4 client deployed with the following parameters>

        BLOB inputData= new BLOB();

        byte[] inputXmlData = [23.45.67.4555.67]

          inputData.setBinaryData(inputXmlData );

          URLSpec spec = new URLSpec();

           spec.setContentRootURI("http://ms-alc-da01:9080/repository/Applications/ERICTest1/1.0/ERIC/templates/");

         service.renderPDFForm("CORR0215-ReminderforMagneticMediaEmployers.pdf", inputData, new PDFFormRenderSpec(), spec, null, outRenderFormResultDoc, pageCount, locale, formResult);

Getting the following Error:

[12/2/14 10:23:29:716 EST] 0000008e SystemErr     R javax.xml.ws.soap.SOAPFaultException:  Caused by: com.adobe.livecycle.formsservice.exception.RenderFormException: ALC-FRM-001-035: Failed to load TemplateStream for FormQuery=CORR0215-ReminderforMagneticMediaEmployers.pdf from location URI =http://ms-alc-da01:9080/repository/Applications/ERICTest1/1.0/ERIC/templates/.; nested exception is:

  com.adobe.livecycle.formsservice.exception.RenderFormException: ALC-FRM-001-035: Failed to load TemplateStream for FormQuery=CORR0215-ReminderforMagneticMediaEmployers.pdf

I tired using other service, renderForm - same above error receiving..Please help me on this.


Thanks

1 Reply

Avatar

Employee Advisor

Test your Form using IVS :

Forms : http://blogs.adobe.com/LiveCycleHelp/2009/05/forms_ivs_a_formtastic_develop.html

Output : Output IVS – A Useful Output ES Development Tool

Share the application server side error.

-Wasil