Re: DUCC not leaving Initializing State

2013-11-18 Thread Neal R Lewis
getNext was returning a CAS, which was why it worked in my SimplePipeline in uimafit. After digging in with debug and AllInOne, I found the exception being thrown was "No Workitem in CAS". It will through an exception if the CasGenerator does not generate any CASes, which it determines throu

Re: DUCC not leaving Initializing State

2013-11-18 Thread Lou DeGenaro
Neal, Did getNext() get called and did it return a filled-in CAS? I tried a simple test case with my CR returning null for getProgress() and the Job seemed to run just fine. However, one may be penalized by the scheduler if is had to guess how much work the Job comprises. Lou. On Fri, Nov 15, 2