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.

Sometimes I get error when generating PDF invoking Adobe LiveCycle APIs from Java Program

Avatar

Level 1

I have Java Code that invokes Adobe LiveCycle APIs. The code will eventually render the PDF by applying reader rights and merging XML with the Template.

 

This is how it is implemented:

 

Tomcat Server --> Java --> Adobe LiveCycle

 

However, sometimes, the operation fails with the following errors when calling myData.passivate() API:

 

com.adobe.idp.DocumentError: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe

com.adobe.idp.DocumentError: com.adobe.idp.RemoteFailure: IDL:com/adobe/idp/RemoteFailure:1.0

 

The error occurs of the website is left inactive for a couple of hours. If I restart Tomcat Server it will work fine. If I try again immediately after the error, it will work fine. If I wait for a couple of hours, the error will trigger.

 

I appreciate your help to troubleshoot this error.

 

Tarek

0 Replies