Re: Lost Connection to Delegate

2011-03-31 Thread Pierre Pujalon
Timeout exception. In your code you need to decide whether to retry CAS or not. JC On Thu, Mar 31, 2011 at 9:55 AM, Pierre Pujalon wrote: JC I have a 15000ms process timeout for the UIMAEngine and I have a 15000ms timeout for the remoteDelegate I haven't found how to set a timeout fo

Re: Lost Connection to Delegate

2011-03-31 Thread Pierre Pujalon
meout of 15000ms is in the aggregate client or the application client. JC On Thu, Mar 31, 2011 at 9:24 AM, Pierre Pujalon wrote: JC, I had to work on this topic and add instrumentation a bit to try to have a clearer vision. The basic idea is to test robustness of the processing when the Act

Re: Lost Connection to Delegate

2011-03-31 Thread Pierre Pujalon
ation client or aggregate client? Use jConsole to attach to each jvm and examine the threads. Do you use a Cas Multiplier in the aggregate? How big is its pool? -JC On Tue, Mar 29, 2011 at 12:03 PM, Pierre Pujalon wrote: JC, I tested the work around and a listener to the delegate is indeed recr

Re: Lost Connection to Delegate

2011-03-29 Thread Pierre Pujalon
JC, I tested the work around and a listener to the delegate is indeed recreated. The CAS that were being processed pass through all annotators. But now I have other issues, but it is not the same each time I tried .Either the client is losing connection, or get block on the getCAS method as if

Lost Connection to Delegate

2011-03-22 Thread Pierre Pujalon
Hi, I'm currently using UIMA-AS 2.3.1rc5 and I am having issues with asynchronous delegated .. I have a chain of several annotators. One of them is an asynchronous delegate as it is very resource consuming. So I have one UIMA service with a simpleChainDescriptor and several UIMA services wi