Hi Jorn, The problem most likely due to the prior Runtime exception. Is there a stack trace for that? Is the CasMultiplier doing anything strange, like calling cas.reset()?
Can you send the full stack trace for the other exception? Regards, Eddie On Tue, Jan 5, 2010 at 9:02 AM, Jörn Kottmann <[email protected]> wrote: > Hello, > > I found this warning in my worker node log file, but what does it mean ? > > 1/5/10 2:21:30 PM - 16: > org.apache.uima.aae.controller.AggregateAnalysisEngineController_impl.replyToClient: > WARNING: CASAdminException: Can't flush CAS, flushing is disabled. > > Prior to this warning a Cas Mulitplier throwed a Runtime Exception > (getEmptyCas() was not called yet) from the > next method. > > Afterwards the worker node stopped to process CASes on the input queue. > > Thanks, > Jörn >
