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