Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Error appears while rendering the form in Workspace ES

Avatar

Level 2

Hai,

While rendering the form(.xdp) in Workspace ES, once i click the Process Card, i get an error as:

"An error occurred creating the form (task 1202, form 0). (ALC-WKS-007-040)"

I could not understand what will be the cause of the error. Could anyone suggest how to resolve the same?

-Aswani

1 Accepted Solution

Avatar

Correct answer by
Level 10

ActivityGuideRenderSpec, PDFformRenderSpec, FormsResult are the variables being used for the renderFormGuide activity.

They cannot be the XDP form itself.

To render an xdp form as form guide, you must create xfaForm variable.

-Nith

View solution in original post

15 Replies

Avatar

Level 3

Please check the server logs for exception stack.

Avatar

Level 10

Error code ALC-WKS-007-040 refer to Render.

So look into your render process to locate the issue.

Nith

Avatar

Level 2

Hai Ankit,

Thanks for ur reply.

But, could you pls tell me where can i find the server logs for exception stack?

-Aswani.

Avatar

Level 2

Nith,

Thanks for ur explanation. The form i use is .xdp form.

I am using an xfaform variable (Input & Required).

For render & submit service, am using Render Form Guide & Submit Form Guide, respectively.

I guess the properties for those services is also assigned correctly.

In the User's Assign Task operation, i have assigned the same variable in the output data & variable's xapth expression in the input data.

But even after, I get this error.

I have another doubt regarding this.

Should i use only xfaform variable for rendering form guide (.xdp file).

Can't i use any other variable?  (like ActivityGuideRenderSpec, PDFformRenderSpec, FormsResult, etc.)

Aswani.

Avatar

Level 3

The location of logs will be specific to the server on which livecycle is deployed.

For JBoss, it would be [LC Install Dir]/jboss/server/[all | lc_turnkey]/logs/server.log

For WebLogic, ../bea/user_projects/[LiveCycle]/servers/logs/[LiveCycle].log

For WebSphere, ../IBM/AppServer/profiles/[profilename]/logs/server.log

Thanks

Avatar

Level 2

Thanks ankit..

But Sorry, I coudn't find out the location of logs still.

Inside C:\bea\user_projects, I have only one folder named Domains, inside which i dont find any folders related to Livecycle.

But I can attach the a file which seems lik a log file. Could you pls check it out?

Aswani.

Avatar

Level 10

Are you using the  Render Form Guide & Submit Form Guide from the Process Management category? I believe they are called Render Form Guide ES Update 1 and Submit Form Guide ES Update 1.

Jasmin

Avatar

Level 3

My mistake,

the log location for bea is

../bea/user_projects/domains/base_domain/servers/[servername]/logs/[servername].log

Thanks

Avatar

Level 2

Thanks for the reply Jasmin..

Ya.. I use.. Render Form Guide 1.0 (invoke) & Submit Form Guiode 1.0 (invoke) from the Samples-Forms category.

Not from the Process Management category.

Even i tried to render another form using Render Form Guide ES Update 1 and Submit Form Guide ES Update 1 from the

Process Management category. But even then, i get the same error.

Aswani.

Avatar

Level 2

Sorry Ankit,

Even now i couln't find out the location.

Inside C:\bea\user_projects\domains, i have 4 folders namely, det, eqr, ltceapp & Quoteit..

no base_domain folder is there.

the file which i attached with the previous post, is not a log?

Aswani.

Avatar

Level 2

Ankit...

I finally found out a log file...

But i am not sure whether this is the right file, which you are looking for..

I have attached the same.

Aswani.

Avatar

Level 3

Hi,

These logs states that FormDataIntegration is erroring out.

<Nov 24, 2009 2:58:57 PM IST> <Error> <com.adobe.livecycle.formdataintegration.client.ImportFormDataException> <BEA-000000> <ALC-FDI-001-305: Operation aborted: malformed PDF or data.>
<Nov 24, 2009 2:58:57 PM IST> <Error> <com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker> <BEA-000000> <An exception was thrown with name com.adobe.livecycle.formdataintegration.client.ImportFormDataException message:Operation aborted: malformed PDF or data. while invoking service FormDataIntegration and operation importData and no fault routes were found to be configured.>

There would be a .log file also. That would be more descriptive.

Thanks

Avatar

Level 10

C:\Adobe\LiveCycle8.2\JBoss\Server\All\log\server.log

Post the server.log file for review

Regards,

Nith

Avatar

Correct answer by
Level 10

ActivityGuideRenderSpec, PDFformRenderSpec, FormsResult are the variables being used for the renderFormGuide activity.

They cannot be the XDP form itself.

To render an xdp form as form guide, you must create xfaForm variable.

-Nith

Avatar

Level 2

Thanks Nith..

But.. am not using the J/boss server,  but Weblogic..

I have attached some .log files as a zip with this...

these are the .log files that i found in my system..

Could you pls check it out?

Aswani.