You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by "reshu.agarwal" <re...@orkash.com> on 2014/03/28 10:53:09 UTC

Cas Timeout Exception in DUCC

Hi,

I am getting this particular error in some jobs of ducc :

node:192.168...... PID:5729:33 directive:ProcessContinue_CasNoRetry
28 Mar 2014 15:10:10,395 45 ERROR user.err workItemError 1887 1781
org.apache.uima.resource.ResourceProcessException: Request To Process 
Cas Has Timed-out. Service Queue:ducc.jd.queue.1887. Broker: 
tcp://S1:61616?wireFormat.maxInactivityDuration=0&jms.useCompression=true&closeAsync=false 
Cas Timed-out on host: 192.168........
at 
org.apache.uima.adapter.jms.client.BaseUIMAAsynchronousEngineCommon_impl.sendAndReceiveCAS(BaseUIMAAsynchronousEngineCommon_impl.java:2207)
at 
org.apache.uima.adapter.jms.client.BaseUIMAAsynchronousEngineCommon_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.1887 
Broker:tcp://S1:61616?wireFormat.maxInactivityDuration=0&jms.useCompression=true&closeAsync=false

How to handle it? how we can set process retry for these particular 
documents again?

-- 
Thanks,
Reshu Agarwal


Re: Cas Timeout Exception in DUCC

Posted by Eddie Epstein <ea...@gmail.com>.
Reshu,

Can you zip up the logfile directory for one of these failing jobs and make
it available for download?

Eddie


On Thu, Apr 3, 2014 at 1:24 AM, reshu.agarwal <re...@orkash.com>wrote:

> On 03/31/2014 04:37 PM, Eddie Epstein wrote:
>
>> Reshu,
>>
>> Please look in the logfile of the job process. Maybe 10 minutes is still
>> not enough?
>>
>> Eddie
>>
>>
>> On Mon, Mar 31, 2014 at 2:42 AM, reshu.agarwal <re...@orkash.com>
>> wrote:
>>
>>  On 03/28/2014 05:36 PM, Eddie Epstein wrote:
>>>
>>>  There is a job specification parameter:
>>>> --process_per_item_time_max <integer>
>>>>                 Maximum elapsed time (in minutes) for processing one
>>>> CAS.
>>>>
>>>> Try setting that to something big enough.
>>>>
>>>> Eddie
>>>>
>>>>
>>>> On Fri, Mar 28, 2014 at 6:18 AM, reshu.agarwal <
>>>> reshu.agarwal@orkash.com>
>>>> wrote:
>>>>
>>>>   On 03/28/2014 03:23 PM, reshu.agarwal wrote:
>>>>
>>>>>   Cas Timed-out on hos
>>>>>
>>>>>>   Hi,
>>>>>>
>>>>> JD.log contains this:
>>>>>
>>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.aae.delegate.Delegate$1
>>>>> Delegate.TimerTask.run
>>>>> WARNING: Timeout While Waiting For Reply From
>>>>> Delegate:ducc.jd.queue.1887
>>>>> Process CAS Request Timed Out. Configured Reply Window Of 180,000. Cas
>>>>> Reference Id:-139073d5:145080818b3:-7f7c
>>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.
>>>>> client.ActiveMQMessageSender
>>>>> run
>>>>> INFO: UIMA AS Client Message Dispatcher Sending GetMeta Ping To the
>>>>> Service
>>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>>>>> BaseUIMAAsynchronousEngineCommon_impl sendCAS
>>>>> INFO: Uima AS Client Sent PING Message To Service: ducc.jd.queue.1887
>>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.
>>>>> client.ClientServiceDelegate
>>>>> handleError
>>>>> WARNING: Process Timeout - Uima AS Client Didn't Receive Process Reply
>>>>> Within Configured Window Of:180,000 millis
>>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>>>>> BaseUIMAAsynchronousEngineCommon_impl notifyOnTimout
>>>>> WARNING: Request To Process Cas Has Timed-out. Service
>>>>> Queue:ducc.jd.queue.1887. Broker: tcp://S1:61616?wireFormat.
>>>>> maxInactivityDuration=0&jms.useCompression=true&closeAsync=false Cas
>>>>> Timed-out on host: 192.168.......
>>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>>>>> BaseUIMAAsynchronousEngineCommon_impl sendAndReceiveCAS
>>>>> INFO: UIMA AS Handling Exception in sendAndReceive(). CAS
>>>>> hashcode:1432981672. ThreadMonitor Released Semaphore For Thread ID:42
>>>>> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHand
>>>>> ler:
>>>>> org.apache.uima.aae.error.UimaASProcessCasTimeout: UIMA AS Client
>>>>> Timed
>>>>> Out Waiting for Reply From Service:ducc.jd.queue.1887
>>>>> Broker:tcp://S1:61616?
>>>>> wireFormat.maxInactivityDuration=0&jms.useCompression=true&
>>>>> closeAsync=false
>>>>> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHand
>>>>> ler:
>>>>> directive=ProcessContinue_CasNoRetry, [192.168.....:5729]=1, [total]=1
>>>>>
>>>>> --
>>>>> Thanks,
>>>>> Reshu Agarwal
>>>>>
>>>>>
>>>>>   Dear Eddie,
>>>>>
>>>> If I set it to greater then 3 minutes i.e 10 minutes, it still showed
>>> timed out error and did not terminate the job by itself. So, it did not
>>> work for me.
>>>
>>>
>>> --process_per_item_time_max <integer>
>>>                Maximum elapsed time (in minutes) for processing one CAS.
>>>
>>>
>>> --
>>> Thanks,
>>> Reshu Agarwal
>>>
>>>
>>>  HI Eddie,
>
> If I increase the process_per_item_time_max, the job is keep waiting for
> that time and still terminates some jobs with the same error and it is not
> like, that particular job is taking this much time as if I run same job
> again that job runs without any error.
>
> --
> Thanks,
> Reshu Agarwal
>
>

Re: Cas Timeout Exception in DUCC

Posted by "reshu.agarwal" <re...@orkash.com>.
On 03/31/2014 04:37 PM, Eddie Epstein wrote:
> Reshu,
>
> Please look in the logfile of the job process. Maybe 10 minutes is still
> not enough?
>
> Eddie
>
>
> On Mon, Mar 31, 2014 at 2:42 AM, reshu.agarwal <re...@orkash.com>wrote:
>
>> On 03/28/2014 05:36 PM, Eddie Epstein wrote:
>>
>>> There is a job specification parameter:
>>> --process_per_item_time_max <integer>
>>>                 Maximum elapsed time (in minutes) for processing one CAS.
>>>
>>> Try setting that to something big enough.
>>>
>>> Eddie
>>>
>>>
>>> On Fri, Mar 28, 2014 at 6:18 AM, reshu.agarwal <re...@orkash.com>
>>> wrote:
>>>
>>>   On 03/28/2014 03:23 PM, reshu.agarwal wrote:
>>>>   Cas Timed-out on hos
>>>>>   Hi,
>>>> JD.log contains this:
>>>>
>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.aae.delegate.Delegate$1
>>>> Delegate.TimerTask.run
>>>> WARNING: Timeout While Waiting For Reply From Delegate:ducc.jd.queue.1887
>>>> Process CAS Request Timed Out. Configured Reply Window Of 180,000. Cas
>>>> Reference Id:-139073d5:145080818b3:-7f7c
>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.
>>>> client.ActiveMQMessageSender
>>>> run
>>>> INFO: UIMA AS Client Message Dispatcher Sending GetMeta Ping To the
>>>> Service
>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>>>> BaseUIMAAsynchronousEngineCommon_impl sendCAS
>>>> INFO: Uima AS Client Sent PING Message To Service: ducc.jd.queue.1887
>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.
>>>> client.ClientServiceDelegate
>>>> handleError
>>>> WARNING: Process Timeout - Uima AS Client Didn't Receive Process Reply
>>>> Within Configured Window Of:180,000 millis
>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>>>> BaseUIMAAsynchronousEngineCommon_impl notifyOnTimout
>>>> WARNING: Request To Process Cas Has Timed-out. Service
>>>> Queue:ducc.jd.queue.1887. Broker: tcp://S1:61616?wireFormat.
>>>> maxInactivityDuration=0&jms.useCompression=true&closeAsync=false Cas
>>>> Timed-out on host: 192.168.......
>>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>>>> BaseUIMAAsynchronousEngineCommon_impl sendAndReceiveCAS
>>>> INFO: UIMA AS Handling Exception in sendAndReceive(). CAS
>>>> hashcode:1432981672. ThreadMonitor Released Semaphore For Thread ID:42
>>>> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler:
>>>> org.apache.uima.aae.error.UimaASProcessCasTimeout: UIMA AS Client Timed
>>>> Out Waiting for Reply From Service:ducc.jd.queue.1887
>>>> Broker:tcp://S1:61616?
>>>> wireFormat.maxInactivityDuration=0&jms.useCompression=true&
>>>> closeAsync=false
>>>> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler:
>>>> directive=ProcessContinue_CasNoRetry, [192.168.....:5729]=1, [total]=1
>>>>
>>>> --
>>>> Thanks,
>>>> Reshu Agarwal
>>>>
>>>>
>>>>   Dear Eddie,
>> If I set it to greater then 3 minutes i.e 10 minutes, it still showed
>> timed out error and did not terminate the job by itself. So, it did not
>> work for me.
>>
>>
>> --process_per_item_time_max <integer>
>>                Maximum elapsed time (in minutes) for processing one CAS.
>>
>>
>> --
>> Thanks,
>> Reshu Agarwal
>>
>>
HI Eddie,

If I increase the process_per_item_time_max, the job is keep waiting for 
that time and still terminates some jobs with the same error and it is 
not like, that particular job is taking this much time as if I run same 
job again that job runs without any error.

-- 
Thanks,
Reshu Agarwal


Re: Cas Timeout Exception in DUCC

Posted by Eddie Epstein <ea...@gmail.com>.
Reshu,

Please look in the logfile of the job process. Maybe 10 minutes is still
not enough?

Eddie


On Mon, Mar 31, 2014 at 2:42 AM, reshu.agarwal <re...@orkash.com>wrote:

> On 03/28/2014 05:36 PM, Eddie Epstein wrote:
>
>> There is a job specification parameter:
>> --process_per_item_time_max <integer>
>>                Maximum elapsed time (in minutes) for processing one CAS.
>>
>> Try setting that to something big enough.
>>
>> Eddie
>>
>>
>> On Fri, Mar 28, 2014 at 6:18 AM, reshu.agarwal <re...@orkash.com>
>> wrote:
>>
>>  On 03/28/2014 03:23 PM, reshu.agarwal wrote:
>>>
>>>  Cas Timed-out on hos
>>>>
>>>>  Hi,
>>>
>>> JD.log contains this:
>>>
>>> Mar 28, 2014 3:07:10 PM org.apache.uima.aae.delegate.Delegate$1
>>> Delegate.TimerTask.run
>>> WARNING: Timeout While Waiting For Reply From Delegate:ducc.jd.queue.1887
>>> Process CAS Request Timed Out. Configured Reply Window Of 180,000. Cas
>>> Reference Id:-139073d5:145080818b3:-7f7c
>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.
>>> client.ActiveMQMessageSender
>>> run
>>> INFO: UIMA AS Client Message Dispatcher Sending GetMeta Ping To the
>>> Service
>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>>> BaseUIMAAsynchronousEngineCommon_impl sendCAS
>>> INFO: Uima AS Client Sent PING Message To Service: ducc.jd.queue.1887
>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.
>>> client.ClientServiceDelegate
>>> handleError
>>> WARNING: Process Timeout - Uima AS Client Didn't Receive Process Reply
>>> Within Configured Window Of:180,000 millis
>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>>> BaseUIMAAsynchronousEngineCommon_impl notifyOnTimout
>>> WARNING: Request To Process Cas Has Timed-out. Service
>>> Queue:ducc.jd.queue.1887. Broker: tcp://S1:61616?wireFormat.
>>> maxInactivityDuration=0&jms.useCompression=true&closeAsync=false Cas
>>> Timed-out on host: 192.168.......
>>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>>> BaseUIMAAsynchronousEngineCommon_impl sendAndReceiveCAS
>>> INFO: UIMA AS Handling Exception in sendAndReceive(). CAS
>>> hashcode:1432981672. ThreadMonitor Released Semaphore For Thread ID:42
>>> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler:
>>> org.apache.uima.aae.error.UimaASProcessCasTimeout: UIMA AS Client Timed
>>> Out Waiting for Reply From Service:ducc.jd.queue.1887
>>> Broker:tcp://S1:61616?
>>> wireFormat.maxInactivityDuration=0&jms.useCompression=true&
>>> closeAsync=false
>>> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler:
>>> directive=ProcessContinue_CasNoRetry, [192.168.....:5729]=1, [total]=1
>>>
>>> --
>>> Thanks,
>>> Reshu Agarwal
>>>
>>>
>>>  Dear Eddie,
>
> If I set it to greater then 3 minutes i.e 10 minutes, it still showed
> timed out error and did not terminate the job by itself. So, it did not
> work for me.
>
>
> --process_per_item_time_max <integer>
>               Maximum elapsed time (in minutes) for processing one CAS.
>
>
> --
> Thanks,
> Reshu Agarwal
>
>

Re: Cas Timeout Exception in DUCC

Posted by "reshu.agarwal" <re...@orkash.com>.
On 03/28/2014 05:36 PM, Eddie Epstein wrote:
> There is a job specification parameter:
> --process_per_item_time_max <integer>
>                Maximum elapsed time (in minutes) for processing one CAS.
>
> Try setting that to something big enough.
>
> Eddie
>
>
> On Fri, Mar 28, 2014 at 6:18 AM, reshu.agarwal <re...@orkash.com>wrote:
>
>> On 03/28/2014 03:23 PM, reshu.agarwal wrote:
>>
>>> Cas Timed-out on hos
>>>
>> Hi,
>>
>> JD.log contains this:
>>
>> Mar 28, 2014 3:07:10 PM org.apache.uima.aae.delegate.Delegate$1
>> Delegate.TimerTask.run
>> WARNING: Timeout While Waiting For Reply From Delegate:ducc.jd.queue.1887
>> Process CAS Request Timed Out. Configured Reply Window Of 180,000. Cas
>> Reference Id:-139073d5:145080818b3:-7f7c
>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.ActiveMQMessageSender
>> run
>> INFO: UIMA AS Client Message Dispatcher Sending GetMeta Ping To the Service
>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>> BaseUIMAAsynchronousEngineCommon_impl sendCAS
>> INFO: Uima AS Client Sent PING Message To Service: ducc.jd.queue.1887
>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.ClientServiceDelegate
>> handleError
>> WARNING: Process Timeout - Uima AS Client Didn't Receive Process Reply
>> Within Configured Window Of:180,000 millis
>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>> BaseUIMAAsynchronousEngineCommon_impl notifyOnTimout
>> WARNING: Request To Process Cas Has Timed-out. Service
>> Queue:ducc.jd.queue.1887. Broker: tcp://S1:61616?wireFormat.
>> maxInactivityDuration=0&jms.useCompression=true&closeAsync=false Cas
>> Timed-out on host: 192.168.......
>> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
>> BaseUIMAAsynchronousEngineCommon_impl sendAndReceiveCAS
>> INFO: UIMA AS Handling Exception in sendAndReceive(). CAS
>> hashcode:1432981672. ThreadMonitor Released Semaphore For Thread ID:42
>> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler:
>> org.apache.uima.aae.error.UimaASProcessCasTimeout: UIMA AS Client Timed
>> Out Waiting for Reply From Service:ducc.jd.queue.1887 Broker:tcp://S1:61616?
>> wireFormat.maxInactivityDuration=0&jms.useCompression=true&
>> closeAsync=false
>> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler:
>> directive=ProcessContinue_CasNoRetry, [192.168.....:5729]=1, [total]=1
>>
>> --
>> Thanks,
>> Reshu Agarwal
>>
>>
Dear Eddie,

If I set it to greater then 3 minutes i.e 10 minutes, it still showed 
timed out error and did not terminate the job by itself. So, it did not 
work for me.

--process_per_item_time_max <integer>
               Maximum elapsed time (in minutes) for processing one CAS.


-- 
Thanks,
Reshu Agarwal


Re: Cas Timeout Exception in DUCC

Posted by Eddie Epstein <ea...@gmail.com>.
There is a job specification parameter:
--process_per_item_time_max <integer>
              Maximum elapsed time (in minutes) for processing one CAS.

Try setting that to something big enough.

Eddie


On Fri, Mar 28, 2014 at 6:18 AM, reshu.agarwal <re...@orkash.com>wrote:

> On 03/28/2014 03:23 PM, reshu.agarwal wrote:
>
>> Cas Timed-out on hos
>>
> Hi,
>
> JD.log contains this:
>
> Mar 28, 2014 3:07:10 PM org.apache.uima.aae.delegate.Delegate$1
> Delegate.TimerTask.run
> WARNING: Timeout While Waiting For Reply From Delegate:ducc.jd.queue.1887
> Process CAS Request Timed Out. Configured Reply Window Of 180,000. Cas
> Reference Id:-139073d5:145080818b3:-7f7c
> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.ActiveMQMessageSender
> run
> INFO: UIMA AS Client Message Dispatcher Sending GetMeta Ping To the Service
> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
> BaseUIMAAsynchronousEngineCommon_impl sendCAS
> INFO: Uima AS Client Sent PING Message To Service: ducc.jd.queue.1887
> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.ClientServiceDelegate
> handleError
> WARNING: Process Timeout - Uima AS Client Didn't Receive Process Reply
> Within Configured Window Of:180,000 millis
> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
> BaseUIMAAsynchronousEngineCommon_impl notifyOnTimout
> WARNING: Request To Process Cas Has Timed-out. Service
> Queue:ducc.jd.queue.1887. Broker: tcp://S1:61616?wireFormat.
> maxInactivityDuration=0&jms.useCompression=true&closeAsync=false Cas
> Timed-out on host: 192.168.......
> Mar 28, 2014 3:07:10 PM org.apache.uima.adapter.jms.client.
> BaseUIMAAsynchronousEngineCommon_impl sendAndReceiveCAS
> INFO: UIMA AS Handling Exception in sendAndReceive(). CAS
> hashcode:1432981672. ThreadMonitor Released Semaphore For Thread ID:42
> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler:
> org.apache.uima.aae.error.UimaASProcessCasTimeout: UIMA AS Client Timed
> Out Waiting for Reply From Service:ducc.jd.queue.1887 Broker:tcp://S1:61616?
> wireFormat.maxInactivityDuration=0&jms.useCompression=true&
> closeAsync=false
> org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler:
> directive=ProcessContinue_CasNoRetry, [192.168.....:5729]=1, [total]=1
>
> --
> Thanks,
> Reshu Agarwal
>
>

Re: Cas Timeout Exception in DUCC

Posted by "reshu.agarwal" <re...@orkash.com>.
On 03/28/2014 03:23 PM, reshu.agarwal wrote:
> Cas Timed-out on hos
Hi,

JD.log contains this:

Mar 28, 2014 3:07:10 PM org.apache.uima.aae.delegate.Delegate$1 
Delegate.TimerTask.run
WARNING: Timeout While Waiting For Reply From 
Delegate:ducc.jd.queue.1887 Process CAS Request Timed Out. Configured 
Reply Window Of 180,000. Cas Reference Id:-139073d5:145080818b3:-7f7c
Mar 28, 2014 3:07:10 PM 
org.apache.uima.adapter.jms.client.ActiveMQMessageSender run
INFO: UIMA AS Client Message Dispatcher Sending GetMeta Ping To the Service
Mar 28, 2014 3:07:10 PM 
org.apache.uima.adapter.jms.client.BaseUIMAAsynchronousEngineCommon_impl 
sendCAS
INFO: Uima AS Client Sent PING Message To Service: ducc.jd.queue.1887
Mar 28, 2014 3:07:10 PM 
org.apache.uima.adapter.jms.client.ClientServiceDelegate handleError
WARNING: Process Timeout - Uima AS Client Didn't Receive Process Reply 
Within Configured Window Of:180,000 millis
Mar 28, 2014 3:07:10 PM 
org.apache.uima.adapter.jms.client.BaseUIMAAsynchronousEngineCommon_impl 
notifyOnTimout
WARNING: Request To Process Cas Has Timed-out. Service 
Queue:ducc.jd.queue.1887. Broker: 
tcp://S1:61616?wireFormat.maxInactivityDuration=0&jms.useCompression=true&closeAsync=false 
Cas Timed-out on host: 192.168.......
Mar 28, 2014 3:07:10 PM 
org.apache.uima.adapter.jms.client.BaseUIMAAsynchronousEngineCommon_impl 
sendAndReceiveCAS
INFO: UIMA AS Handling Exception in sendAndReceive(). CAS 
hashcode:1432981672. ThreadMonitor Released Semaphore For Thread ID:42
org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler: 
org.apache.uima.aae.error.UimaASProcessCasTimeout: UIMA AS Client Timed 
Out Waiting for Reply From Service:ducc.jd.queue.1887 
Broker:tcp://S1:61616?wireFormat.maxInactivityDuration=0&jms.useCompression=true&closeAsync=false
org.apache.uima.ducc.common.jd.plugin.AbstractJdProcessExceptionHandler: 
directive=ProcessContinue_CasNoRetry, [192.168.....:5729]=1, [total]=1

-- 
Thanks,
Reshu Agarwal