Expand my Community achievements bar.

ALC-DSC-305-000 timeout configuration for FormsService

Avatar

Level 1

HI All,


I am generating PDF document using forms client, it takes up to 240 sec but timeout for FormsService is 180 sec.

I am usign Adobe LC ES4

Caused by: ALC-DSC-305-000: com.adobe.idp.dsc.transaction.MarkedForRollbackException: The current transaction has been marked for rollback.  This means one of three things; 1) The transaction has timed-out (the timeout period was set to [180(sec)], while the actual transaction took [210(sec)]), 2) An unhandled Runtime exception occurred when calling another service (please check the logs for more detail), or 3) This is a JTA transaction and this service has explicitly marked the transaction for rollback.

I am looking for similat to OutputService timeout setting for FormsService, but FormsSevice do not have a timeout settings in adminUI.

"In adminui go under Home > Services > Applications and Services > Service Management and search for OutputService.

Then click on it and change the transaction timeout."


Also I check Adobe LiveCycle ES4 * 9.3 Configuring WebSphere time-out settings and change them but with no success.



Some logs:


FSC008: Using the database to access and persist configuration properties.

[11/2/15 15:32:16:714 EET] 00000063 ProcessResour A   ALC-BMC-001-505: Service XMLFormService: Starting native process with command line "C:\\IBM\\WebSphere\\AppServer\\installedApps\\adobe\\server1\\XMLFormService\\bin\\XMLForm.exe" -MyPath C:\IBM\WebSphere\AppServer\installedApps\adobe\server1\XMLFormService -IOR ................

ALC-BMC-001-508: Service XMLFormService: Native process PID = 5108

[11/2/15 15:35:16:314 EET] 00000021 TimeoutManage I   WTRN0006W: Transaction 00000150C865F30B000000010000205FA0B1850E7390197B3DA9521A68C9B97EAEFAB66200000150C865F30B000000010000205FA0B1850E7390197B3DA9521A68C9B97EAEFAB66200000001 has timed out after 180 seconds.


[11/2/15 15:35:16:314 EET] 00000021 TimeoutManage I   WTRN0124I: When the timeout occurred the thread with which the transaction is, or was most recently, associated was Thread[WebContainer : 5,5,main]. The stack trace of this thread when the timeout occurred was:

  java.lang.Object.wait(Native Method)

  java.lang.Object.wait(Object.java:196)

  com.ibm.rmi.iiop.OutCallDesc.waitForResponse(OutCallDesc.java:58)

...................

  org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:484)

  com.adobe.document.xmlform._FormFactoryStub.PAexecute82(Unknown Source)

  com.adobe.formServer.PA.XMLFormAgentWrapper.doPAExecute(XMLFormAgentWrapper.java:350)

  com.adobe.formServer.PA.XMLFormAgentWrapper.execute(XMLFormAgentWrapper.java:204)

  com.adobe.formServer.Controller.doXFARender(Controller.java:812)

  com.adobe.formServer.Controller.doRender(Controller.java:626)

  com.adobe.formServer.Controller.render(Controller.java:140)

  com.adobe.formServer.FormServer.renderForm(FormServer.java:214)

  com.adobe.formServer.FormServer.renderForm(FormServer.java:281)

  com.adobe.formServer.docservice.FormsDocService.renderForm(FormsDocService.java:561)

  com.adobe.formServer.docservice.FormsDocService.renderForm(FormsDocService.java:500)

  com.adobe.formServer.docservice.FormsDocService.renderPDFFormCommonCaller(FormsDocService.java:189)

  com.adobe.formServer.docservice.FormsDocService.renderPDFForm(FormsDocService.java:155)


0 Replies