Job interrupted

2020-08-24 Thread Bisonti Mario
Hallo. I have some problems about job interrupted. The job execute a windows share scan After many errors, sometimes it stops I see in the manifoldcf.log many errors: at

Re: Job interrupted

2020-08-24 Thread Karl Wright
Well, we look for certain kinds of exceptions from JCIFS and allow the job to continue if we can't succeed. You have to be sure though that the failure was from *that* exception. The reason I point that out is because we have already a check for that, I believe. Karl On Mon, Aug 24, 2020 at

Re: Job interrupted

2020-08-24 Thread Karl Wright
Hi, That's a warning. The job will keep running and the document will be retried later. Karl On Mon, Aug 24, 2020 at 5:24 AM Bisonti Mario wrote: > Hallo. > > I have some problems about job interrupted. > > The job execute a windows share scan > > > > After many errors, sometimes it stops >

R: Job interrupted

2020-08-24 Thread Bisonti Mario
Yes, but after I obtain: Error: Repeated service interruptions - failure processing document: The process cannot access the file because it is being used by another process. And the job stops Da: Karl Wright Inviato: lunedì 24 agosto 2020 11:52 A: user@manifoldcf.apache.org Oggetto: Re: Job

Re: Job interrupted

2020-08-24 Thread Karl Wright
Ok, then let me examine the code and see why it's not catching it. Karl On Mon, Aug 24, 2020 at 8:49 AM Bisonti Mario wrote: > Yes, I see only that exception inside the manifoldcf.log and the job stops > with: > > > > > > Error: Repeated service interruptions - failure processing document: The

R: Job interrupted

2020-08-24 Thread Bisonti Mario
Yes, I see only that exception inside the manifoldcf.log and the job stops with: Error: Repeated service interruptions - failure processing document: The process cannot access the file because it is being used by another process. Da: Karl Wright Inviato: lunedì 24 agosto 2020 12:27 A:

Re: Job interrupted

2020-08-24 Thread Karl Wright
Ok, I found the 'hard fail' situation. Here is a patch to fix it: Index: connectors/jcifs/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveConnector.java === ---