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.

com.adobe.livecycle.assembler.client.OperationException: ALC-ASM-S00-002: Failed to execute the DDX

Avatar

Level 2

Merging PDFs through Assembler service returns error while I am trying to pass below DDX String:

DDX String:

<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/"><PDF result="AssemblerResultPDF.pdf"><PageMargins left="0.25in" top="0.25in" right="0.25in" bottom="0.2882in"/><PDF source="startxfaDoc"  baseDocument="false" ><Footer><Center><StyledText><p font-size="10pt" font-family="Arial" color="#000000">Page <_PageNumber/> of <_LastPageNumber/> </p></StyledText></Center></Footer></PDF><PDF source="endxfaDoc"  baseDocument="false" ><Footer><Center><StyledText><p font-size="10pt" font-family="Arial" color="#000000">Page <_PageNumber/> of <_LastPageNumber/> </p></StyledText></Center></Footer></PDF></PDF></DDX>

and the error returned is :

com.adobe.livecycle.assembler.client.OperationException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.; nested exception is:

com.adobe.livecycle.assembler.client.OperationException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.

Does this require any special changes in the server side or any web service side.I have checked for the whitespace or any special characters in the ddx string and there aren't any. Looks fine.

Any way to resolve this?

Fyi, I am using it in jdk 1.6

Thanks,

Sushma.K

2 Replies

Avatar

Employee

Hi Sushma,

The exception you have shared is very generic and does not indicate the real cause of failure. Please share the entire stack trace that is appearing in your server logs.

Meanwhile, going by DDX I can infer that you are trying to assemble two PDFs by first applying some styled text on them. In the the DDX you have marked both documents as basDocument="false" which I think is the problem in your case. When assembling PDF documents, one document has to be designated as the base document from which the assembled document will inherit most of its properties (by default first document in the assembly is taken as base document if not specified explicitly). In your case, you have marked both the documents as false for base document. In think must be the issue.

Please correct this by specifying one document as base document and then try.

HTH

Sufyan

Avatar

Level 1

Hi Sufyan,

Could you please help me to resolve the below issues?

I have mentioned base document as "True" but still i am getting this error

27-Nov-2018 01:02:24,993 INFO  [com.thehartford.qp.formstitch.impl.XMLParserServiceImpl] (http-/0.0.0.0:58082-2) Start XMLParserServiceImpl

27-Nov-2018 01:02:24,993 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start convertToInputStream

27-Nov-2018 01:02:24,994 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End convertToInputStream

27-Nov-2018 01:02:24,994 INFO  [com.thehartford.qp.formstitch.impl.XMLParserServiceImpl] (http-/0.0.0.0:58082-2) End XMLParserServiceImpl

27-Nov-2018 01:02:24,998 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start generateDDX

27-Nov-2018 01:02:24,998 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPElement

27-Nov-2018 01:02:24,998 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPElement

27-Nov-2018 01:02:24,998 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:24,998 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:24,998 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPElement

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPElement

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:24,999 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,000 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,001 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,002 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,003 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,004 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,005 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,006 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,007 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,008 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,009 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPContentElement

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPContentElement

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,010 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,011 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,011 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) Start createXDPElement

27-Nov-2018 01:02:25,011 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End createXDPElement

27-Nov-2018 01:02:25,011 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start convertToInputStream

27-Nov-2018 01:02:25,011 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End convertToInputStream

27-Nov-2018 01:02:25,011 INFO  [com.thehartford.qp.formstitch.impl.FormGeneratorServiceImpl] (http-/0.0.0.0:58082-2) End GenerateDDX

27-Nov-2018 01:02:25,019 INFO  [com.thehartford.qp.formstitch.impl.LoadImagesServiceImpl] (http-/0.0.0.0:58082-2) Start loadImage

27-Nov-2018 01:02:25,019 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) start of getTagValue()

27-Nov-2018 01:02:25,019 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End of getTagValue()

27-Nov-2018 01:02:25,019 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start trimStr

27-Nov-2018 01:02:25,019 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start trimStr

27-Nov-2018 01:02:25,019 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start getAssetPath

27-Nov-2018 01:02:25,019 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Checking the location type

27-Nov-2018 01:02:25,019 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End getAssetPath

27-Nov-2018 01:02:25,020 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) Start convertToInputStream

27-Nov-2018 01:02:25,020 INFO  [com.thehartford.qp.formstitch.util.FormGeneratorUtil] (http-/0.0.0.0:58082-2) End convertToInputStream

27-Nov-2018 01:02:25,020 INFO  [com.thehartford.qp.formstitch.impl.LoadImagesServiceImpl] (http-/0.0.0.0:58082-2) End loadImage

27-Nov-2018 01:02:25,023 INFO  [com.adobe.livecycle.assembler.AssemblerServiceImpl] (http-/0.0.0.0:58082-2) ALC-ASM-N00-001: Execute: invokeDDX() begin on thread http-/0.0.0.0:58082-2 1113

27-Nov-2018 01:02:25,046 INFO  [com.adobe.internal.ddxm.Executive] (http-/0.0.0.0:58082-2) DDXM_N00000: Started processing result named FinalDoc

ERROR [com.adobe.internal.ddxm.Executive] (http-/0.0.0.0:58082-2) DDXM_S00001: Failed to assemble result named FinalDoc: com.adobe.internal.ddxm.DDXMException: com.adobe.internal.pdfm.CollateralNotFoundException: DDXM_S14017: A <XDP> source document is required, but no documents were found for {XDP source="file:///nas_livecycle/nbv/assets/pte/BaseTemplate.xdp" baseDocument="true"}.

at com.adobe.internal.ddxm.blueprint.xdp.XDPSourceSegment.addDocumentsForAssembly(XDPSourceSegment.java:104)

at com.adobe.internal.ddxm.task.xfa.AssembleXDP.execute(AssembleXDP.java:107)

at com.adobe.internal.ddxm.blueprint.BluePrint.execute(BluePrint.java:213)

at com.adobe.internal.ddxm.ddx.Node.execute(Node.java:427)

at com.adobe.internal.ddxm.ddx.Node.execute(Node.java:411)

at com.adobe.internal.ddxm.Executive.execute(Executive.java:273)

at com.adobe.internal.ddxm.Executive.execute(Executive.java:226)

at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:516)

at com.adobe.livecycle.assembler.AssemblerServiceImpl.invokeDDX(AssemblerServiceImpl.java:365)

at sun.reflect.GeneratedMethodAccessor759.invoke(Unknown Source) [:1.8.0_111]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_111]

at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_111]

at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at sun.reflect.GeneratedMethodAccessor442.invoke(Unknown Source) [:1.8.0_111]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_111]

at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_111]

at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:257) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:379) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:246) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.EjbExceptionTransformingInterceptorFactories$2.processInvocation(EjbExceptionTransformingInterceptorFactories.java:103) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal$$$view75.doSupports(Unknown Source) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:104) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:69) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:215) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:893) [adobe-wkf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker.java:356)

at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:159)

at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew(EjbTransactionCMTAdapterBean.java:299) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at sun.reflect.GeneratedMethodAccessor203.invoke(Unknown Source) [:1.8.0_111]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_111]

at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_111]

at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:278) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:347) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:244) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.EjbExceptionTransformingInterceptorFactories$2.processInvocation(EjbExceptionTransformingInterceptorFactories.java:103) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal$$$view75.doRequiresNew(Unknown Source) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:143) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:188) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:69) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:215) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:893) [adobe-wkf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker.java:356)

at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:159)

at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew(EjbTransactionCMTAdapterBean.java:299) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at sun.reflect.GeneratedMethodAccessor203.invoke(Unknown Source) [:1.8.0_111]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_111]

at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_111]

at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:278) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:352) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:244) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.EjbExceptionTransformingInterceptorFactories$2.processInvocation(EjbExceptionTransformingInterceptorFactories.java:103) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [jboss-as-ejb3-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]

at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73) [jboss-as-ee-7.5.5.Final-redhat-3.jar:7.5.5.Final-redhat-3]

at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal$$$view75.doRequiresNew(Unknown Source) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:143) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:158) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121) [adobe-dscf.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131) [adobe-dscf-client.jar:6.3.0.20170419.1.333177]

at com.adobe.idp.dsc.provider.impl.soap.axis.AdobeAxisServiceProvider.invokeMethod(AdobeAxisServiceProvider.java:222) [adobe-soap-provider.jar:6.3.0.20170419.1.333177]

at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) [axis.jar:]

at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) [axis.jar:]

at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) [axis.jar:]

at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) [axis.jar:]

at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) [axis.jar:]

at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454) [axis.jar:]

at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) [axis.jar:]

at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) [axis.jar:]

at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-2.jar:1.0.2.Final-redhat-2]

at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) [axis.jar:]

at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-2.jar:1.0.2.Final-redhat-2]

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)

at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java:43) [adobe-soap-provider.jar:6.3.0.20170419.1.333177]

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)

at com.adobe.idp.um.auth.filter.ParameterFilter.doFilter(ParameterFilter.java:105) [um.jar:]

at com.adobe.idp.um.auth.filter.CSRFFilter.invokeNextFilter(CSRFFilter.java:142) [um.jar:]

at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:104) [um.jar:]

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149)

at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:150)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)

at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:854)

at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)

at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:926)

at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_111]

Caused by: com.adobe.internal.pdfm.CollateralNotFoundException: DDXM_S14017: A <XDP> source document is required, but no documents were found for {XDP source="file:///nas_livecycle/nbv/assets/pte/BaseTemplate.xdp" baseDocument="true"}.

at com.adobe.internal.ddxm.ddx.xfa.XDPSource.getOrderedInputDocs(XDPSource.java:626)

at com.adobe.internal.ddxm.blueprint.xdp.XDPSourceSegment.addDocumentsForAssembly(XDPSourceSegment.java:79)

... 266 more