How long does it take to process your longest work item through your pipeline? And what do you specify in your job submission for:
--process_per_item_time_max <integer> Maximum elapsed time (in minutes) for processing one CAS. Lou. On Wed, Jun 4, 2014 at 9:47 AM, reshu.agarwal <[email protected]> wrote: > HI Lou, > > We have debugged our pipeline. If this is the problem of pipeline or code > then when we run this batch again, then the same errors must be displayed > in error log. But the same batch processes successfully without any error > so, this is not the error at code level. > > > And the error log is just as given below: > > org.apache.uima.resource.ResourceProcessException: Request To Process Cas > Has Timed-out. Service Queue:ducc.jd.queue.57. Broker: > tcp://S1:61616?wireFormat.maxInactivityDuration=0&jms.useCompression=true&closeAsync=false > Cas Timed-out on host: 192.168.xx.xxx > at org.apache.uima.adapter.jms.client.BaseUIMAAsynchronousEngineComm > on_impl.sendAndReceiveCAS(BaseUIMAAsynchronousEngineCommon_impl.java:2207) > at org.apache.uima.adapter.jms.client.BaseUIMAAsynchronousEngineComm > on_impl.sendAndReceiveCAS(BaseUIMAAsynchronousEngineCommon_impl.java:2042) > at org.apache.uima.ducc.jd.client.WorkItem.run(WorkItem.java:142) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:722) > Caused by: org.apache.uima.aae.error.UimaASProcessCasTimeout: UIMA AS > Client Timed Out Waiting for Reply From Service:ducc.jd.queue.57 > Broker:tcp://S1:61616?wireFormat.maxInactivityDuration=0&jms. > useCompression=true&closeAsync=false > ... 9 more > > and after 5 similar type errors, node:null, PID:null, and Cas Timed-out on > host: null, > > node:null PID:null directive:ProcessContinue_CasNoRetry > 04 Jun 2014 15:36:25,592 83 ERROR user.err workItemError 57 N/A > org.apache.uima.resource.ResourceProcessException: Request To Process Cas > Has Timed-out. Service Queue:ducc.jd.queue.57. Broker: > tcp://S1:61616?wireFormat.maxInactivityDuration=0&jms.useCompression=true&closeAsync=false > Cas Timed-out on host: null > > > Please suggest me some solution for this problem. Thanks in advanced. > > -- > > Reshu Agarwal > >
