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.

AEM Forms: Capture Exception in process variable

Avatar

Level 4

HI Techies,

We are using standard services like Foundation/FileUtilServices and similar services in our workbench process and want to assign error thrown by FileUtilException to process variable, so that we can pass it to output whenever process fails.

Can you help provide inputs how we can achieve it.

AEM 6.2

AEM Forms on JBOSS

Workbench 6.2

Manu

4 Replies

Avatar

Employee Advisor

Hi Manu,

I will share a sample/screenshot with you shortly.

Thanks,

Mayank

Avatar

Employee Advisor

1837410_pastedImage_0.png

Call a set value on exception event and write the type of exception in a custom variable. You can append more detail like timestamp as well, the error stack trace can be checked in server logs further based on the time captured. Whenever the exception will occur your process will generate the output string.

1837411_pastedImage_1.png

Avatar

Level 4

thanks Mayank, this we are already doing.

I want more details on specific error thrown from exception like if my PDF generation is failing with generatePDFOutput2 OutputException then is it XML input causing issue or XDP.

Or if I am doing XML validation against XSD then I should get which node is causing issue.

So more or less I am looking for Stacktrace assigned to output variable and see it directly rather than logging into server and look for server.log.

Hope you got my point which direction I am looking into.

Manu