In the following process flow, sometimes the process getting paused at 'Map Followup Status' activity and on rerun, the process runs and works fine. Here is the scenario - From 'Map Followup Status' activity, it is a parallel workflow meaning it goes to a 'Reviewer-F/W' manual activity and at the same time the wait activity 'Begin Loop-7' waits for 1 day and checks a process variable (which is set when reviewer finishes his work) and if it is less than 7 days comes back to the wait activity and it it already 7 days, it sends an email to reviewer. The process works all the time but pauses either at 'Map Followup Status' or at 'Get T7 Count' activity. There is a post timer set on the wait activity 'Begin Loop-7'. We also noticed that renaming the 'Map followup Status' did not throw error for the few runs we tested so far and this indicates clearing JMS cache should work. Any one knows why this is happening?

ERROR [http-0.0.0.0-9080-3] [com.documentum.bps.pkgcopy.runtime.PackageCopyService] - Error in executing Input Mapping rule for service
DfException:: THREAD: http-0.0.0.0-9080-3; MSG: Error in setting value of package schema data : /Packages/oce_905i_Final_Form/content/data/[-1,S]FinalForm/[36,S]total_labeling_pieces, 090026f8803043f1; ERRORCODE: ff; NEXT: null
at com.documentum.bps.utils.PackageUtils.setContentInfo(PackageUtils.java:660)
at com.documentum.bps.utils.PackageUtils.setNodeValue(PackageUtils.java:616)
at com.documentum.bps.utils.PackageUtils.setPackageNodeValue(PackageUtils.java:493)
at com.documentum.bps.utils.PackageUtils.setPersistentNodeValue(PackageUtils.java:433)
at com.documentum.bps.utils.DocbaseUtils.setProcessDataValue(DocbaseUtils.java:196)
at com.documentum.bps.pkgcopy.runtime.PackageCopyService.setInputNodeValue(PackageCopyService.java:42)
at com.documentum.bps.outbound.AbstractService.executeInputMappingRules(AbstractService.java:146)
at com.documentum.bps.outbound.AbstractService.execute(AbstractService.java:66)
at com.documentum.bpm.services.BPSIntegrationFramework.executeService(BPSIntegrationFramework.java:252)
at com.documentum.bpm.services.BPSIntegrationFramework.executeMethod(BPSIntegrationFramework.java:84)
at com.documentum.bpm.services.BPSIntegrationMethod.executeMethod(BPSIntegrationMethod.java:26)
at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:124)
at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:65)
at com.documentum.mthdservlet.DfMethodRunner.runIt(Unknown Source)
at com.documentum.mthdservlet.AMethodRunner.runAndReturnStatus(Unknown Source)
at com.documentum.mthdservlet.DoMethod.invokeMethod(Unknown Source)
at com.documentum.mthdservlet.DoMethod.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Timer.java:354)
at java.util.Timer.schedule(Timer.java:222)
at com.documentum.fc.client.impl.session.DynamicSessionHandle.scheduleDisconnect(DynamicSessionHandle.java:96)
at com.documentum.fc.client.impl.session.DynamicSessionHandle.referenceDynamicSession(DynamicSessionHandle.java:77)
at com.documentum.fc.client.impl.session.DynamicSessionHandle.referenceSession(DynamicSessionHandle.java:59)
at com.documentum.fc.client.impl.session.SessionHandle.referenceScopableSession(SessionHandle.java:73)
at com.documentum.fc.client.impl.session.SessionHandle.getContentSession(SessionHandle.java:2068)
at com.documentum.fc.client.content.impl.BlockPuller.<init>(BlockPuller.java:23)
at com.documentum.fc.client.content.impl.PusherPullerContentAccessor.buildStreamFromContext(PusherPullerContentAccessor.java:40)
at com.documentum.fc.client.content.impl.PusherPullerContentAccessor.getStream(PusherPullerContentAccessor.java:28)
at com.documentum.fc.client.content.impl.ContentAccessorFactory.getStream(ContentAccessorFactory.java:37)
at com.documentum.fc.client.content.impl.Store.getStream(Store.java:63)
at com.documentum.fc.client.content.impl.FileStore___PROXY.getStream(FileStore___PROXY.java)
at com.documentum.fc.client.content.impl.Content.getStream(Content.java:184)
at com.documentum.fc.client.content.impl.Content___PROXY.getStream(Content___PROXY.java)
at com.documentum.fc.client.content.impl.ContentManager.getStream(ContentManager.java:84)
at com.documentum.fc.client.content.impl.ContentManager.getStream(ContentManager.java:53)
at com.documentum.fc.client.DfSysObject.getContentEx3(DfSysObject.java:1919)
at com.documentum.fc.client.DfSysObject.getContentEx2(DfSysObject.java:1909)
at com.documentum.fc.client.DfSysObject.getContent(DfSysObject.java:1899)
at com.documentum.xforms.docbase.XMLSchema___PROXY.getContent(XMLSchema___PROXY.java)
at com.documentum.services.xforms.WebFormService.getXMLSchemaContentPerDctmForm(WebFormService.java:1207)
at com.documentum.services.xforms.WebFormService.getInstanceContent(WebFormService.java:498)
at com.documentum.services.xforms.FormService.getInstanceContent(FormService.java:145)
at com.documentum.bps.services.AbstractExecutionContext.getFormInstanceContentAsStream(AbstractExecutionContext.java:115)
at com.documentum.bps.utils.PackageUtils.getContentAsDocument(PackageUtils.java:242)
at com.documentum.bps.utils.PackageUtils.getDocumentFromContext(PackageUtils.java:216)
at com.documentum.bps.utils.PackageUtils.setContentInfo(PackageUtils.java:649)
... 38 more
2013-02-08 09:09:46,761 ERROR [http-0.0.0.0-9080-3] [com.documentum.bpm.services.BPSIntegrationFramework] - BPSIntegration method failed to execute in Process Template: 'OCE 905i Submission Review' - Activity: 'Map followup Status' - Activity Template: 'Process Data Mapping'
2013-02-08 09:09:46,835 ERROR [http-0.0.0.0-9080-3] [com.documentum.bpm.services.BPSIntegrationMethod] - DfException:: THREAD: http-0.0.0.0-9080-3; MSG: Error in setting value of package schema data : /Packages/oce_905i_Final_Form/content/data/[-1,S]OCE905iFinalForm/[36,S]total_labeling_pieces, 090026f8803043f1; ERRORCODE: ff; NEXT: null in Process Template: 'OCE 905i Submission Review' - Activity: 'Map followup Status'.
Workitem: '4a0026f88000e152'
Workflow: 'Submission Review 2013-02-07' - '4d0026f88000dd03'
Activity: 'Map followup Status' - '4c0026f880303093'
Process: 'Submission Review' - '4b0026f8802fc776'
- java.lang.Exception: DfException:: THREAD: http-0.0.0.0-9080-3; MSG: Error in setting value of package schema data : /Packages/oce_905i_Final_Form/content/data/[-1,S]FinalForm/[36,S]total_labeling_pieces, 090026f8803043f1; ERRORCODE: ff; NEXT: null
at com.documentum.bps.outbound.AbstractService.execute(AbstractService.java:98)
at com.documentum.bpm.services.BPSIntegrationFramework.executeService(BPSIntegrationFramework.java:252)
at com.documentum.bpm.services.BPSIntegrationFramework.executeMethod(BPSIntegrationFramework.java:84)
at com.documentum.bpm.services.BPSIntegrationMethod.executeMethod(BPSIntegrationMethod.java:26)
at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:124)
at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:65)
at com.documentum.mthdservlet.DfMethodRunner.runIt(Unknown Source)
at com.documentum.mthdservlet.AMethodRunner.runAndReturnStatus(Unknown Source)
at com.documentum.mthdservlet.DoMethod.invokeMethod(Unknown Source)
at com.documentum.mthdservlet.DoMethod.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:662)
Caused by: DfException:: THREAD: http-0.0.0.0-9080-3; MSG: Error in setting value of package schema data : /Packages/oce_905i_Final_Form/content/data/[-1,S]FinalForm/[36,S]total_labeling_pieces, 090026f8803043f1; ERRORCODE: ff; NEXT: null
at com.documentum.bps.utils.PackageUtils.setContentInfo(PackageUtils.java:660)
at com.documentum.bps.utils.PackageUtils.setNodeValue(PackageUtils.java:616)
at com.documentum.bps.utils.PackageUtils.setPackageNodeValue(PackageUtils.java:493)
at com.documentum.bps.utils.PackageUtils.setPersistentNodeValue(PackageUtils.java:433)
at com.documentum.bps.utils.DocbaseUtils.setProcessDataValue(DocbaseUtils.java:196)
at com.documentum.bps.pkgcopy.runtime.PackageCopyService.setInputNodeValue(PackageCopyService.java:42)
at com.documentum.bps.outbound.AbstractService.executeInputMappingRules(AbstractService.java:146)
at com.documentum.bps.outbound.AbstractService.execute(AbstractService.java:66)
... 31 more
Caused by: java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Timer.java:354)
at java.util.Timer.schedule(Timer.java:222)
at com.documentum.fc.client.impl.session.DynamicSessionHandle.scheduleDisconnect(DynamicSessionHandle.java:96)
at com.documentum.fc.client.impl.session.DynamicSessionHandle.referenceDynamicSession(DynamicSessionHandle.java:77)
at com.documentum.fc.client.impl.session.DynamicSessionHandle.referenceSession(DynamicSessionHandle.java:59)
at com.documentum.fc.client.impl.session.SessionHandle.referenceScopableSession(SessionHandle.java:73)
at com.documentum.fc.client.impl.session.SessionHandle.getContentSession(SessionHandle.java:2068)
at com.documentum.fc.client.content.impl.BlockPuller.<init>(BlockPuller.java:23)
at com.documentum.fc.client.content.impl.PusherPullerContentAccessor.buildStreamFromContext(PusherPullerContentAccessor.java:40)
at com.documentum.fc.client.content.impl.PusherPullerContentAccessor.getStream(PusherPullerContentAccessor.java:28)
at com.documentum.fc.client.content.impl.ContentAccessorFactory.getStream(ContentAccessorFactory.java:37)
at com.documentum.fc.client.content.impl.Store.getStream(Store.java:63)
at com.documentum.fc.client.content.impl.FileStore___PROXY.getStream(FileStore___PROXY.java)
at com.documentum.fc.client.content.impl.Content.getStream(Content.java:184)
at com.documentum.fc.client.content.impl.Content___PROXY.getStream(Content___PROXY.java)
at com.documentum.fc.client.content.impl.ContentManager.getStream(ContentManager.java:84)
at com.documentum.fc.client.content.impl.ContentManager.getStream(ContentManager.java:53)
at com.documentum.fc.client.DfSysObject.getContentEx3(DfSysObject.java:1919)
at com.documentum.fc.client.DfSysObject.getContentEx2(DfSysObject.java:1909)
at com.documentum.fc.client.DfSysObject.getContent(DfSysObject.java:1899)
at com.documentum.xforms.docbase.XMLSchema___PROXY.getContent(XMLSchema___PROXY.java)
at com.documentum.services.xforms.WebFormService.getXMLSchemaContentPerDctmForm(WebFormService.java:1207)
at com.documentum.services.xforms.WebFormService.getInstanceContent(WebFormService.java:498)
at com.documentum.services.xforms.FormService.getInstanceContent(FormService.java:145)
at com.documentum.bps.services.AbstractExecutionContext.getFormInstanceContentAsStream(AbstractExecutionContext.java:115)
at com.documentum.bps.utils.PackageUtils.getContentAsDocument(PackageUtils.java:242)
at com.documentum.bps.utils.PackageUtils.getDocumentFromContext(PackageUtils.java:216)
at com.documentum.bps.utils.PackageUtils.setContentInfo(PackageUtils.java:649)
... 38 more
2013-02-08 09:09:47,866 ERROR [http-0.0.0.0-9080-3] [com.documentum.bpm.services.BPSIntegrationMethod] - Exception encountered in automatic workflow task
- java.lang.Exception: DfException:: THREAD: http-0.0.0.0-9080-3; MSG: Error in setting value of package schema data : /Packages/oce_905i_Final_Form/content/data/[-1,S]FinalForm/[36,S]total_labeling_pieces, 090026f8803043f1; ERRORCODE: ff; NEXT: null
at com.documentum.bps.outbound.AbstractService.execute(AbstractService.java:98)
at com.documentum.bpm.services.BPSIntegrationFramework.executeService(BPSIntegrationFramework.java:252)
at com.documentum.bpm.services.BPSIntegrationFramework.executeMethod(BPSIntegrationFramework.java:84)
at com.documentum.bpm.services.BPSIntegrationMethod.executeMethod(BPSIntegrationMethod.java:26)
at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:124)
at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:65)
at com.documentum.mthdservlet.DfMethodRunner.runIt(Unknown Source)
at com.documentum.mthdservlet.AMethodRunner.runAndReturnStatus(Unknown Source)
at com.documentum.mthdservlet.DoMethod.invokeMethod(Unknown Source)
at com.documentum.mthdservlet.DoMethod.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:662)
Caused by: DfException:: THREAD: http-0.0.0.0-9080-3; MSG: Error in setting value of package schema data : /Packages/oce_905i_Final_Form/content/data/[-1,S]FinalForm/[36,S]total_labeling_pieces, 090026f8803043f1; ERRORCODE: ff; NEXT: null
at com.documentum.bps.utils.PackageUtils.setContentInfo(PackageUtils.java:660)
at com.documentum.bps.utils.PackageUtils.setNodeValue(PackageUtils.java:616)
at com.documentum.bps.utils.PackageUtils.setPackageNodeValue(PackageUtils.java:493)
at com.documentum.bps.utils.PackageUtils.setPersistentNodeValue(PackageUtils.java:433)
at com.documentum.bps.utils.DocbaseUtils.setProcessDataValue(DocbaseUtils.java:196)
at com.documentum.bps.pkgcopy.runtime.PackageCopyService.setInputNodeValue(PackageCopyService.java:42)
at com.documentum.bps.outbound.AbstractService.executeInputMappingRules(AbstractService.java:146)
at com.documentum.bps.outbound.AbstractService.execute(AbstractService.java:66)
... 31 more
Caused by: java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Timer.java:354)
at java.util.Timer.schedule(Timer.java:222)
at com.documentum.fc.client.impl.session.DynamicSessionHandle.scheduleDisconnect(DynamicSessionHandle.java:96)
at com.documentum.fc.client.impl.session.DynamicSessionHandle.referenceDynamicSession(DynamicSessionHandle.java:77)
at com.documentum.fc.client.impl.session.DynamicSessionHandle.referenceSession(DynamicSessionHandle.java:59)
at com.documentum.fc.client.impl.session.SessionHandle.referenceScopableSession(SessionHandle.java:73)
at com.documentum.fc.client.impl.session.SessionHandle.getContentSession(SessionHandle.java:2068)
at com.documentum.fc.client.content.impl.BlockPuller.<init>(BlockPuller.java:23)
at com.documentum.fc.client.content.impl.PusherPullerContentAccessor.buildStreamFromContext(PusherPullerContentAccessor.java:40)
at com.documentum.fc.client.content.impl.PusherPullerContentAccessor.getStream(PusherPullerContentAccessor.java:28)
at com.documentum.fc.client.content.impl.ContentAccessorFactory.getStream(ContentAccessorFactory.java:37)
at com.documentum.fc.client.content.impl.Store.getStream(Store.java:63)
at com.documentum.fc.client.content.impl.FileStore___PROXY.getStream(FileStore___PROXY.java)
at com.documentum.fc.client.content.impl.Content.getStream(Content.java:184)
at com.documentum.fc.client.content.impl.Content___PROXY.getStream(Content___PROXY.java)
at com.documentum.fc.client.content.impl.ContentManager.getStream(ContentManager.java:84)
at com.documentum.fc.client.content.impl.ContentManager.getStream(ContentManager.java:53)
at com.documentum.fc.client.DfSysObject.getContentEx3(DfSysObject.java:1919)
at com.documentum.fc.client.DfSysObject.getContentEx2(DfSysObject.java:1909)
at com.documentum.fc.client.DfSysObject.getContent(DfSysObject.java:1899)
at com.documentum.xforms.docbase.XMLSchema___PROXY.getContent(XMLSchema___PROXY.java)
at com.documentum.services.xforms.WebFormService.getXMLSchemaContentPerDctmForm(WebFormService.java:1207)
at com.documentum.services.xforms.WebFormService.getInstanceContent(WebFormService.java:498)
at com.documentum.services.xforms.FormService.getInstanceContent(FormService.java:145)
at com.documentum.bps.services.AbstractExecutionContext.getFormInstanceContentAsStream(AbstractExecutionContext.java:115)
at com.documentum.bps.utils.PackageUtils.getContentAsDocument(PackageUtils.java:242)
at com.documentum.bps.utils.PackageUtils.getDocumentFromContext(PackageUtils.java:216)
at com.documentum.bps.utils.PackageUtils.setContentInfo(PackageUtils.java:649)
... 38