Re: Exception in the running Custom Job

2018-08-20 Thread Karl Wright
Obviously your Allowed Documents filter is somehow causing all documents to be excluded. Since you have a custom repository connector I would bet there is a coding error in it that is responsible. Karl On Mon, Aug 20, 2018 at 8:49 AM Nikita Ahuja wrote: > Hi Karl, > > Thanks for reply. > > I

Re: Exception in the running Custom Job

2018-08-20 Thread Nikita Ahuja
Hi Karl, Thanks for reply. I am using in the same sequence. The allowed document is added first and then the Tika Transformation. But nothing runs in that scenario. The job simply ends without returning anything in the output. On Mon, Aug 20, 2018 at 5:36 PM, Karl Wright wrote: > Hi,

Re: Exception in the running Custom Job

2018-08-20 Thread Karl Wright
Hi, You are running out of memory. Tika's memory consumption is not well defined so you will need to limit the size of documents that reach it. This is not the same as limiting the size of documents *after* Tika extracts them. The Allowed Documents transformer therefore should be placed in the

Exception in the running Custom Job

2018-08-20 Thread Nikita Ahuja
Hi Karl, There is a custom job executing for Aconex in the ManifoldCF environment. But while executing it is not able to crawl complete set of documents. It crashes in the middle of the execution. Also it is not compatible with the Allowed Documents and Metadata Adjuster Connectors. The custom